summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-06-13 10:45:54 -0400
committerGitHub <noreply@github.com>2022-06-13 10:45:54 -0400
commitb34cba6cd53cfd4df58f2b26d3e5a6be86dfb132 (patch)
tree716c92987a37e98ccdb169479f04d400e7125869 /.cirrus.yml
parent1c46b31a6806d2aae54238b233ebfd8c126061b8 (diff)
parent254048e17d810a81835a8e17712660cc3ca09d32 (diff)
downloadpodman-b34cba6cd53cfd4df58f2b26d3e5a6be86dfb132.tar.gz
podman-b34cba6cd53cfd4df58f2b26d3e5a6be86dfb132.tar.bz2
podman-b34cba6cd53cfd4df58f2b26d3e5a6be86dfb132.zip
Merge pull request #14521 from cevich/fix_build_dep
Cirrus: Fix artifact passing when dep. skipped
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml26
1 files changed, 20 insertions, 6 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 21100388f..460c5e049 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -410,6 +410,7 @@ unit_test_task:
# Docs: ./contrib/cirrus/CIModes.md
only_if: *not_tag_branch_build_docs
depends_on:
+ - build
- validate
matrix:
- env: *stdenvars
@@ -435,6 +436,7 @@ apiv2_test_task:
# Docs: ./contrib/cirrus/CIModes.md
only_if: *not_tag_branch_build_docs
depends_on:
+ - build
- validate
gce_instance: *standardvm
# Test is normally pretty quick, about 10-minutes. If it hangs,
@@ -455,6 +457,7 @@ compose_test_task:
# Docs: ./contrib/cirrus/CIModes.md
only_if: *not_tag_branch_build_docs
depends_on:
+ - build
- validate
gce_instance: *standardvm
matrix:
@@ -488,6 +491,7 @@ local_integration_test_task: &local_integration_test_task
# Docs: ./contrib/cirrus/CIModes.md
only_if: *not_tag_branch_build_docs
depends_on:
+ - build
- unit_test
matrix: *platform_axis
gce_instance: *standardvm
@@ -523,6 +527,7 @@ container_integration_test_task:
# Docs: ./contrib/cirrus/CIModes.md
only_if: *not_tag_branch_build_docs
depends_on:
+ - build
- unit_test
matrix: &fedora_vm_axis
- env:
@@ -553,6 +558,7 @@ rootless_integration_test_task:
# Docs: ./contrib/cirrus/CIModes.md
only_if: *not_tag_branch_build_docs
depends_on:
+ - build
- unit_test
matrix: *platform_axis
gce_instance: *standardvm
@@ -581,7 +587,8 @@ local_system_test_task: &local_system_test_task
$CIRRUS_CHANGE_TITLE !=~ '.*CI:BUILD.*' &&
$CIRRUS_CRON != 'multiarch'
depends_on:
- - local_integration_test
+ - build
+ - local_integration_test
matrix: *platform_axis
gce_instance: *standardvm
env:
@@ -606,7 +613,8 @@ rootless_remote_system_test_task:
<<: *local_system_test_task
alias: rootless_remote_system_test
depends_on:
- - remote_integration_test
+ - build
+ - remote_integration_test
matrix:
# Minimal sanity testing: only the latest Fedora
- env:
@@ -629,7 +637,8 @@ rootless_system_test_task:
# Docs: ./contrib/cirrus/CIModes.md
only_if: *not_tag_build_docs_multiarch
depends_on:
- - rootless_integration_test
+ - build
+ - rootless_integration_test
matrix: *platform_axis
gce_instance: *standardvm
env:
@@ -647,7 +656,8 @@ buildah_bud_test_task:
# Docs: ./contrib/cirrus/CIModes.md
only_if: *not_tag_branch_build_docs
depends_on:
- - local_integration_test
+ - build
+ - local_integration_test
env:
TEST_FLAVOR: bud
DISTRO_NV: ${FEDORA_NAME}
@@ -679,7 +689,8 @@ rootless_gitlab_test_task:
# If necessary, uncomment the next line and file issue(s) with details.
# allow_failures: $CI == $CI
depends_on:
- - rootless_integration_test
+ - build
+ - rootless_integration_test
gce_instance: *standardvm
env:
<<: *ubuntu_envvars
@@ -702,7 +713,8 @@ upgrade_test_task:
# Docs: ./contrib/cirrus/CIModes.md
only_if: *not_tag_branch_build_docs
depends_on:
- - local_system_test
+ - build
+ - local_system_test
matrix:
- env:
PODMAN_UPGRADE_FROM: v2.1.1
@@ -902,6 +914,7 @@ release_task:
# Docs: ./contrib/cirrus/CIModes.md
only_if: $CIRRUS_TAG != ''
depends_on:
+ - build
- success
gce_instance: *standardvm
env:
@@ -928,6 +941,7 @@ release_test_task:
# see RELEASE_PROCESS.md
trigger_type: manual
depends_on:
+ - build
- success
gce_instance: *standardvm
env: