Skip to content

Commit 1a6dca2

Browse files
Merge pull request #22856 from lsm5/v4.9-rhel-packit-update
[v4.9-rhel] [skip-ci] Packit: only keep essential jobs
2 parents 6464b2c + c86e5bb commit 1a6dca2

File tree

1 file changed

+2
-54
lines changed

1 file changed

+2
-54
lines changed

.packit.yaml

Lines changed: 2 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -21,59 +21,7 @@ jobs:
2121
message: "Ephemeral COPR build failed. @containers/packit-build please check."
2222
enable_net: true
2323
targets:
24-
- fedora-all-x86_64
25-
- fedora-all-aarch64
26-
- fedora-eln-x86_64
27-
- fedora-eln-aarch64
28-
- centos-stream+epel-next-8-x86_64
29-
- centos-stream+epel-next-8-aarch64
30-
- centos-stream+epel-next-9-x86_64
31-
- centos-stream+epel-next-9-aarch64
24+
- epel-9-x86_64
25+
- epel-9-aarch64
3226
additional_repos:
3327
- "copr://rhcontainerbot/podman-next"
34-
35-
# Run on commit to main branch
36-
- job: copr_build
37-
trigger: commit
38-
notifications:
39-
failure_comment:
40-
message: "podman-next COPR build failed. @containers/packit-build please check."
41-
branch: main
42-
owner: rhcontainerbot
43-
project: podman-next
44-
enable_net: true
45-
46-
- job: tests
47-
identifier: cockpit-revdeps
48-
trigger: pull_request
49-
notifications:
50-
failure_comment:
51-
message: "Cockpit tests failed for commit {commit_sha}. @martinpitt, @jelly, @mvollmer please check."
52-
targets:
53-
- fedora-latest-stable
54-
- fedora-development
55-
tf_extra_params:
56-
environments:
57-
- artifacts:
58-
- type: repository-file
59-
id: https://copr.fedorainfracloud.org/coprs/g/cockpit/main-builds/repo/fedora-$releasever/group_cockpit-main-builds-fedora-$releasever.repo
60-
- type: repository-file
61-
id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/fedora-$releasever/rhcontainerbot-podman-next-fedora-$releasever.repo
62-
tmt:
63-
context:
64-
revdeps: "yes"
65-
66-
- job: propose_downstream
67-
trigger: release
68-
update_release: false
69-
dist_git_branches: &stable_fedora
70-
- fedora-39
71-
- fedora-38
72-
73-
- job: koji_build
74-
trigger: commit
75-
dist_git_branches: *stable_fedora
76-
77-
- job: bodhi_update
78-
trigger: commit
79-
dist_git_branches: *stable_fedora

0 commit comments

Comments
 (0)