From 9c45ad26b5dcc4bd0c02c142771e5ee2b27116af Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Tue, 16 Oct 2018 13:51:51 -0400 Subject: Apex: Fix csit job blocking apex-virtual-{stream} is not being blocked and running at the same time while csit tests are running. This should stop it from running until the promotion job is finished. Change-Id: Ie164bbee08253a7e79892d36780b66fe0ad2cf97 Signed-off-by: Tim Rozet --- jjb/apex/apex.yaml | 1 + jjb/apex/apex.yaml.j2 | 1 + 2 files changed, 2 insertions(+) diff --git a/jjb/apex/apex.yaml b/jjb/apex/apex.yaml index 26f282f98..5a8f241b1 100644 --- a/jjb/apex/apex.yaml +++ b/jjb/apex/apex.yaml @@ -447,6 +447,7 @@ - 'apex-virtual-.*' - 'apex-verify-gate-.*' - 'odl-netvirt.*' + - 'apex-.*-promote.*' - throttle: max-per-node: 1 max-total: 10 diff --git a/jjb/apex/apex.yaml.j2 b/jjb/apex/apex.yaml.j2 index b302cda32..908acb62c 100644 --- a/jjb/apex/apex.yaml.j2 +++ b/jjb/apex/apex.yaml.j2 @@ -293,6 +293,7 @@ - 'apex-virtual-.*' - 'apex-verify-gate-.*' - 'odl-netvirt.*' + - 'apex-.*-promote.*' - throttle: max-per-node: 1 max-total: 10 -- cgit 1.2.3-korg