SITL Github Action: Document Grind config in-place

This helps anyone needing it to find and set the correct grind iteration parameter.
This commit is contained in:
Lorenz Meier 2019-12-26 13:00:59 +01:00 committed by GitHub
parent eda1459140
commit 1f63408aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@ jobs:
# Build all targets
run: DONT_RUN=1 make px4_sitl gazebo mavsdk_tests
- name: Run simulation tests
# Grind configuration: Run ~8 minutes for 35 iterations == close to the 6 hour limit of Github Actions
# Grind configuration: Change iterations to a number between 20 and 100 (30 minutes to about 3 hours runtime)
run: test/mavsdk_tests/mavsdk_test_runner.py --speed-factor 20 --iterations 1 --fail-early