File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -198,8 +198,6 @@ jobs:
198198 "
199199
200200 - name : Run Tests using the python parser sending commands to chip-tool
201- # https://github.com/project-chip/connectedhomeip/issues/27673
202- if : matrix.build_variant != 'no-ble-tsan-clang'
203201 run : |
204202 ./scripts/run_in_build_env.sh \
205203 "./scripts/tests/run_test_suite.py \
@@ -274,8 +272,7 @@ jobs:
274272
275273 strategy :
276274 matrix :
277- build_variant : [no-ble-asan-clang]
278- # Since no-ble-tsan-clang doesn't run any tests, this is just wasted CI time for now
275+ build_variant : [no-ble-asan-clang, no-ble-tsan-clang]
279276 chip_tool : [""]
280277 env :
281278 BUILD_VARIANT : ${{matrix.build_variant}}
@@ -322,8 +319,6 @@ jobs:
322319 "
323320
324321 - name : Run Tests using the python parser sending commands to chip-tool
325- # https://github.com/project-chip/connectedhomeip/issues/27673
326- if : matrix.build_variant != 'no-ble-tsan-clang'
327322 run : |
328323 ./scripts/run_in_build_env.sh \
329324 "./scripts/tests/run_test_suite.py \
You can’t perform that action at this time.
0 commit comments