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

- job: copr_build
trigger: release
Expand All @@ -28,12 +27,6 @@ jobs:
targets:
- fedora-stable

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

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

0 comments on commit ba11b61

Please sign in to comment.