From e186d3c04d2b8e537150a89834c13135cfe786b7 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Wed, 15 Jan 2020 11:33:53 -0800 Subject: 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 --- jjb/ci-management/ci-management-jobs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'jjb/ci-management') 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 -- cgit 1.2.3-korg