Skip to content

Commit b50de0f

Browse files
lbarcziovaHunor Csomortáni
authored andcommitted
Basic test case - push trigger
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 ```
1 parent f2c98da commit b50de0f

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.packit.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
packit_instances: ["prod", "stg"]
2+
packit_instances: ["prod",]
33
specfile_path: hello.spec
44
files_to_sync:
55
- .packit.yaml
@@ -28,12 +28,6 @@ jobs:
2828
targets:
2929
- fedora-stable
3030

31-
- job: tests
32-
trigger: pull_request
33-
targets:
34-
- fedora-stable-x86_64
35-
- fedora-rawhide-x86_64
36-
3731
- job: propose_downstream
3832
trigger: release
3933
packit_instances: ["stg"]

test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Testing the push trigger.

0 commit comments

Comments
 (0)