Skip to content

Commit

Permalink
Jenkins remove address sanitizer mission test
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed May 24, 2018
1 parent 04cc5c5 commit b03cfd9
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -224,37 +224,6 @@ pipeline {
}
}

stage('test mission (address sanitizer)') {
agent {
docker {
image 'px4io/px4-dev-ros:2018-03-30'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw -e HOME=$WORKSPACE'
}
}
steps {
sh 'export'
sh 'make distclean; rm -rf .ros; rm -rf .gazebo'
sh 'git fetch --tags'
sh 'PX4_ASAN=1 make posix_sitl_default'
sh 'make posix_sitl_default sitl_gazebo'
sh 'PX4_ASAN=1 ./test/rostest_px4_run.sh mavros_posix_test_mission.test mission:=vtol_new_1 vehicle:=standard_vtol'
sh './Tools/ecl_ekf/process_logdata_ekf.py `find . -name *.ulg -print -quit`'
}
post {
always {
sh './Tools/upload_log.py -q --description "${JOB_NAME}: ${STAGE_NAME}" --feedback "${JOB_NAME} ${CHANGE_TITLE} ${CHANGE_URL}" --source CI .ros/rootfs/fs/microsd/log/*/*.ulg'
archiveArtifacts '.ros/**/*.pdf'
archiveArtifacts '.ros/**/*.csv'
sh 'make distclean'
}
failure {
archiveArtifacts '.ros/**/*.ulg'
archiveArtifacts '.ros/**/rosunit-*.xml'
archiveArtifacts '.ros/**/rostest-*.log'
}
}
}

stage('test mission (code coverage)') {
agent {
docker {
Expand Down

0 comments on commit b03cfd9

Please sign in to comment.