Skip to content

Commit

Permalink
Exclude bluechi-agent-user-bus from testing farm tests
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Kemel <mkemel@redhat.com>
  • Loading branch information
mkemel committed May 6, 2024
1 parent 329c2e1 commit 736e4fa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
19 changes: 7 additions & 12 deletions .packit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,16 @@ jobs:
- fedora-rawhide-s390x
- fedora-rawhide-x86_64

- job: tests
- &tests
job: tests
trigger: pull_request
identifier: integration-tests
fmf_path: tests
tmt_plan: container
tf_extra_params:
test:
tmt:
test_filter: tag:testing-farm-container & tier:0
labels:
- standard
env:
Expand All @@ -58,23 +63,13 @@ jobs:
# https://github.com/containers/podman/issues/22422
- fedora-latest-stable-x86_64

- job: tests
trigger: pull_request
- <<: *tests
identifier: integration-tests-valgrind
fmf_path: tests
tmt_plan: container
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
#
# This can be set to fedora-rawhide as soon as the following issue gets resolved:
# https://github.com/containers/podman/issues/22422
- fedora-latest-stable-x86_64

- job: copr_build
trigger: commit
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/main.fmf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
component: bluechi
tag: [multihost]
tag: [multihost testing-farm-container]
test: |
pytest -svv \
--confcutdir=../../../ \
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/tier0/bluechi-agent-logisquiet/main.fmf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
summary: Test if bluechi agent can handle different types of values for LogIsQuiet in the configuration
id: 96aa0e17-5e23-4cc3-bc34-88368b8cc07b
tag: []
tag: [testing-farm-container]
1 change: 1 addition & 0 deletions tests/tests/tier0/bluechi-agent-user-bus/main.fmf
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
summary: Test agent connecting to user bus
id: 6886e7c8-7548-4cf7-8dd4-d2d46b125fd3
tag: [multihost]

0 comments on commit 736e4fa

Please sign in to comment.