forked from Archive/PX4-Autopilot
Jenkins SITL tests temporarily disable tiltrotor
This commit is contained in:
parent
bd87bee632
commit
03924704d5
|
@ -73,12 +73,12 @@ pipeline {
|
|||
mission: "VTOL_mission_1",
|
||||
vehicle: "tailsitter"
|
||||
],
|
||||
[
|
||||
name: "VTOL_tiltrotor",
|
||||
test: "mavros_posix_test_mission.test",
|
||||
mission: "VTOL_mission_1",
|
||||
vehicle: "tiltrotor"
|
||||
],
|
||||
// [
|
||||
// name: "VTOL_tiltrotor",
|
||||
// test: "mavros_posix_test_mission.test",
|
||||
// mission: "VTOL_mission_1",
|
||||
// vehicle: "tiltrotor"
|
||||
// ],
|
||||
[
|
||||
name: "MC_avoidance",
|
||||
test: "mavros_posix_test_avoidance.test",
|
||||
|
|
|
@ -73,12 +73,12 @@ pipeline {
|
|||
mission: "VTOL_mission_1",
|
||||
vehicle: "tailsitter"
|
||||
],
|
||||
[
|
||||
name: "VTOL_tiltrotor",
|
||||
test: "mavros_posix_test_mission.test",
|
||||
mission: "VTOL_mission_1",
|
||||
vehicle: "tiltrotor"
|
||||
],
|
||||
// [
|
||||
// name: "VTOL_tiltrotor",
|
||||
// test: "mavros_posix_test_mission.test",
|
||||
// mission: "VTOL_mission_1",
|
||||
// vehicle: "tiltrotor"
|
||||
// ],
|
||||
|
||||
]
|
||||
|
||||
|
|
|
@ -47,12 +47,12 @@ pipeline {
|
|||
mission: "VTOL_mission_1",
|
||||
vehicle: "tailsitter"
|
||||
],
|
||||
[
|
||||
name: "VTOL_tiltrotor",
|
||||
test: "mavros_posix_test_mission.test",
|
||||
mission: "VTOL_mission_1",
|
||||
vehicle: "tiltrotor"
|
||||
],
|
||||
// [
|
||||
// name: "VTOL_tiltrotor",
|
||||
// test: "mavros_posix_test_mission.test",
|
||||
// mission: "VTOL_mission_1",
|
||||
// vehicle: "tiltrotor"
|
||||
// ],
|
||||
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue