Skip to content

Commit fda0f81

Browse files
Merge pull request #23098 from Luap99/CI-bail
cirrus: remove redundant skip logic and lower int timeout
2 parents 341fbfe + a0b2b0d commit fda0f81

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

.cirrus.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ local_integration_test_task: &local_integration_test_task
610610
gce_instance: &fastvm
611611
<<: *standardvm
612612
cpu: 4
613-
timeout_in: 50m
613+
timeout_in: 30m
614614
env:
615615
TEST_FLAVOR: int
616616
clone_script: *get_gosrc
@@ -657,7 +657,7 @@ container_integration_test_task:
657657
CTR_FQIN: ${PRIOR_FEDORA_CONTAINER_FQIN}
658658
CI_DESIRED_DATABASE: boltdb
659659
gce_instance: *fastvm
660-
timeout_in: 50m
660+
timeout_in: 30m
661661
env:
662662
TEST_FLAVOR: int
663663
TEST_ENVIRON: container
@@ -677,7 +677,7 @@ rootless_integration_test_task:
677677
depends_on: *build
678678
matrix: *platform_axis
679679
gce_instance: *fastvm
680-
timeout_in: 50m
680+
timeout_in: 30m
681681
env:
682682
TEST_FLAVOR: int
683683
PRIV_NAME: rootless

contrib/cirrus/runner.sh

-8
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,10 @@ function _run_compose_v2() {
5656
}
5757

5858
function _run_int() {
59-
_bail_if_test_can_be_skipped test/e2e
60-
6159
dotest integration
6260
}
6361

6462
function _run_sys() {
65-
_bail_if_test_can_be_skipped test/system
66-
6763
dotest system
6864
}
6965

@@ -74,8 +70,6 @@ function _run_upgrade_test() {
7470
}
7571

7672
function _run_bud() {
77-
_bail_if_test_can_be_skipped test/buildah-bud
78-
7973
showrun ./test/buildah-bud/run-buildah-bud-tests |& logformatter
8074
}
8175

@@ -433,8 +427,6 @@ dotest() {
433427
}
434428

435429
_run_machine-linux() {
436-
_bail_if_test_can_be_skipped pkg/machine/e2e
437-
438430
showrun make localmachine |& logformatter
439431
}
440432

0 commit comments

Comments
 (0)