Skip to content

Commit

Permalink
Merge pull request containers#11252 from cevich/remove_todo
Browse files Browse the repository at this point in the history
Cirrus: Resolve two upgrade-test FIXMEs
  • Loading branch information
openshift-ci[bot] authored Aug 17, 2021
2 parents 856f1a2 + bfc9362 commit d7f0d1f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d7f0d1f

Please sign in to comment.