Skip to content

Commit

Permalink
Add valgrind test packit job
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Kemel <[email protected]>
  • Loading branch information
mkemel committed Nov 14, 2023
1 parent ab8a3f7 commit 25a02e1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .packit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:

- job: tests
trigger: pull_request
identifier: integration-tests
fmf_path: tests
env:
INSTALL_DEPS: "yes"
Expand All @@ -51,6 +52,20 @@ jobs:
# containers is very flaky
- fedora-rawhide-x86_64

- job: tests
trigger: pull_request
identifier: integration-tests-valgrind
fmf_path: tests
labels:
- valgrind
env:
INSTALL_DEPS: "yes"
WITH_VALGRIND: "1"
targets:
# Run integration tests on Fedora using CS9 containers, because running integrations tests on CS9 using CS9
# containers is very flaky
- fedora-rawhide-x86_64

- job: copr_build
trigger: commit
owner: '@centos-automotive-sig'
Expand Down

0 comments on commit 25a02e1

Please sign in to comment.