Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .fmf/version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1
9 changes: 9 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ jobs:
- centos-stream-9-x86_64
- centos-stream-10-x86_64

- job: tests
trigger: pull_request
targets:
- fedora-rawhide-x86_64
- fedora-43-x86_64
- fedora-42-x86_64
- centos-stream-9-x86_64
- centos-stream-10-x86_64

# https://packit.dev/docs/fedora-releases-guide
# Propose Downstream PRs once a Upstream release is out
- job: propose_downstream
Expand Down
4 changes: 4 additions & 0 deletions plans/example.fmf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
summary: Basic smoke test
execute:
script:
- echo 123
Loading