Skip to content

Commit

Permalink
Merge pull request #515 from lsm5/packit-target-reorg
Browse files Browse the repository at this point in the history
Packit: disable F39 and separate out ELN
  • Loading branch information
openshift-merge-bot[bot] authored Sep 26, 2024
2 parents c283c98 + 6b7741f commit fda45da
Showing 1 changed file with 23 additions and 13 deletions.
36 changes: 23 additions & 13 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ packages:
specfile_path: rpm/aardvark-dns.spec
aardvark-dns-rhel:
specfile_path: rpm/aardvark-dns.spec
aardvark-dns-eln:
specfile_path: rpm/aardvark-dns.spec

srpm_build_deps:
- cargo
Expand All @@ -44,8 +46,15 @@ jobs:
failure_comment:
message: "Ephemeral COPR build failed. @containers/packit-build please check."
targets:
fedora-all-x86_64: {}
fedora-all-aarch64: {}
- fedora-all-x86_64
- fedora-all-aarch64
enable_net: true

- job: copr_build
trigger: pull_request
packages: [aardvark-dns-eln]
notifications: *copr_build_failure_notification
targets:
fedora-eln-x86_64:
additional_repos:
- "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/x86_64/"
Expand All @@ -58,7 +67,7 @@ jobs:
trigger: pull_request
packages: [aardvark-dns-centos]
notifications: *copr_build_failure_notification
targets:
targets: &centos_copr_targets
- centos-stream-9-x86_64
- centos-stream-9-aarch64
- centos-stream-10-x86_64
Expand Down Expand Up @@ -94,19 +103,21 @@ jobs:
failure_comment:
message: "Tests failed. @containers/packit-build please check."
targets:
- fedora-all-x86_64
- fedora-all-aarch64
- fedora-development-x86_64
- fedora-development-aarch64
- fedora-latest-x86_64
- fedora-latest-aarch64
- fedora-latest-stable-x86_64
- fedora-latest-stable-aarch64
- fedora-40-x86_64
- fedora-40-aarch64

# Unit tests on CentOS Stream
- job: tests
trigger: pull_request
packages: [aardvark-dns-centos]
notifications: *test_failure_notification
targets:
- centos-stream-9-x86_64
- centos-stream-9-aarch64
- centos-stream-10-x86_64
- centos-stream-10-aarch64
targets: *centos_copr_targets

# Unit tests on RHEL
- job: tests
Expand All @@ -133,7 +144,7 @@ jobs:
trigger: release
packages: [aardvark-dns-fedora]
update_release: false
dist_git_branches:
dist_git_branches: &fedora_targets
- fedora-all

# Sync to CentOS Stream
Expand All @@ -149,5 +160,4 @@ jobs:
sidetag_group: netavark-releases
dependents:
- netavark
dist_git_branches:
- fedora-all
dist_git_branches: *fedora_targets

1 comment on commit fda45da

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

podman-next COPR build failed. @containers/packit-build please check.

Please sign in to comment.