summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-10-16 13:51:51 -0400
committerTim Rozet <trozet@redhat.com>2018-10-16 13:51:51 -0400
commit9c45ad26b5dcc4bd0c02c142771e5ee2b27116af (patch)
tree372627160170a2b4fc19e71949924b6b31a8b32d
parent76bf771c888957dcecb222b62e36592c84b06021 (diff)
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 <trozet@redhat.com>
-rw-r--r--jjb/apex/apex.yaml1
-rw-r--r--jjb/apex/apex.yaml.j21
2 files changed, 2 insertions, 0 deletions
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