Skip to content

Commit 4f4403b

Browse files
committed
Test race condition when dealing with multiple tests per copr build
1 parent f2c98da commit 4f4403b

1 file changed

Lines changed: 6 additions & 21 deletions

File tree

.packit.yaml

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,21 @@ files_to_sync:
66
- hello.spec
77
upstream_package_name: hello
88
downstream_package_name: hello
9-
# actions:
10-
# post-upstream-clone: "python3 setup.py sdist --dist-dir ."
11-
# current_version_command: ["python3", "setup.py", "--version"]
12-
# create_tarball_command: ["python3", "setup.py", "sdist", "--dist-dir", "."]
9+
1310
jobs:
1411
- job: copr_build
1512
trigger: pull_request
1613
targets:
17-
- fedora-stable-x86_64
1814
- fedora-rawhide-x86_64
1915

20-
- job: copr_build
21-
trigger: release
22-
targets:
23-
- fedora-stable
24-
25-
- job: copr_build
26-
trigger: commit
27-
branch: main
16+
- job: tests
17+
identifier: tests-c
18+
trigger: pull_request
2819
targets:
29-
- fedora-stable
20+
- fedora-rawhide-x86_64
3021

3122
- job: tests
23+
identifier: tests-d
3224
trigger: pull_request
3325
targets:
34-
- fedora-stable-x86_64
3526
- fedora-rawhide-x86_64
36-
37-
- job: propose_downstream
38-
trigger: release
39-
packit_instances: ["stg"]
40-
dist_git_branches:
41-
- fedora-all

0 commit comments

Comments
 (0)