Skip to content

Commit

Permalink
Test TF without Copr builds
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Focko <[email protected]>
  • Loading branch information
mfocko committed Jul 11, 2023
1 parent f2c98da commit 39a48c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 68 deletions.
36 changes: 2 additions & 34 deletions .packit.yaml
Original file line number Diff line number Diff line change
@@ -1,41 +1,9 @@
---
packit_instances: ["prod", "stg"]
specfile_path: hello.spec
files_to_sync:
- .packit.yaml
- hello.spec
upstream_package_name: hello
downstream_package_name: hello
# actions:
# post-upstream-clone: "python3 setup.py sdist --dist-dir ."
# current_version_command: ["python3", "setup.py", "--version"]
# create_tarball_command: ["python3", "setup.py", "sdist", "--dist-dir", "."]
jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-stable-x86_64
- fedora-rawhide-x86_64

- job: copr_build
trigger: release
targets:
- fedora-stable

- job: copr_build
trigger: commit
branch: main
targets:
- fedora-stable

- job: tests
trigger: pull_request
targets:
- fedora-stable-x86_64
- fedora-rawhide-x86_64
- centos-stream-9-x86_64
skip_build: true

- job: propose_downstream
trigger: release
packit_instances: ["stg"]
dist_git_branches:
- fedora-all
34 changes: 0 additions & 34 deletions hello.spec

This file was deleted.

0 comments on commit 39a48c5

Please sign in to comment.