mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-05 06:03:02 +08:00
Jenkinsfile-SITL_tests: bump kinetic container to 2019-07-29 tag
This commit is contained in:
committed by
Daniel Agar
parent
eda49a4b63
commit
c2a5fc0520
@@ -8,7 +8,7 @@ pipeline {
|
|||||||
stage('Build') {
|
stage('Build') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'px4io/px4-dev-ros-kinetic:2019-03-08'
|
image 'px4io/px4-dev-ros-kinetic:2019-07-29'
|
||||||
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw -e HOME=$WORKSPACE'
|
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw -e HOME=$WORKSPACE'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -123,7 +123,7 @@ def createTestNode(Map test_def) {
|
|||||||
return {
|
return {
|
||||||
node {
|
node {
|
||||||
cleanWs()
|
cleanWs()
|
||||||
docker.image("px4io/px4-dev-ros-kinetic:2019-03-08").inside('-e HOME=${WORKSPACE}') {
|
docker.image("px4io/px4-dev-ros-kinetic:2019-07-29").inside('-e HOME=${WORKSPACE}') {
|
||||||
stage(test_def.name) {
|
stage(test_def.name) {
|
||||||
def run_script = test_def.get('run_script', 'rostest_px4_run.sh')
|
def run_script = test_def.get('run_script', 'rostest_px4_run.sh')
|
||||||
def test_ok = true
|
def test_ok = true
|
||||||
|
|||||||
Reference in New Issue
Block a user