From a8808cc5cd3053c348c071ab184dc63e9c4a166d Mon Sep 17 00:00:00 2001 From: Daniel Agar <daniel@agar.ca> Date: Sat, 9 Mar 2019 12:41:31 -0500 Subject: [PATCH] Jenkins update SITL tests coverage to correct base container --- .ci/Jenkinsfile-SITL_tests_coverage | 4 ++-- .ci/Jenkinsfile-compile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/Jenkinsfile-SITL_tests_coverage b/.ci/Jenkinsfile-SITL_tests_coverage index 95cf39c1b9..7862d22683 100644 --- a/.ci/Jenkinsfile-SITL_tests_coverage +++ b/.ci/Jenkinsfile-SITL_tests_coverage @@ -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' } } diff --git a/.ci/Jenkinsfile-compile b/.ci/Jenkinsfile-compile index a177234638..27370b47dc 100644 --- a/.ci/Jenkinsfile-compile +++ b/.ci/Jenkinsfile-compile @@ -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() -- GitLab