Skip to content

Commit

Permalink
Merge pull request containers#23098 from Luap99/CI-bail
Browse files Browse the repository at this point in the history
cirrus: remove redundant skip logic and lower int timeout
  • Loading branch information
openshift-merge-bot[bot] authored Jun 26, 2024
2 parents 341fbfe + a0b2b0d commit fda0f81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ local_integration_test_task: &local_integration_test_task
gce_instance: &fastvm
<<: *standardvm
cpu: 4
timeout_in: 50m
timeout_in: 30m
env:
TEST_FLAVOR: int
clone_script: *get_gosrc
Expand Down Expand Up @@ -657,7 +657,7 @@ container_integration_test_task:
CTR_FQIN: ${PRIOR_FEDORA_CONTAINER_FQIN}
CI_DESIRED_DATABASE: boltdb
gce_instance: *fastvm
timeout_in: 50m
timeout_in: 30m
env:
TEST_FLAVOR: int
TEST_ENVIRON: container
Expand All @@ -677,7 +677,7 @@ rootless_integration_test_task:
depends_on: *build
matrix: *platform_axis
gce_instance: *fastvm
timeout_in: 50m
timeout_in: 30m
env:
TEST_FLAVOR: int
PRIV_NAME: rootless
Expand Down
8 changes: 0 additions & 8 deletions contrib/cirrus/runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,10 @@ function _run_compose_v2() {
}

function _run_int() {
_bail_if_test_can_be_skipped test/e2e

dotest integration
}

function _run_sys() {
_bail_if_test_can_be_skipped test/system

dotest system
}

Expand All @@ -74,8 +70,6 @@ function _run_upgrade_test() {
}

function _run_bud() {
_bail_if_test_can_be_skipped test/buildah-bud

showrun ./test/buildah-bud/run-buildah-bud-tests |& logformatter
}

Expand Down Expand Up @@ -433,8 +427,6 @@ dotest() {
}

_run_machine-linux() {
_bail_if_test_can_be_skipped pkg/machine/e2e

showrun make localmachine |& logformatter
}

Expand Down

0 comments on commit fda0f81

Please sign in to comment.