Disable concurrent execution for push-upstream jobs
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
diff --git a/jjb/acumos/global-templates-acumos-push-upstream.yaml b/jjb/acumos/global-templates-acumos-push-upstream.yaml
index a0cf5b1..17f6854 100644
--- a/jjb/acumos/global-templates-acumos-push-upstream.yaml
+++ b/jjb/acumos/global-templates-acumos-push-upstream.yaml
@@ -5,7 +5,7 @@
disabled: false
- concurrent: true
+ concurrent: false
properties:
- logrotate
diff --git a/jjb/global/global-templates-push-upstream.yaml b/jjb/global/global-templates-push-upstream.yaml
index b3c0b48..5241119 100644
--- a/jjb/global/global-templates-push-upstream.yaml
+++ b/jjb/global/global-templates-push-upstream.yaml
@@ -5,7 +5,7 @@
disabled: false
- concurrent: true
+ concurrent: false
properties:
- logrotate
diff --git a/jjb/onap/global-templates-onap-push-upstream.yaml b/jjb/onap/global-templates-onap-push-upstream.yaml
index 339da37..7106978 100644
--- a/jjb/onap/global-templates-onap-push-upstream.yaml
+++ b/jjb/onap/global-templates-onap-push-upstream.yaml
@@ -5,7 +5,7 @@
disabled: false
- concurrent: true
+ concurrent: false
properties:
- logrotate
diff --git a/jjb/opendaylight/global-templates-opendaylight-push-upstream.yaml b/jjb/opendaylight/global-templates-opendaylight-push-upstream.yaml
index d1e6b50..60f491d 100644
--- a/jjb/opendaylight/global-templates-opendaylight-push-upstream.yaml
+++ b/jjb/opendaylight/global-templates-opendaylight-push-upstream.yaml
@@ -5,7 +5,7 @@
disabled: false
- concurrent: true
+ concurrent: false
properties:
- logrotate
diff --git a/jjb/opendev/global-templates-opendev-push-upstream.yaml b/jjb/opendev/global-templates-opendev-push-upstream.yaml
index 5b8bfb6..c0c279e 100644
--- a/jjb/opendev/global-templates-opendev-push-upstream.yaml
+++ b/jjb/opendev/global-templates-opendev-push-upstream.yaml
@@ -5,7 +5,7 @@
disabled: false
- concurrent: true
+ concurrent: false
properties:
- logrotate