File tree 1 file changed +23
-14
lines changed 1 file changed +23
-14
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ packages:
12
12
podman-centos :
13
13
pkg_tool : centpkg
14
14
specfile_path : rpm/podman.spec
15
+ podman-rhel :
16
+ specfile_path : rpm/podman.spec
15
17
16
18
srpm_build_deps :
17
19
- git-archive-all
@@ -25,32 +27,39 @@ jobs:
25
27
- job : copr_build
26
28
trigger : pull_request
27
29
packages : [podman-fedora]
28
- notifications :
30
+ notifications : &packit_build_failure_notification
29
31
failure_comment :
30
32
message : " Ephemeral COPR build failed. @containers/packit-build please check."
31
33
enable_net : true
32
34
targets :
33
- - fedora-all-x86_64
34
- - fedora-all-aarch64
35
- - fedora-eln-x86_64
36
- - fedora-eln-aarch64
37
- additional_repos :
38
- - " copr://rhcontainerbot/podman-next"
35
+ fedora-all-x86_64 : {}
36
+ fedora-all-aarch64 : {}
37
+ fedora-eln-x86_64 :
38
+ additional_repos :
39
+ - " https://kojipkgs.fedoraproject.org/repos/eln-build/latest/x86_64/"
40
+ fedora-eln-aarch64 :
41
+ additional_repos :
42
+ - " https://kojipkgs.fedoraproject.org/repos/eln-build/latest/aarch64/"
39
43
40
44
- job : copr_build
41
45
trigger : pull_request
42
46
packages : [podman-centos]
43
- notifications :
44
- failure_comment :
45
- message : " Ephemeral COPR build failed. @containers/packit-build please check."
47
+ notifications : *packit_build_failure_notification
46
48
enable_net : true
47
49
targets :
48
- - epel -9-x86_64
49
- - epel -9-aarch64
50
+ - centos-stream -9-x86_64
51
+ - centos-stream -9-aarch64
50
52
- centos-stream-10-x86_64
51
53
- centos-stream-10-aarch64
52
- additional_repos :
53
- - " copr://rhcontainerbot/podman-next"
54
+
55
+ - job : copr_build
56
+ trigger : pull_request
57
+ packages : [podman-rhel]
58
+ notifications : *packit_build_failure_notification
59
+ enable_net : true
60
+ targets :
61
+ - epel-9-x86_64
62
+ - epel-9-aarch64
54
63
55
64
# Run on commit to main branch
56
65
- job : copr_build
You can’t perform that action at this time.
0 commit comments