Merge "Fail multiple executions of config-download of the same plan"

This commit is contained in:
Zuul
2019-01-07 13:55:42 +00:00
committed by Gerrit Code Review
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
other:
- |
Add an initial task to the config_download_deploy workflow that queries for
existing executions of the same workflow on the same plan. If any are
found, that means that config-download is already running on the existing
plan, so the additional one that is trying to start is failed.