Skip to content

Commit

Permalink
Merge pull request #19895 from edsantiago/ci_test_skipper_fix
Browse files Browse the repository at this point in the history
CI test runner: upgrade tests rely on system tests
  • Loading branch information
rhatdan authored Sep 8, 2023
2 parents f8e1ec7 + afeab39 commit ab5ca5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/cirrus/runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function _run_sys() {
}

function _run_upgrade_test() {
_bail_if_test_can_be_skipped test/upgrade
_bail_if_test_can_be_skipped test/system test/upgrade

bats test/upgrade |& logformatter
}
Expand Down Expand Up @@ -408,7 +408,7 @@ _run_machine() {
}

# Optimization: will exit if the only PR diffs are under docs/ or tests/
# with the exception of any given arguments. E.g., don't run e2e or upgrade
# with the exception of any given arguments. E.g., don't run e2e or unit
# or bud tests if the only PR changes are in test/system.
function _bail_if_test_can_be_skipped() {
local head base diffs
Expand Down

0 comments on commit ab5ca5b

Please sign in to comment.