mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 04:06:33 +08:00
Jenkins SITL restore FW tests
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user