@@ -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-branched
82+ - fedora-latest
83+ - fedora-latest-stable
84+ tf_extra_params :
85+ environments :
86+ - artifacts :
87+ - type : repository-file
88+ id : https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/fedora-$releasever/rhcontainerbot-podman-next-fedora-$releasever.repo
89+
90+ - job : tests
91+ trigger : pull_request
92+ packages : [netavark-centos]
93+ # notifications:
94+ # failure_comment:
95+ # message: "TMT tests failed. @containers/packit-build please check."
96+ targets : *centos_targets
97+ tf_extra_params :
98+ environments :
99+ - artifacts :
100+ - type : repository-file
101+ id : https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/centos-stream-$releasever/rhcontainerbot-podman-next-centos-stream-$releasever.repo
102+ - type : repository-file
103+ id : https://src.fedoraproject.org/rpms/epel-release/raw/epel$releasever/f/epel.repo
104+
62105 # Sync to Fedora
63106 - job : propose_downstream
64107 trigger : release
0 commit comments