Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More tweaks to Packit configuration #622

Merged
merged 2 commits into from
Oct 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 15 additions & 23 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
targets:
fedora-development: {}
fedora-latest: {}
centos-stream-9:
epel-9:
additional_repos:
- https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/
- https://download.copr.fedorainfracloud.org/results/@centos-automotive-sig/bluechi-snapshot/centos-stream-9-x86_64/
- copr://@centos-automotive-sig/bluechi-snapshot

# Run on commit to main branch
- &copr
Expand All @@ -37,30 +36,25 @@ jobs:
- <<: *copr
project: qm
targets:
fedora-stable-aarch64: {}
fedora-stable-ppc64le: {}
fedora-stable-x86_64: {}
centos-stream-9-aarch64:
additional_repos:
- https://dl.fedoraproject.org/pub/epel/9/Everything/aarch64/
centos-stream-9-ppc64le:
additional_repos:
- https://dl.fedoraproject.org/pub/epel/9/Everything/ppc64le/
centos-stream-9-x86_64:
additional_repos:
- https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/
- fedora-stable-aarch64
- fedora-stable-ppc64le
- fedora-stable-x86_64
- epel-9-aarch64
- epel-9-ppc64le
- epel-9-x86_64

- job: tests
trigger: pull_request
identifier: e2e-multi-bluechi-agents
tmt_plan: /plans/e2e/multi-bluechi-agents
targets:
- centos-stream-9-x86_64
- epel-9-x86_64
manual_trigger: true
tf_extra_params:
environments:
- artifacts:
- type: repository-file
- &bluechi_copr_repo
type: repository-file
id: https://copr.fedorainfracloud.org/coprs/g/centos-automotive-sig/bluechi-snapshot/repo/centos-stream-9
hardware:
disk:
Expand All @@ -72,12 +66,11 @@ jobs:
identifier: e2e-ffi
tmt_plan: /plans/e2e/ffi
targets:
- centos-stream-9-x86_64
- epel-9-x86_64
tf_extra_params:
environments:
- artifacts:
- type: repository-file
id: https://copr.fedorainfracloud.org/coprs/g/centos-automotive-sig/bluechi-snapshot/repo/centos-stream-9
- *bluechi_copr_repo
tmt:
context:
scenario : "ffi"
Expand All @@ -91,12 +84,11 @@ jobs:
identifier: qm-tier-0
tmt_plan: /plans/e2e/tier-0
targets:
- centos-stream-9-x86_64
- epel-9-x86_64
tf_extra_params:
environments:
- artifacts:
- type: repository-file
id: https://copr.fedorainfracloud.org/coprs/g/centos-automotive-sig/bluechi-snapshot/repo/centos-stream-9
- *bluechi_copr_repo
hardware:
disk:
- size: ">= 20 GB"
Expand Down
Loading