File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -180,10 +180,13 @@ jobs:
180
180
181
181
common-commands :
182
182
strategy :
183
+ # TODO: set fail-fast to true in production.
184
+ fail-fast : false
183
185
matrix :
184
186
commands :
185
- - bazel run --run_under="xvfb-run" //software/thunderscope:thunderscope_main --run_blue --run_diagnostics --interface lo --keyboard_estop --ci_mode
187
+ - bazel run --run_under="xvfb-run" //software/thunderscope:thunderscope_main -- -- run_blue --run_diagnostics --interface lo --keyboard_estop --ci_mode
186
188
- bazel run --run_under="xvfb-run" //software/ai/hl/stp/tactic/goalie:goalie_tactic_test -- --enable_thunderscope
189
+ -
187
190
188
191
name : Sanity Check on Common Commands
189
192
runs-on : ubuntu-20.04
Original file line number Diff line number Diff line change 2
2
3
3
# Timeout in seconds
4
4
# When the time is up and no error was shown, this test will pass
5
- TIME_LIMIT=60 # 1 minute
5
+ TIME_LIMIT=120 # 2 minutes
6
6
7
7
# Match Python traceback
8
8
ERROR_PATTERN=" Traceback (most recent call last):"
You can’t perform that action at this time.
0 commit comments