diff options
author | Chris Evich <cevich@redhat.com> | 2022-06-07 16:52:28 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2022-06-08 10:43:43 -0400 |
commit | 254048e17d810a81835a8e17712660cc3ca09d32 (patch) | |
tree | 65338224ba13d12bb54df963f3152f6fc78bcb8d /CONTRIBUTING.md | |
parent | b4c981893de2e2c5b0b6163961d6699098f5c1ae (diff) | |
download | podman-254048e17d810a81835a8e17712660cc3ca09d32.tar.gz podman-254048e17d810a81835a8e17712660cc3ca09d32.tar.bz2 podman-254048e17d810a81835a8e17712660cc3ca09d32.zip |
Cirrus: Fix artifact passing when dep. skipped
When passing artifacts from one task to another, if a direct dependency
was not created due to `only_if`, a race condition can occur: The
descendent task may start running prior to the indirect (but required)
dependency (`build` in this case) completing and uploading artifacts.
Fix this by spamming a `build` dependency into all tasks which require
it (basically everything).
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'CONTRIBUTING.md')
0 files changed, 0 insertions, 0 deletions