Jenkins hardware increase test timeout and update container version

This commit is contained in:
Daniel Agar 2019-02-03 23:41:12 -05:00
parent fe83378db4
commit daae9e85b8
1 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ pipeline {
stage('px4_fmu-v4_default') {
agent {
docker {
image 'px4io/px4-dev-nuttx:2019-01-27'
image 'px4io/px4-dev-nuttx:2019-02-03'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}
@ -34,7 +34,7 @@ pipeline {
stage('px4_fmu-v4_stackcheck') {
agent {
docker {
image 'px4io/px4-dev-nuttx:2019-01-27'
image 'px4io/px4-dev-nuttx:2019-02-03'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}
@ -95,7 +95,7 @@ pipeline {
} // script
}
options {
timeout(time: 300, unit: 'SECONDS')
timeout(time: 600, unit: 'SECONDS')
}
}
@ -131,7 +131,7 @@ pipeline {
} // script
}
options {
timeout(time: 300, unit: 'SECONDS')
timeout(time: 600, unit: 'SECONDS')
}
}