From f9a52671752efe3d4404343f5fafbeda6498464b Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 15 Feb 2018 07:21:44 +0000 Subject: jjb: xci: Add missing job blockers for XCI merge jobs We shouldn't allow the merge jobs to run in parallel with the verify ones when both are testing the same distro since one may wipe the 'clean VM' of the other one. Moreover, we should restrict the number of jobs allocated on nodes in order to avoid overloading them. Change-Id: I9c0b9b5061e41b21c01789fc4676e72e0e082f17 Signed-off-by: Markos Chandras --- jjb/xci/xci-verify-jobs.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'jjb/xci/xci-verify-jobs.yml') diff --git a/jjb/xci/xci-verify-jobs.yml b/jjb/xci/xci-verify-jobs.yml index 3c314568f..7c6871c22 100644 --- a/jjb/xci/xci-verify-jobs.yml +++ b/jjb/xci/xci-verify-jobs.yml @@ -66,6 +66,7 @@ use-build-blocker: true blocking-jobs: - 'xci-verify-{distro}-.*' + - 'xci-.*-{distro}-merge-.*' - 'bifrost-verify-{distro}-.*' - 'bifrost-periodic-{distro}-.*' - 'xci-osa-verify-{distro}-.*' -- cgit 1.2.3-korg