summaryrefslogtreecommitdiffstats
path: root/jjb/apex/apex.yml
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-08-24 16:13:01 -0400
committerTim Rozet <trozet@redhat.com>2017-08-24 16:13:01 -0400
commit4e074b25899eac05b8e1509ada182f5695658ce8 (patch)
tree4643273f3882b4630ee812ca68671c8a91aaaeed /jjb/apex/apex.yml
parent6be64db117f494bdb6d59b17676e5341c2f9c3a9 (diff)
Apex: Fixes bug with blocking
We have blocking so that deploy wont run while another deploy or functest is running. However there is an issue where after a deploy completes, the next in line deploy starts at the same time as the functest starts for the previous deploy. This patch adds a quiet period to the deploy job of 30 seconds, which hopefully will offset the start time between the two and resume correct blocking. Change-Id: Id94d075f2d2e48952a5c2186eeb81d09bb68c49b Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex/apex.yml')
-rw-r--r--jjb/apex/apex.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml
index 4c543bf66..f0e0535ea 100644
--- a/jjb/apex/apex.yml
+++ b/jjb/apex/apex.yml
@@ -582,7 +582,7 @@
concurrent: true
disabled: false
-
+ quiet-period: 30
scm:
- git-scm-gerrit