Break ci-management jobs group down 56/24356/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 15 Jan 2020 19:33:53 +0000 (11:33 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 15 Jan 2020 19:33:53 +0000 (11:33 -0800)
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>
jjb/ci-management/ci-management-jobs.yaml

index f102036..b071cb9 100644 (file)
@@ -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