Apex: Fixes bug with blocking 61/40161/1
authorTim Rozet <trozet@redhat.com>
Thu, 24 Aug 2017 20:13:01 +0000 (16:13 -0400)
committerTim Rozet <trozet@redhat.com>
Thu, 24 Aug 2017 20:13:01 +0000 (16:13 -0400)
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>
jjb/apex/apex.yml
jjb/apex/apex.yml.j2

index 4c543bf..f0e0535 100644 (file)
     concurrent: true
 
     disabled: false
-
+    quiet-period: 30
     scm:
         - git-scm-gerrit
 
index bd72bf6..5a44dbc 100644 (file)
     concurrent: true
 
     disabled: false
-
+    quiet-period: 30
     scm:
         - git-scm-gerrit