Skip to content

Commit 39a48c5

Browse files
committed
Test TF without Copr builds
Signed-off-by: Matej Focko <[email protected]>
1 parent f2c98da commit 39a48c5

File tree

2 files changed

+2
-68
lines changed

2 files changed

+2
-68
lines changed

.packit.yaml

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,9 @@
11
---
22
packit_instances: ["prod", "stg"]
3-
specfile_path: hello.spec
4-
files_to_sync:
5-
- .packit.yaml
6-
- hello.spec
7-
upstream_package_name: hello
8-
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", "."]
133
jobs:
14-
- job: copr_build
15-
trigger: pull_request
16-
targets:
17-
- fedora-stable-x86_64
18-
- fedora-rawhide-x86_64
19-
20-
- job: copr_build
21-
trigger: release
22-
targets:
23-
- fedora-stable
24-
25-
- job: copr_build
26-
trigger: commit
27-
branch: main
28-
targets:
29-
- fedora-stable
30-
314
- job: tests
325
trigger: pull_request
336
targets:
34-
- fedora-stable-x86_64
35-
- fedora-rawhide-x86_64
7+
- centos-stream-9-x86_64
8+
skip_build: true
369

37-
- job: propose_downstream
38-
trigger: release
39-
packit_instances: ["stg"]
40-
dist_git_branches:
41-
- fedora-all

hello.spec

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)