File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 56
56
message : " [NON-BLOCKING] Packit jobs failed. @containers/packit-build please check. Everyone else, feel free to ignore."
57
57
enable_net : true
58
58
targets :
59
- - fedora-all -x86_64
60
- - fedora-all-aarch64
59
+ - fedora-rawhide -x86_64
60
+ # - fedora-all-aarch64
61
61
# Re-enable these scans if OpenScanHub starts scanning go packages
62
62
# https://packit.dev/posts/openscanhub-prototype
63
63
osh_diff_scan_after_copr_build : false
@@ -107,8 +107,8 @@ jobs:
107
107
notifications : *packit_generic_failure_notification
108
108
targets :
109
109
- fedora-rawhide
110
- - fedora-42
111
- - fedora-41
110
+ # - fedora-42
111
+ # - fedora-41
112
112
tmt_plan : " /plans/system/*"
113
113
tf_extra_params :
114
114
environments :
@@ -118,7 +118,7 @@ jobs:
118
118
119
119
- job : tests
120
120
identifier : cockpit-revdeps
121
- trigger : pull_request
121
+ trigger : ignore
122
122
packages : [podman-fedora]
123
123
notifications :
124
124
failure_comment :
Original file line number Diff line number Diff line change @@ -741,9 +741,12 @@ function is_rhel_or_centos() {
741
741
}
742
742
743
743
function is_rawhide() {
744
+ echo " ##### RUNNING is_rawhide #######"
744
745
if find /etc/redhat-release && grep -Eiq " Rawhide" /etc/redhat-release; then
746
+ echo " ##### ENV IS RAWHIDE!!!! ##### "
745
747
return 0
746
748
fi
749
+ echo " ###### NOT RAWHIDE ######"
747
750
return 1
748
751
}
749
752
@@ -956,6 +959,7 @@ function skip_if_rhel_or_centos {
956
959
}
957
960
958
961
function skip_if_rawhide {
962
+ echo " ##### Running skip_if_rawhide...####"
959
963
if is_rawhide; then
960
964
skip " ${msg:- skip if Fedora Rawhide} "
961
965
fi
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ rpm -q \
25
25
systemd
26
26
27
27
export system_service_cmd=" /usr/bin/podman system service --timeout=0 &"
28
- export test_cmd=" whoami && cd /usr/share/podman/test/system && PODMAN_TESTING=/usr/bin/podman-testing bats . "
28
+ export test_cmd=" whoami && cd /usr/share/podman/test/system && PODMAN_TESTING=/usr/bin/podman-testing bats 520-checkpoint.bats "
29
29
30
30
if [[ -z $1 ]]; then
31
31
if [[ $PODMAN == " /usr/bin/podman-remote" ]]; then
You can’t perform that action at this time.
0 commit comments