Skip to content

Commit 4adbaf7

Browse files
committed
ignore all packit jobs
We are now moving to the monorepo at https://github.com/containers/container-libs . Signed-off-by: Lokesh Mandvekar <[email protected]>
1 parent 874a23d commit 4adbaf7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.packit.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ actions:
2222

2323
jobs:
2424
- job: copr_build
25-
trigger: pull_request
25+
trigger: ignore
2626
packages: [containers-common-fedora]
2727
notifications: &ephemeral_build_failure_notification
2828
failure_comment:
@@ -32,7 +32,7 @@ jobs:
3232
- fedora-all
3333

3434
- job: copr_build
35-
trigger: pull_request
35+
trigger: ignore
3636
packages: [containers-common-eln]
3737
notifications: *ephemeral_build_failure_notification
3838
enable_net: true
@@ -45,7 +45,7 @@ jobs:
4545
- https://kojipkgs.fedoraproject.org/repos/eln-build/latest/x86_64/
4646

4747
- job: copr_build
48-
trigger: pull_request
48+
trigger: ignore
4949
packages: [containers-common-centos]
5050
notifications: *ephemeral_build_failure_notification
5151
enable_net: true
@@ -55,7 +55,7 @@ jobs:
5555

5656
# Run on commit to main branch
5757
- job: copr_build
58-
trigger: commit
58+
trigger: ignore
5959
packages: [containers-common-fedora]
6060
notifications:
6161
failure_comment:
@@ -66,20 +66,20 @@ jobs:
6666
enable_net: true
6767

6868
- job: propose_downstream
69-
trigger: release
69+
trigger: ignore
7070
packages: [containers-common-fedora]
7171
dist_git_branches: &fedora_targets
7272
- fedora-all
7373

7474
- job: propose_downstream
75-
trigger: release
75+
trigger: ignore
7676
packages: [containers-common-centos]
7777
dist_git_branches:
7878
- c10s
7979

8080
# Fedora Koji build
8181
- job: koji_build
82-
trigger: commit
82+
trigger: ignore
8383
packages: [containers-common-fedora]
8484
sidetag_group: podman-releases
8585
# Dependencies are not rpm dependencies, but packages that should go in the

0 commit comments

Comments
 (0)