Skip to content

Commit

Permalink
ci: enable Testing Farm integration with Packit
Browse files Browse the repository at this point in the history
  • Loading branch information
lzaoral committed Sep 26, 2023
1 parent de094b0 commit a5d0f95
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,53 @@ jobs:
- fedora-all-s390x
- fedora-all-x86_64

# EPEL tests
- job: tests
trigger: pull_request
targets:
- epel-7-x86_64
identifier: epel7
tf_extra_params:
environments:
- artifacts:
- type: repository-file
id: https://copr.fedorainfracloud.org/coprs/g/codescan/csutils/repo/epel-7/group_codescan-csutils-epel-7
- job: tests
trigger: pull_request
targets:
- epel-8-aarch64
- epel-8-x86_64
identifier: epel8
tf_extra_params:
environments:
- artifacts:
- type: repository-file
id: https://copr.fedorainfracloud.org/coprs/g/codescan/csutils/repo/epel-8/group_codescan-csutils-epel-8
- job: tests
trigger: pull_request
targets:
- epel-9-aarch64
- epel-9-x86_64
identifier: epel9
tf_extra_params:
environments:
- artifacts:
- type: repository-file
id: https://copr.fedorainfracloud.org/coprs/g/codescan/csutils/repo/epel-9/group_codescan-csutils-epel-9

# Fedora tests
- job: tests
trigger: pull_request
targets:
- fedora-all-aarch64
- fedora-all-x86_64
identifier: fedora
tf_extra_params:
environments:
- artifacts:
- type: repository-file
id: https://copr.fedorainfracloud.org/coprs/g/codescan/csutils/repo/fedora/group_codescan-csutils-fedora

- <<: *copr
trigger: commit
owner: "@codescan"
Expand Down

0 comments on commit a5d0f95

Please sign in to comment.