Skip to content

Commit

Permalink
Try running TMT test in container
Browse files Browse the repository at this point in the history
Signed-off-by: Frantisek Lachman <[email protected]>
  • Loading branch information
lachmanfrantisek committed Jun 23, 2023
1 parent 784fa8e commit eac783b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ downstream_package_name: hello
# create_tarball_command: ["python3", "setup.py", "sdist", "--dist-dir", "."]

jobs:
- job: copr_build
trigger: pull_request
metadata:
targets:
- fedora-all

- job: copr_build
trigger: release
metadata:
Expand All @@ -34,7 +28,12 @@ jobs:
trigger: pull_request
metadata:
targets:
- fedora-all
- fedora-38
skip_build: true
tf_extra_params:
environments:
os:
compose: null

- job: propose_downstream
trigger: release
Expand Down
5 changes: 5 additions & 0 deletions plans/test.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ execute:
- systemctl start httpd
- echo foo > /var/www/html/index.html
- curl http://localhost/ | grep foo

provision:
how: container
image: fedora:latest

0 comments on commit eac783b

Please sign in to comment.