File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ build:remote --disk_cache=
3131build:remote --incompatible_enable_cc_toolchain_resolution
3232build:remote --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
3333test:remote --test_env=DISPLAY=:99.0
34- test:remote --test_tag_filters=-skip-remote,-remote
34+ test:remote --test_tag_filters=-exclusive-if-local,- skip-remote,-remote
3535
3636# Env vars we can hard code
3737build:remote --action_env=HOME=/home/dev
Original file line number Diff line number Diff line change @@ -283,6 +283,9 @@ Tests can also be filtered by tag like:
283283bazel test //< language> /... --test_tag_filters=this,-not-this
284284```
285285
286+ If there are multiple ` --test_tag_filters ` , only the last one is considered,
287+ so be careful if also using an inherited config
288+
286289### Java
287290
288291<details >
Original file line number Diff line number Diff line change 88# so this should be fine
99# shellcheck disable=SC2046
1010bazel test --config=remote-ci --build_tests_only \
11- --test_tag_filters=-exclusive-if-local,-skip-remote \
1211 --keep_going --flaky_test_attempts=2 \
1312 //... -- $( cat .skipped-tests | tr ' \n' ' ' )
1413
You can’t perform that action at this time.
0 commit comments