changing fs.mqueue.msg_max for docker to be able to run unit tests
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
This commit is contained in:
parent
c37e7022d1
commit
606da48861
5
automation/Jenkinsfile
vendored
5
automation/Jenkinsfile
vendored
@ -4,7 +4,10 @@ pipeline {
|
|||||||
BUILDDIR_LINUX = 'build_linux'
|
BUILDDIR_LINUX = 'build_linux'
|
||||||
}
|
}
|
||||||
agent {
|
agent {
|
||||||
docker { image 'eive-obsw:d2'}
|
docker {
|
||||||
|
image 'eive-obsw:d2'
|
||||||
|
args '--sysctl fs.mqueue.msg_max=100'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Clean') {
|
stage('Clean') {
|
||||||
|
Loading…
Reference in New Issue
Block a user