diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2021-08-17 21:08:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 21:08:48 +0000 |
commit | d7f0d1f17cf7fa53b4b87603e43d97b337394547 (patch) | |
tree | 8bb8b8462ad127a1da683aacf53f2c6204f473fa | |
parent | 856f1a2124328bf719fbb3144d16fc1b2d0b797f (diff) | |
parent | bfc9362614f8d39848bdf444f67c1917fadc5627 (diff) | |
download | podman-d7f0d1f17cf7fa53b4b87603e43d97b337394547.tar.gz podman-d7f0d1f17cf7fa53b4b87603e43d97b337394547.tar.bz2 podman-d7f0d1f17cf7fa53b4b87603e43d97b337394547.zip |
Merge pull request #11252 from cevich/remove_todo
Cirrus: Resolve two upgrade-test FIXMEs
-rw-r--r-- | .cirrus.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index ef6ac5e8b..d5d711075 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -632,17 +632,11 @@ rootless_system_test_task: main_script: *main always: *logs_artifacts -# FIXME: we may want to consider running this from nightly cron instead of CI. -# The tests are actually pretty quick (less than a minute) but they do rely -# on pulling images from quay.io, which means we're subject to network flakes. -# -# FIXME: how does this env matrix work, anyway? Does it spin up multiple VMs? -# We might just want to encode the version matrix in runner.sh instead upgrade_test_task: name: "Upgrade test: from $PODMAN_UPGRADE_FROM" alias: upgrade_test skip: *tags - only_if: *not_docs + only_if: $CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' || $CIRRUS_CRON != '' depends_on: - local_system_test matrix: |