We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aeff31 commit 15e0176Copy full SHA for 15e0176
.fmf/version
@@ -0,0 +1 @@
1
+1
packit.yaml
@@ -21,6 +21,15 @@ jobs:
21
- centos-stream-10
22
- fedora-all
23
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
+
33
- job: copr_build
34
trigger: commit
35
branch: "^main$"
plans/all.fmf
@@ -0,0 +1,10 @@
+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
@@ -18,5 +18,6 @@
18
- python3
19
- targetcli
20
- tlog
+ - podman
test: ./browser.sh
duration: 1h
0 commit comments