summaryrefslogtreecommitdiffstats
path: root/jjb/ci-management
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2020-01-15 11:33:53 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2020-01-15 11:33:53 -0800
commite186d3c04d2b8e537150a89834c13135cfe786b7 (patch)
treec4d32055deb15f181b9196fa0a76a933c9495ba0 /jjb/ci-management
parent10bb972eb35f76910e15374217154ddd12e1e147 (diff)
Break ci-management jobs group down
While trying to implement / revert some of the work for the Jenkins managed configuration jobs we've run into some strange problems. Unfortunately there is currently a bug that we're hitting in global-jjb that is causing all configurations to disapear. This change switches from using the job group to defining just the jobs we want in the system right now so that we don't keep running into this bug / problem. It also allows us to continue testing configuration changes without fear of breaking the system. Change-Id: I49ffd839762de88b51db0d9d70bbcff1624c395e Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jjb/ci-management')
-rw-r--r--jjb/ci-management/ci-management-jobs.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/jjb/ci-management/ci-management-jobs.yaml b/jjb/ci-management/ci-management-jobs.yaml
index f102036a3..b071cb95a 100644
--- a/jjb/ci-management/ci-management-jobs.yaml
+++ b/jjb/ci-management/ci-management-jobs.yaml
@@ -2,7 +2,11 @@
- project:
name: ci-management-ci-jobs
jobs:
- - '{project-name}-ci-jobs'
+ - gerrit-jenkins-cfg-verify
+ - gerrit-jenkins-sandbox-cleanup
+ - gerrit-jjb-deploy-job
+ - gerrit-jjb-merge
+ - gerrit-jjb-verify
project: ci-management
project-name: ci-management