Remove the toolchain_test jobs 94/294/1
authorAndrew Grimberg <[email protected]>
Wed, 10 Feb 2016 23:59:15 +0000 (15:59 -0800)
committerAndrew Grimberg <[email protected]>
Wed, 10 Feb 2016 23:59:15 +0000 (15:59 -0800)
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 <[email protected]>
jjb/toolchain_test/include-raw-toolchain_test-build.sh [deleted file]
jjb/toolchain_test/toolchain_test-custom.yaml [deleted file]

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 (file)
index 2c5a41b..0000000
+++ /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 (file)
index 6d0cc9e..0000000
+++ /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