Skip to content

Commit

Permalink
Merge pull request #226 from lsm5/packit-all-targets
Browse files Browse the repository at this point in the history
Packit: Explicitly specify all targets
  • Loading branch information
lsm5 authored Apr 21, 2023
2 parents 3c3ba8b + 36ca2d6 commit f4f8294
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

specfile_path: container-selinux.spec


jobs:
- &copr
job: copr_build
Expand All @@ -18,7 +17,7 @@ jobs:
enable_net: true
# x86_64 is assumed by default
# container-selinux is noarch so we only need to test on one arch
targets: &test_targets
targets: &pr_copr_targets
- fedora-rawhide
- fedora-38
- fedora-37
Expand All @@ -38,6 +37,23 @@ jobs:
trigger: commit
branch: main
project: podman-next
targets:
- fedora-rawhide-aarch64
- fedora-rawhide-ppc64le
- fedora-rawhide-s390x
- fedora-rawhide-x86_64
- fedora-38-aarch64
- fedora-38-ppc64le
- fedora-38-s390x
- fedora-38-x86_64
- fedora-37-aarch64
- fedora-37-ppc64le
- fedora-37-s390x
- fedora-37-x86_64
- centos-stream+epel-next-9-aarch64
- centos-stream+epel-next-9-ppc64le
- centos-stream+epel-next-9-s390x
- centos-stream+epel-next-9-x86_64

# All tests specified in the `/plans/` subdir
# FIXME: uncomment e2e tests after disk space issues resolved on testing farm
Expand All @@ -49,6 +65,7 @@ jobs:

- job: tests
trigger: pull_request
targets: *test_targets
# arch assumed to be x86_64 by default.
targets: *pr_copr_targets
identifier: podman_system_test
tmt_plan: "/plans/podman_system_test"

0 comments on commit f4f8294

Please sign in to comment.