Browse Source

Jenkins SITL tests temporarily disable FW test (#11428)

- waiting for https://github.com/PX4/Firmware/issues/11380
sbg
Daniel Agar 6 years ago committed by GitHub
parent
commit
955cde72af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      .ci/Jenkinsfile-SITL_tests
  2. 12
      .ci/Jenkinsfile-SITL_tests_coverage

12
.ci/Jenkinsfile-SITL_tests

@ -35,12 +35,12 @@ pipeline { @@ -35,12 +35,12 @@ pipeline {
steps {
script {
def missions = [
[
name: "FW",
test: "mavros_posix_test_mission.test",
mission: "FW_mission_1",
vehicle: "plane"
],
// [
// name: "FW",
// test: "mavros_posix_test_mission.test",
// mission: "FW_mission_1",
// vehicle: "plane"
// ],
[
name: "MC_box",

12
.ci/Jenkinsfile-SITL_tests_coverage

@ -9,12 +9,12 @@ pipeline { @@ -9,12 +9,12 @@ pipeline {
steps {
script {
def missions = [
[
name: "FW",
test: "mavros_posix_test_mission.test",
mission: "FW_mission_1",
vehicle: "plane"
],
// [
// name: "FW",
// test: "mavros_posix_test_mission.test",
// mission: "FW_mission_1",
// vehicle: "plane"
// ],
[
name: "MC_box",

Loading…
Cancel
Save