mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 08:36:08 +08:00
GH Actions: Enable grind option
This allows to run the script in grind mode to find CI failures that are triggered through e.g. race conditions.
This commit is contained in:
@@ -16,4 +16,5 @@ jobs:
|
||||
# Build all targets
|
||||
run: DONT_RUN=1 make px4_sitl gazebo mavsdk_tests
|
||||
- name: Run simulation tests
|
||||
run: test/mavsdk_tests/mavsdk_test_runner.py --speed-factor 100
|
||||
# Grind configuration: Run ~8 minutes for 35 iterations == close to the 6 hour limit of Github Actions
|
||||
run: test/mavsdk_tests/mavsdk_test_runner.py --speed-factor 20 --iterations 1 --fail-early
|
||||
|
||||
Reference in New Issue
Block a user