Skip to content

Commit 2d54d11

Browse files
committed
[ci] Disable timeout filter in FPGA runner script
This will allow `long` and `eternal` tests to be run in nightlies and also ensures that the `target_pattern_file.txt` which is uploaded as an artifact is an accurate list of the tests being run and isn't filtered further. Signed-off-by: James Wainwright <[email protected]>
1 parent 33a9612 commit 2d54d11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/scripts/run-fpga-tests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ trap './bazelisk.sh run //sw/host/opentitantool -- --rcfile= --interface=${fpga}
5151
--run_under=//ci/scripts:run_test \
5252
--define DISABLE_VERILATOR_BUILD=true \
5353
--nokeep_going \
54-
--test_timeout_filters=short,moderate \
5554
--test_output=all \
5655
--build_tests_only \
5756
--define "$fpga"=lowrisc \

0 commit comments

Comments
 (0)