Jenkins update SITL tests coverage to correct base container

This commit is contained in:
Daniel Agar 2019-03-09 12:41:31 -05:00
parent 84c52439e9
commit a8808cc5cd
2 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ pipeline {
stage('code coverage (python)') {
agent {
docker {
image 'px4io/px4-dev-base:2019-03-08'
image 'px4io/px4-dev-base-bionic:2019-03-08'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}
@ -91,7 +91,7 @@ pipeline {
stage('unit tests') {
agent {
docker {
image 'px4io/px4-dev-base:2019-03-08'
image 'px4io/px4-dev-base-bionic:2019-03-08'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}

View File

@ -81,7 +81,7 @@ pipeline {
// TODO: actually upload artifacts to S3
// stage('S3 Upload') {
// agent {
// docker { image 'px4io/px4-dev-base:2019-03-08' }
// docker { image 'px4io/px4-dev-base-bionic:2019-03-08' }
// }
// options {
// skipDefaultCheckout()