Skip to content

Commit 42c8ccb

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

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

.packit.yaml

+6-14
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,8 @@ downstream_package_name: hello
1010
# post-upstream-clone: "python3 setup.py sdist --dist-dir ."
1111
# current_version_command: ["python3", "setup.py", "--version"]
1212
# create_tarball_command: ["python3", "setup.py", "sdist", "--dist-dir", "."]
13-
jobs:
14-
- job: copr_build
15-
trigger: pull_request
16-
targets:
17-
- fedora-stable-x86_64
18-
- fedora-rawhide-x86_64
1913

14+
jobs:
2015
- job: copr_build
2116
trigger: release
2217
targets:
@@ -31,11 +26,8 @@ jobs:
3126
- job: tests
3227
trigger: pull_request
3328
targets:
34-
- fedora-stable-x86_64
35-
- fedora-rawhide-x86_64
36-
37-
- job: propose_downstream
38-
trigger: release
39-
packit_instances: ["stg"]
40-
dist_git_branches:
41-
- fedora-all
29+
- fedora-38
30+
skip_build: true
31+
tf_extra_params:
32+
environments:
33+
- os: null

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)