Skip to content

Commit 264f123

Browse files
authored
Merge branch 'master' into pr-failure-detector
2 parents b3c10ea + 620916e commit 264f123

File tree

604 files changed

+26276
-15343
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

604 files changed

+26276
-15343
lines changed

.ci/Jenkinsfile-SITL_tests

-57
Original file line numberDiff line numberDiff line change
@@ -35,63 +35,6 @@ pipeline {
3535
steps {
3636
script {
3737
def missions = [
38-
[
39-
name: "FW",
40-
test: "mavros_posix_test_mission.test",
41-
mission: "FW_mission_1",
42-
vehicle: "plane"
43-
],
44-
45-
[
46-
name: "MC_box",
47-
test: "mavros_posix_test_mission.test",
48-
mission: "MC_mission_box",
49-
vehicle: "iris"
50-
],
51-
[
52-
name: "MC_offboard_att",
53-
test: "mavros_posix_tests_offboard_attctl.test",
54-
mission: "",
55-
vehicle: "iris"
56-
],
57-
[
58-
name: "MC_offboard_pos",
59-
test: "mavros_posix_tests_offboard_posctl.test",
60-
mission: "",
61-
vehicle: "iris"
62-
],
63-
[
64-
name: "MC_offboard_rpyrt",
65-
test: "mavros_posix_tests_offboard_rpyrt_ctl.test",
66-
mission: "",
67-
vehicle: "iris"
68-
],
69-
70-
[
71-
name: "Rover 1",
72-
test: "mavros_posix_test_mission.test",
73-
mission: "rover_mission_1",
74-
vehicle: "rover"
75-
],
76-
77-
[
78-
name: "VTOL_standard",
79-
test: "mavros_posix_test_mission.test",
80-
mission: "VTOL_mission_1",
81-
vehicle: "standard_vtol"
82-
],
83-
[
84-
name: "VTOL_tailsitter",
85-
test: "mavros_posix_test_mission.test",
86-
mission: "VTOL_mission_1",
87-
vehicle: "tailsitter"
88-
],
89-
[
90-
name: "VTOL_tiltrotor",
91-
test: "mavros_posix_test_mission.test",
92-
mission: "VTOL_mission_1",
93-
vehicle: "tiltrotor"
94-
],
9538
[
9639
name: "MC_avoidance",
9740
test: "mavros_posix_test_avoidance.test",

.ci/Jenkinsfile-SITL_tests_ASan

-181
This file was deleted.

0 commit comments

Comments
 (0)