Skip to content

Commit

Permalink
Reinstated rover CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Scott authored and dagar committed Jul 25, 2019
1 parent 80f2603 commit 57352ae
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions .ci/Jenkinsfile-SITL_tests
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ pipeline {
vehicle: "iris"
],

//[
// name: "Rover 1",
// test: "mavros_posix_test_mission.test",
// mission: "rover_mission_1",
// vehicle: "rover"
//],
[
name: "Rover 1",
test: "mavros_posix_test_mission.test",
mission: "rover_mission_1",
vehicle: "rover"
],

[
name: "VTOL_standard",
Expand Down
12 changes: 6 additions & 6 deletions .ci/Jenkinsfile-SITL_tests_ASan
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ pipeline {
vehicle: "iris"
],

//[
// name: "Rover 1",
// test: "mavros_posix_test_mission.test",
// mission: "rover_mission_1",
// vehicle: "rover"
//],
[
name: "Rover 1",
test: "mavros_posix_test_mission.test",
mission: "rover_mission_1",
vehicle: "rover"
],

[
name: "VTOL_standard",
Expand Down
12 changes: 6 additions & 6 deletions .ci/Jenkinsfile-SITL_tests_coverage
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ pipeline {
vehicle: "iris"
],

//[
// name: "Rover 1",
// test: "mavros_posix_test_mission.test",
// mission: "rover_mission_1",
// vehicle: "rover"
//],
[
name: "Rover 1",
test: "mavros_posix_test_mission.test",
mission: "rover_mission_1",
vehicle: "rover"
],

[
name: "VTOL_standard",
Expand Down

0 comments on commit 57352ae

Please sign in to comment.