File tree 2 files changed +3
-11
lines changed
2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -610,7 +610,7 @@ local_integration_test_task: &local_integration_test_task
610
610
gce_instance : &fastvm
611
611
<< : *standardvm
612
612
cpu : 4
613
- timeout_in : 50m
613
+ timeout_in : 30m
614
614
env :
615
615
TEST_FLAVOR : int
616
616
clone_script : *get_gosrc
@@ -657,7 +657,7 @@ container_integration_test_task:
657
657
CTR_FQIN : ${PRIOR_FEDORA_CONTAINER_FQIN}
658
658
CI_DESIRED_DATABASE : boltdb
659
659
gce_instance : *fastvm
660
- timeout_in : 50m
660
+ timeout_in : 30m
661
661
env :
662
662
TEST_FLAVOR : int
663
663
TEST_ENVIRON : container
@@ -677,7 +677,7 @@ rootless_integration_test_task:
677
677
depends_on : *build
678
678
matrix : *platform_axis
679
679
gce_instance : *fastvm
680
- timeout_in : 50m
680
+ timeout_in : 30m
681
681
env :
682
682
TEST_FLAVOR : int
683
683
PRIV_NAME : rootless
Original file line number Diff line number Diff line change @@ -56,14 +56,10 @@ function _run_compose_v2() {
56
56
}
57
57
58
58
function _run_int() {
59
- _bail_if_test_can_be_skipped test/e2e
60
-
61
59
dotest integration
62
60
}
63
61
64
62
function _run_sys() {
65
- _bail_if_test_can_be_skipped test/system
66
-
67
63
dotest system
68
64
}
69
65
@@ -74,8 +70,6 @@ function _run_upgrade_test() {
74
70
}
75
71
76
72
function _run_bud() {
77
- _bail_if_test_can_be_skipped test/buildah-bud
78
-
79
73
showrun ./test/buildah-bud/run-buildah-bud-tests | & logformatter
80
74
}
81
75
@@ -433,8 +427,6 @@ dotest() {
433
427
}
434
428
435
429
_run_machine-linux () {
436
- _bail_if_test_can_be_skipped pkg/machine/e2e
437
-
438
430
showrun make localmachine | & logformatter
439
431
}
440
432
You can’t perform that action at this time.
0 commit comments