File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 47
47
failure_comment :
48
48
message : " Ephemeral COPR build failed. @containers/packit-build please check."
49
49
targets : &fedora_copr_targets
50
- - fedora-all-x86_64
51
- - fedora-all-aarch64
50
+ # f40 ships go 1.22 and we require go 1.23 now. This should be revert to fedora-all
51
+ # once either f40 is rebased to go 1.23 or f42 is released and f40 EOL.
52
+ - fedora-latest-stable-x86_64
53
+ - fedora-latest-stable-aarch64
54
+ - fedora-development-x86_64
55
+ - fedora-development-aarch64
52
56
enable_net : true
53
57
54
58
- job : copr_build
92
96
trigger : pull_request
93
97
packages : [buildah-fedora]
94
98
targets : &fedora_copr_test_targets
95
- - fedora-all-x86_64
99
+ # See the other comment above, this should be reverted to fedora-all when possible.
100
+ - fedora-latest-stable-x86_64
101
+ - fedora-development-x86_64
96
102
tf_extra_params :
97
103
environments :
98
104
- artifacts :
You can’t perform that action at this time.
0 commit comments