Skip to content

Commit

Permalink
SITL Github Action: Document Grind config in-place
Browse files Browse the repository at this point in the history
This helps anyone needing it to find and set the correct grind iteration parameter.
  • Loading branch information
LorenzMeier authored Dec 26, 2019
1 parent eda1459 commit 1f63408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sitl_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1f63408

Please sign in to comment.