Skip to content

Commit eac783b

Browse files
Try running TMT test in container
Signed-off-by: Frantisek Lachman <[email protected]>
1 parent 784fa8e commit eac783b

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

.packit.yaml

+6-7
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ downstream_package_name: hello
1111
# create_tarball_command: ["python3", "setup.py", "sdist", "--dist-dir", "."]
1212

1313
jobs:
14-
- job: copr_build
15-
trigger: pull_request
16-
metadata:
17-
targets:
18-
- fedora-all
19-
2014
- job: copr_build
2115
trigger: release
2216
metadata:
@@ -34,7 +28,12 @@ jobs:
3428
trigger: pull_request
3529
metadata:
3630
targets:
37-
- fedora-all
31+
- fedora-38
32+
skip_build: true
33+
tf_extra_params:
34+
environments:
35+
os:
36+
compose: null
3837

3938
- job: propose_downstream
4039
trigger: release

plans/test.fmf

+5
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ execute:
1111
- systemctl start httpd
1212
- echo foo > /var/www/html/index.html
1313
- curl http://localhost/ | grep foo
14+
15+
provision:
16+
how: container
17+
image: fedora:latest
18+

0 commit comments

Comments
 (0)