Skip to content

Commit 8622175

Browse files
authored
Merge pull request #1760 from lsm5/tmt-disable-centos-stream-10-x86_64
Packit/TMT: disable centos-stream-10-x86_64 tests
2 parents b973373 + 33602a5 commit 8622175

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.packit.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,14 @@ 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+
# Issue filed: https://github.com/containers/crun/issues/1759
113+
#targets: *centos_copr_targets
114+
targets:
115+
- centos-stream-9-x86_64
116+
- centos-stream-9-aarch64
117+
- centos-stream-10-aarch64
111118
tf_extra_params:
112119
environments:
113120
- artifacts:

0 commit comments

Comments
 (0)