Skip to content

Commit 15e0176

Browse files
committed
packit.yml: run gating tests on PRs
1 parent 1aeff31 commit 15e0176

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed

.fmf/version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1

packit.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ jobs:
2121
- centos-stream-10
2222
- fedora-all
2323

24+
- job: tests
25+
trigger: pull_request
26+
targets:
27+
- fedora-all
28+
- fedora-latest-aarch64
29+
- centos-stream-9
30+
- centos-stream-9-aarch64
31+
- centos-stream-10
32+
2433
- job: copr_build
2534
trigger: commit
2635
branch: "^main$"

plans/all.fmf

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
summary:
2+
Run all tests
3+
discover:
4+
how: fmf
5+
execute:
6+
how: tmt
7+
8+
# Let's handle them upstream only, don't break Fedora/RHEL reverse dependency gating
9+
environment:
10+
TEST_AUDIT_NO_SELINUX: 1

test/browser/main.fmf

+1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
- python3
1919
- targetcli
2020
- tlog
21+
- podman
2122
test: ./browser.sh
2223
duration: 1h

0 commit comments

Comments
 (0)