Skip to content

Commit bfacf8f

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 fc6f281 commit bfacf8f

File tree

2 files changed

+14
-23
lines changed

2 files changed

+14
-23
lines changed

.packit.yaml

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
packit_instances: ["prod", "stg"]
2+
packit_instances: ["prod",]
33
specfile_path: hello.spec
4-
synced_files:
4+
files_to_sync:
5+
- .packit.yaml
56
- hello.spec
67
upstream_package_name: hello
78
downstream_package_name: hello
@@ -12,34 +13,23 @@ downstream_package_name: hello
1213
jobs:
1314
- job: copr_build
1415
trigger: pull_request
15-
metadata:
16-
targets:
17-
- fedora-stable-x86_64
18-
- fedora-rawhide-x86_64
16+
targets:
17+
- fedora-stable-x86_64
18+
- fedora-rawhide-x86_64
1919

2020
- job: copr_build
2121
trigger: release
22-
metadata:
23-
targets:
24-
- fedora-stable
22+
targets:
23+
- fedora-stable
2524

2625
- job: copr_build
2726
trigger: commit
28-
metadata:
29-
branch: main
30-
targets:
31-
- fedora-stable
32-
33-
- job: tests
34-
trigger: pull_request
35-
metadata:
36-
targets:
37-
- fedora-stable-x86_64
38-
- fedora-rawhide-x86_64
27+
branch: main
28+
targets:
29+
- fedora-stable
3930

4031
- job: propose_downstream
4132
trigger: release
4233
packit_instances: ["stg"]
43-
metadata:
44-
dist_git_branches:
45-
- fedora-all
34+
dist_git_branches:
35+
- fedora-all

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)