mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-05 22:24:47 +08:00
Jenkins hardware increase test timeout and update container version
This commit is contained in:
@@ -9,7 +9,7 @@ pipeline {
|
|||||||
stage('px4_fmu-v4_default') {
|
stage('px4_fmu-v4_default') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
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'
|
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -34,7 +34,7 @@ pipeline {
|
|||||||
stage('px4_fmu-v4_stackcheck') {
|
stage('px4_fmu-v4_stackcheck') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
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'
|
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -95,7 +95,7 @@ pipeline {
|
|||||||
} // script
|
} // script
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 300, unit: 'SECONDS')
|
timeout(time: 600, unit: 'SECONDS')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -131,7 +131,7 @@ pipeline {
|
|||||||
} // script
|
} // script
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 300, unit: 'SECONDS')
|
timeout(time: 600, unit: 'SECONDS')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user