Skip to content

Commit

Permalink
Basic test case: copr build only
Browse files Browse the repository at this point in the history
This test case is triggered automatically by our validation script.

```yaml
- job: copr_build
  trigger: pull_request
  metadata:
    targets:
    - fedora-all
```
  • Loading branch information
lbarcziova authored and Hunor Csomortáni committed Mar 3, 2023
1 parent fc6f281 commit c15bb2a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
trigger: pull_request
metadata:
targets:
- fedora-stable-x86_64
- fedora-rawhide-x86_64
- fedora-all

- job: copr_build
trigger: release
Expand All @@ -30,13 +29,6 @@ jobs:
targets:
- fedora-stable

- job: tests
trigger: pull_request
metadata:
targets:
- fedora-stable-x86_64
- fedora-rawhide-x86_64

- job: propose_downstream
trigger: release
packit_instances: ["stg"]
Expand Down

0 comments on commit c15bb2a

Please sign in to comment.