We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f33bcd commit 425af9aCopy full SHA for 425af9a
.packit.yaml
@@ -23,11 +23,16 @@ jobs:
23
targets:
24
- fedora-stable
25
26
+- job: copr_build
27
+ trigger: pull_request
28
+ targets:
29
+ - fedora-37
30
+ - fedora-38
31
+
32
- job: tests
33
trigger: pull_request
34
35
- fedora-37
- skip_build: true
36
tf_extra_params:
37
environments:
38
- os: null
plans/test.fmf
@@ -2,14 +2,14 @@
2
prepare:
3
how: install
4
package:
5
- - packit
+ - git
6
7
execute:
8
how: tmt
9
script:
10
- env
11
- sh -c "echo $container"
12
- - packit status https://github.com/packit/packit.git
+ - hello world!
13
14
provision:
15
how: container
0 commit comments