Jenkins SITL tests temporarily disable FW test (#11428)

- waiting for https://github.com/PX4/Firmware/issues/11380
This commit is contained in:
Daniel Agar
2019-02-10 16:34:23 -05:00
committed by GitHub
parent 7c3999e00e
commit 955cde72af
2 changed files with 12 additions and 12 deletions
+6 -6
View File
@@ -35,12 +35,12 @@ pipeline {
steps { steps {
script { script {
def missions = [ def missions = [
[ // [
name: "FW", // name: "FW",
test: "mavros_posix_test_mission.test", // test: "mavros_posix_test_mission.test",
mission: "FW_mission_1", // mission: "FW_mission_1",
vehicle: "plane" // vehicle: "plane"
], // ],
[ [
name: "MC_box", name: "MC_box",
+6 -6
View File
@@ -9,12 +9,12 @@ pipeline {
steps { steps {
script { script {
def missions = [ def missions = [
[ // [
name: "FW", // name: "FW",
test: "mavros_posix_test_mission.test", // test: "mavros_posix_test_mission.test",
mission: "FW_mission_1", // mission: "FW_mission_1",
vehicle: "plane" // vehicle: "plane"
], // ],
[ [
name: "MC_box", name: "MC_box",