From 45acf22e4a5d32b008e9704df13153fc2ae052dd Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Tue, 16 Oct 2018 08:37:35 -0400 Subject: Functest: Sets max concurrent jobs to 10 In Apex, some random jobs are queueing to intel-pod11 which does not exist anymore. The problem is, when these jobs queue they are blocking apex daily functest, as it looks like the job is only set to allow 1 job globally at a time. This change bumps the max concurrent global jobs to 10. Change-Id: I62d458a92abfa35bb0d1c459ccf4ffedfd51e66d Signed-off-by: Tim Rozet --- jjb/functest/functest-daily-jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/functest/functest-daily-jobs.yaml b/jjb/functest/functest-daily-jobs.yaml index 1e380f2a2..27cd0ac26 100644 --- a/jjb/functest/functest-daily-jobs.yaml +++ b/jjb/functest/functest-daily-jobs.yaml @@ -251,6 +251,7 @@ - throttle: enabled: true max-per-node: 1 + max-total: 10 option: 'project' wrappers: -- cgit 1.2.3-korg