Skip to content

Commit

Permalink
ci: Add a simple tmt test and run it via packit
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Mar 21, 2024
1 parent 05fc468 commit 9d6cd3b
Show file tree
Hide file tree
Showing 3 changed files with 15 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 @@ -12,6 +12,11 @@ jobs:
- fedora-all
trigger: pull_request

- job: tests
trigger: pull_request
targets:
- fedora-latest-stable

- job: copr_build
trigger: commit
owner: "@storage"
Expand Down
9 changes: 9 additions & 0 deletions plans/tests.fmf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
summary: Basic smoke test

prepare:
how: ansible
playbook: misc/install-test-dependencies.yml

execute:
how: tmt
script: make test

0 comments on commit 9d6cd3b

Please sign in to comment.