Jenkins SITL restore FW tests

This commit is contained in:
Daniel Agar
2019-02-18 10:49:43 -05:00
parent 344f632443
commit 2e10bba829
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",