@@ -12,6 +12,8 @@ packages:
1212 netavark-centos :
1313 pkg_tool : centpkg
1414 specfile_path : rpm/netavark.spec
15+ netavark-eln :
16+ specfile_path : rpm/netavark.spec
1517
1618srpm_build_deps :
1719 - cargo
@@ -22,12 +24,21 @@ jobs:
2224 - job : copr_build
2325 trigger : pull_request
2426 packages : [netavark-fedora]
25- notifications : &copr_build_failure_notification
26- failure_comment :
27- message : " Ephemeral COPR build failed. @containers/packit-build please check."
27+ # notifications: &copr_build_failure_notification
28+ # failure_comment:
29+ # message: "Ephemeral COPR build failed. @containers/packit-build please check."
30+ targets :
31+ - fedora-all-x86_64
32+ - fedora-all-aarch64
33+ enable_net : true
34+
35+ - job : copr_build
36+ trigger : pull_request
37+ packages : [netavark-eln]
38+ # notifications: &copr_build_failure_notification
39+ # failure_comment:
40+ # message: "Ephemeral COPR build failed. @containers/packit-build please check."
2841 targets :
29- fedora-all-x86_64 : {}
30- fedora-all-aarch64 : {}
3142 fedora-eln-x86_64 :
3243 additional_repos :
3344 - " https://kojipkgs.fedoraproject.org/repos/eln-build/latest/x86_64/"
3950 - job : copr_build
4051 trigger : pull_request
4152 packages : [netavark-centos]
42- notifications : *copr_build_failure_notification
43- targets :
53+ # notifications: *copr_build_failure_notification
54+ targets : ¢os_targets
4455 - centos-stream-9-x86_64
4556 - centos-stream-9-aarch64
4657 - centos-stream-10-x86_64
5970 project : podman-next
6071 enable_net : true
6172
73+ - job : tests
74+ trigger : pull_request
75+ packages : [netavark-fedora]
76+ # notifications:
77+ # failure_comment:
78+ # message: "TMT tests failed. @containers/packit-build please check."
79+ targets :
80+ - fedora-development
81+ - fedora-latest
82+ - fedora-latest-stable
83+ tf_extra_params :
84+ environments :
85+ - artifacts :
86+ - type : repository-file
87+ id : https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/fedora-$releasever/rhcontainerbot-podman-next-fedora-$releasever.repo
88+
89+ - job : tests
90+ trigger : pull_request
91+ packages : [netavark-centos]
92+ # notifications:
93+ # failure_comment:
94+ # message: "TMT tests failed. @containers/packit-build please check."
95+ targets : *centos_targets
96+ tf_extra_params :
97+ environments :
98+ - artifacts :
99+ - type : repository-file
100+ id : https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/centos-stream-$releasever/rhcontainerbot-podman-next-centos-stream-$releasever.repo
101+ - type : repository-file
102+ id : https://src.fedoraproject.org/rpms/epel-release/raw/epel$releasever/f/epel.repo
103+
62104 # Sync to Fedora
63105 - job : propose_downstream
64106 trigger : release
0 commit comments