From aac3b0386b6c1c1b7a0155f5a79277fd26f7ac4b Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Wed, 10 Feb 2016 15:59:15 -0800 Subject: Remove the toolchain_test jobs Toolchain test is no longer needed and the repo is currently admin access / visible only until we can clean gerrit. Change-Id: I891755a0411be350249a1e3966c5d66abf8165a6 Signed-off-by: Andrew Grimberg --- .../include-raw-toolchain_test-build.sh | 8 --- jjb/toolchain_test/toolchain_test-custom.yaml | 60 ---------------------- 2 files changed, 68 deletions(-) delete mode 100644 jjb/toolchain_test/include-raw-toolchain_test-build.sh delete mode 100644 jjb/toolchain_test/toolchain_test-custom.yaml (limited to 'jjb') diff --git a/jjb/toolchain_test/include-raw-toolchain_test-build.sh b/jjb/toolchain_test/include-raw-toolchain_test-build.sh deleted file mode 100644 index 2c5a41b24..000000000 --- a/jjb/toolchain_test/include-raw-toolchain_test-build.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -# basic build script example - -# do nothing but print the current slave hostname -hostname -autoreconf --install -./configure -make diff --git a/jjb/toolchain_test/toolchain_test-custom.yaml b/jjb/toolchain_test/toolchain_test-custom.yaml deleted file mode 100644 index 6d0cc9efd..000000000 --- a/jjb/toolchain_test/toolchain_test-custom.yaml +++ /dev/null @@ -1,60 +0,0 @@ -- project: - name: toolchain_test - jobs: - - 'toolchain_test-verify' - - 'toolchain_test-merge' - - project: 'toolchain_test' - branch: 'master' - -- job-template: - name: toolchain_test-verify - - project-type: freestyle - node: verify - - logrotate: - daysToKeep: '{build-days-to-keep}' - numToKeep: '{build-num-to-keep}' - artifactDaysToKeep: '{build-artifact-days-to-keep}' - artifactNumToKeep: '{build-artifact-num-to-keep}' - - scm: - - zuul-trigger-scm: - credentials-id: '{ssh-credentials}' - refspec: '$ZUUL_REF' - - wrappers: - - ssh-agent-credentials: - users: - - '{ssh-credentials}' - - builders: - - shell: - !include-raw-escape include-raw-toolchain_test-build.sh - -- job-template: - name: toolchain_test-merge - - project-type: freestyle - node: merge - - logrotate: - daysToKeep: '{build-days-to-keep}' - numToKeep: '{build-num-to-keep}' - artifactDaysToKeep: '{build-artifact-days-to-keep}' - artifactNumToKeep: '{build-artifact-num-to-keep}' - - scm: - - zuul-trigger-scm: - credentials-id: '{ssh-credentials}' - refspec: '' - - wrappers: - - ssh-agent-credentials: - users: - - '{ssh-credentials}' - - builders: - - shell: - !include-raw-escape include-raw-toolchain_test-build.sh -- cgit 1.2.3-korg