Skip to content

Commit

Permalink
Basic test case - push trigger
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-stable-x86_64
  - fedora-rawhide-x86_64
```
  • Loading branch information
lbarcziova authored and Hunor Csomortáni committed Mar 3, 2023
1 parent f2c98da commit b50de0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .packit.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
packit_instances: ["prod", "stg"]
packit_instances: ["prod",]
specfile_path: hello.spec
files_to_sync:
- .packit.yaml
Expand Down Expand Up @@ -28,12 +28,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
1 change: 1 addition & 0 deletions test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Testing the push trigger.

0 comments on commit b50de0f

Please sign in to comment.