mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
workflows: adapt to mavsdk_tests cli changes
This commit is contained in:
parent
70eb444f17
commit
6a4a4bd0d6
12
.github/workflows/sitl_tests.yml
vendored
12
.github/workflows/sitl_tests.yml
vendored
@ -33,16 +33,8 @@ jobs:
|
||||
run: DONT_RUN=1 make px4_sitl PX4_CMAKE_BUILD_TYPE=Coverage gazebo mavsdk_tests
|
||||
- name: ccache post-run
|
||||
run: ccache -s && ccache -z
|
||||
|
||||
# Run mavsdk tests
|
||||
- name: Run multicopter simulation test
|
||||
run: test/mavsdk_tests/mavsdk_test_runner.py --model iris --speed-factor 20 --iterations 1 --fail-early
|
||||
- name: Run multicopter with optical flow simulation test
|
||||
run: test/mavsdk_tests/mavsdk_test_runner.py --model iris_opt_flow_mockup --speed-factor 1 --iterations 1 --fail-early
|
||||
- name: Run multicopter with VIO sensor simulation test
|
||||
run: test/mavsdk_tests/mavsdk_test_runner.py --model iris_vision --speed-factor 1 --iterations 1 --fail-early
|
||||
- name: Run VTOL simulation test #
|
||||
run: test/mavsdk_tests/mavsdk_test_runner.py --model standard_vtol --speed-factor 20 --iterations 1 --fail-early
|
||||
- name: Run SITL tests
|
||||
run: test/mavsdk_tests/mavsdk_test_runner.py --speed-factor 20 --abort-early test/mavsdk_tests/configs/sitl.json
|
||||
|
||||
# Report test coverage
|
||||
- name: disable the keychain credential helper
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user