Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1547 Set test filters for Bazel in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Dietrich Krönke <[email protected]>
  • Loading branch information
dkroenke committed Nov 28, 2022
1 parent 6ed3e79 commit 24a7cff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tools/ci/build-test-ubuntu-bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ bazel run //:buildifier_lint_check
msg "Bazel build"
bazel build //...

# Evaluate test failure https://github.com/eclipse-iceoryx/iceoryx/issues/1547
BAZEL_GTEST_FILTER="-Thread_test*"

# We exclude the sofi stresstest in CI since we cannot set the CPU Affinity in the GitHub Action Runners
msg "running tests"
bazel test //... --deleted_packages=iceoryx_hoofs/test/stresstests --test_output=all --test_arg=--gtest_filter="$BAZEL_GTEST_FILTER"
bazel test //... --deleted_package --test_output=all --test_timeout_filters=-long,-eternal

0 comments on commit 24a7cff

Please sign in to comment.