Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,24 @@ jobs:
dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
%end

- job: tests
trigger: pull_request
packages: [specfile]
tmt_plan: "smoke"
identifier: container-test
skip_build: true
tf_extra_params:
environments:
- os: null
- kickstart:
post-install: |
%post --log=/dev/console
export TMT_PLUGIN_PROVISION_CONTAINER_IMAGE=centos:stream10
pwd
ls -la
exit 28
%end

- &propose_downstream
job: propose_downstream
trigger: release
Expand Down
Loading