summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2016-02-10 15:59:15 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2016-02-10 15:59:15 -0800
commitaac3b0386b6c1c1b7a0155f5a79277fd26f7ac4b (patch)
treef3c30f9f31b07225b86c6ede1ef80ccab36a60a2 /jjb
parent2aef4871acd774532163ebe2a485bdb323c08ada (diff)
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 <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/toolchain_test/include-raw-toolchain_test-build.sh8
-rw-r--r--jjb/toolchain_test/toolchain_test-custom.yaml60
2 files changed, 0 insertions, 68 deletions
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