forked from Archive/PX4-Autopilot
Jenkins SITL tests temporarily disable FW test (#11428)
- waiting for https://github.com/PX4/Firmware/issues/11380
This commit is contained in:
parent
7c3999e00e
commit
955cde72af
|
@ -35,12 +35,12 @@ pipeline {
|
|||
steps {
|
||||
script {
|
||||
def missions = [
|
||||
[
|
||||
name: "FW",
|
||||
test: "mavros_posix_test_mission.test",
|
||||
mission: "FW_mission_1",
|
||||
vehicle: "plane"
|
||||
],
|
||||
// [
|
||||
// name: "FW",
|
||||
// test: "mavros_posix_test_mission.test",
|
||||
// mission: "FW_mission_1",
|
||||
// vehicle: "plane"
|
||||
// ],
|
||||
|
||||
[
|
||||
name: "MC_box",
|
||||
|
|
|
@ -9,12 +9,12 @@ pipeline {
|
|||
steps {
|
||||
script {
|
||||
def missions = [
|
||||
[
|
||||
name: "FW",
|
||||
test: "mavros_posix_test_mission.test",
|
||||
mission: "FW_mission_1",
|
||||
vehicle: "plane"
|
||||
],
|
||||
// [
|
||||
// name: "FW",
|
||||
// test: "mavros_posix_test_mission.test",
|
||||
// mission: "FW_mission_1",
|
||||
// vehicle: "plane"
|
||||
// ],
|
||||
|
||||
[
|
||||
name: "MC_box",
|
||||
|
|
Loading…
Reference in New Issue