Skip to content

Commit

Permalink
Packit: Run gating tests
Browse files Browse the repository at this point in the history
This commit will run Skopeo's gating tests using Packit and TMT.

If all tests can be run via Packit + TMT, it should be a cheaper
alternative to Cirrus (except the Debian part).

Signed-off-by: Lokesh Mandvekar <[email protected]>
  • Loading branch information
lsm5 committed Apr 3, 2023
1 parent d08bf21 commit 7bfbd1c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .fmf/version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1
5 changes: 5 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ jobs:
trigger: commit
branch: main
project: podman-next

- job: tests
trigger: pull_request
identifier: system_test
tmt_plan: "/plans/system_test"
5 changes: 5 additions & 0 deletions plans/main.fmf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/system_test:
summary: Run system tests
execute:
how: tmt
script: make test-system

0 comments on commit 7bfbd1c

Please sign in to comment.