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

This commit is contained in:
Uli 2022-03-02 16:02:23 +01:00
parent c37e7022d1
commit 606da48861

View File

@ -4,7 +4,10 @@ pipeline {
BUILDDIR_LINUX = 'build_linux'
}
agent {
docker { image 'eive-obsw:d2'}
docker {
image 'eive-obsw:d2'
args '--sysctl fs.mqueue.msg_max=100'
}
}
stages {
stage('Clean') {