Skip to content

Commit a8a8cdc

Browse files
committed
Packit/TMT: disable centos-stream-10-x86_64 tests
Ref: containers#1758 (comment) Issue filed: containers#1759 Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
1 parent b973373 commit a8a8cdc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.packit.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,13 @@ jobs:
107107
trigger: pull_request
108108
packages: [crun-centos]
109109
notifications: *test_failure_notification
110-
targets: *centos_copr_targets
110+
# TODO: Re-enable centos-stream-10-x86_64 once criu issues are solved
111+
# Ref: https://github.com/containers/crun/pull/1758#issuecomment-2901772392
112+
#targets: *centos_copr_targets
113+
targets:
114+
- centos-stream-9-x86_64
115+
- centos-stream-9-aarch64
116+
- centos-stream-10-aarch64
111117
tf_extra_params:
112118
environments:
113119
- artifacts:

0 commit comments

Comments
 (0)