Apex: Update blocking for csit promotion job 69/59769/1
authorTim Rozet <trozet@redhat.com>
Thu, 12 Jul 2018 15:07:23 +0000 (11:07 -0400)
committerTim Rozet <trozet@redhat.com>
Thu, 12 Jul 2018 15:07:23 +0000 (11:07 -0400)
Ensure only one csit promotion job runs on a node at
a time.

Change-Id: Iab36f267f880347e0090fd87b91c9d7e28fbc4f4
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/apex/apex.yaml
jjb/apex/apex.yaml.j2

index 773577f..3c9c77f 100644 (file)
             - 'apex-verify.*'
             - 'apex-runner.*'
             - 'apex-daily.*'
+            - 'apex-csit-promote.*'
+      - throttle:
+          max-per-node: 1
+          max-total: 10
+          option: 'project'
 
     triggers:
       - timed: '0 12 * * 0'
index bc2c379..0a2d6ce 100644 (file)
             - 'apex-verify.*'
             - 'apex-runner.*'
             - 'apex-daily.*'
+            - 'apex-csit-promote.*'
+      - throttle:
+          max-per-node: 1
+          max-total: 10
+          option: 'project'
 
     triggers:
       - timed: '0 12 * * 0'