commit | 28e1041f3891e5369fd8a6ba3434982c0404efcb | [log] [tgz] |
---|---|---|
author | robert.tomczyk <robert.tomczyk@est.tech> | Wed Jun 26 11:10:59 2019 +0100 |
committer | robert.tomczyk <robert.tomczyk@est.tech> | Wed Jun 26 13:00:53 2019 +0100 |
tree | da4fc42b67ee4d695bac57b7b804a75920775da0 | |
parent | b074fbc5bab82c9b1e874d249c7e5e44f75077a8 [diff] [blame] |
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/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