Merge "Throttle Docker Builds to 1 Per-Node"
authorAric Gardner <agardner@linuxfoundation.org>
Mon, 25 Sep 2017 22:20:25 +0000 (22:20 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 25 Sep 2017 22:20:25 +0000 (22:20 +0000)
jjb/releng/opnfv-docker-arm.yml
jjb/releng/opnfv-docker.yml

index acf1231..e48bad2 100644 (file)
             default: "{arch_tag}"
             description: "If set, this value will be added to the docker image tag"
 
+    properties:
+        - throttle:
+            max-per-node: 1
+            option: 'project'
+
     scm:
         - git-scm
 
index 714d8cf..088c510 100644 (file)
             default: "{arch_tag}"
             description: "If set, this value will be added to the docker image tag as a prefix"
 
+    properties:
+        - throttle:
+            max-per-node: 1
+            option: 'project'
+
     scm:
         - git-scm