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:
Lorenz Meier
2019-12-24 14:46:21 +01:00
parent 73edc21667
commit 26d01b876c
3 changed files with 31 additions and 23 deletions
+2 -1
View File
@@ -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