Disable concurrent execution for push-upstream jobs 80/1480/3
authorrobert.tomczyk <robert.tomczyk@est.tech>
Wed, 26 Jun 2019 10:10:59 +0000 (11:10 +0100)
committerrobert.tomczyk <robert.tomczyk@est.tech>
Wed, 26 Jun 2019 12:00:53 +0000 (13:00 +0100)
Parallel push from nordix can triggered a race condition in
upstream gerrit that will resulted in a duplicated review
instead of a single review for the first push and the second push.

Change-Id: I613531329aa4185d3f21f1c42c8d031e6cf95b4e

jjb/acumos/global-templates-acumos-push-upstream.yaml
jjb/global/global-templates-push-upstream.yaml
jjb/onap/global-templates-onap-push-upstream.yaml
jjb/opendaylight/global-templates-opendaylight-push-upstream.yaml
jjb/opendev/global-templates-opendev-push-upstream.yaml

index a0cf5b120c7c6fe52b698ccb7ca5fc0d5664f70a..17f6854a46c20679b0087dd73840696fc1958f79 100644 (file)
@@ -5,7 +5,7 @@
 
     disabled: false
 
-    concurrent: true
+    concurrent: false
 
     properties:
       - logrotate
index b3c0b483ac3da72fba505c54dbf601f8380bc265..5241119c1773fa1e82537b648bcb340751d1809d 100644 (file)
@@ -5,7 +5,7 @@
 
     disabled: false
 
-    concurrent: true
+    concurrent: false
 
     properties:
       - logrotate
index 339da3798c0bb74610cf57bb3b1539fc1df8be7b..71069785360ea44d0da78f395ac5c3c80f3f18e3 100644 (file)
@@ -5,7 +5,7 @@
 
     disabled: false
 
-    concurrent: true
+    concurrent: false
 
     properties:
       - logrotate
index d1e6b500fba81361da6e9b99874dd3d82617411b..60f491dbc25441e6c868ade18f91d01f6d0b4b54 100644 (file)
@@ -5,7 +5,7 @@
 
     disabled: false
 
-    concurrent: true
+    concurrent: false
 
     properties:
       - logrotate
index 5b8bfb6127095bf4b34e372dd559d49d33e3ff53..c0c279e9f587f5a0fe22004b91fc1ed273fa9b77 100644 (file)
@@ -5,7 +5,7 @@
 
     disabled: false
 
-    concurrent: true
+    concurrent: false
 
     properties:
       - logrotate