mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
CI: Add tmpfs to all jenkinsfiles
Change-Id: Ida29d70d48d5f39aabf0b25c66b51f79324a8cba
This commit is contained in:
@@ -42,7 +42,7 @@ pipeline {
|
|||||||
def ri = images[(int)r]
|
def ri = images[(int)r]
|
||||||
def randomImage = env.DOCKER_REGISTRY + "/" + ri
|
def randomImage = env.DOCKER_REGISTRY + "/" + ri
|
||||||
def dockerOptions = "--privileged --ulimit core=0 --ulimit nofile=10240 " +
|
def dockerOptions = "--privileged --ulimit core=0 --ulimit nofile=10240 " +
|
||||||
" -v /srv/jenkins:/srv/jenkins:rw -v /srv/cache:/srv/cache:rw " +
|
" --mount type=tmpfs,tmpfs-size=1g,dst=/tmp -v /srv/jenkins:/srv/jenkins:rw -v /srv/cache:/srv/cache:rw " +
|
||||||
" --entrypoint=''"
|
" --entrypoint=''"
|
||||||
def bt = env.BUILD_TAG.replaceAll(/[^a-zA-Z0-9_.-]/, '-')
|
def bt = env.BUILD_TAG.replaceAll(/[^a-zA-Z0-9_.-]/, '-')
|
||||||
def outputdir = "tests/CI/output/Testsuite"
|
def outputdir = "tests/CI/output/Testsuite"
|
||||||
|
@@ -42,7 +42,7 @@ pipeline {
|
|||||||
def ri = images[(int)r]
|
def ri = images[(int)r]
|
||||||
def randomImage = env.DOCKER_REGISTRY + "/" + ri
|
def randomImage = env.DOCKER_REGISTRY + "/" + ri
|
||||||
def dockerOptions = "--privileged --ulimit core=0 --ulimit nofile=10240 " +
|
def dockerOptions = "--privileged --ulimit core=0 --ulimit nofile=10240 " +
|
||||||
" -v /srv/jenkins:/srv/jenkins:rw -v /srv/cache:/srv/cache:rw " +
|
" --mount type=tmpfs,tmpfs-size=1g,dst=/tmp -v /srv/jenkins:/srv/jenkins:rw -v /srv/cache:/srv/cache:rw " +
|
||||||
" --entrypoint=''"
|
" --entrypoint=''"
|
||||||
def bt = env.BUILD_TAG.replaceAll(/[^a-zA-Z0-9_.-]/, '-')
|
def bt = env.BUILD_TAG.replaceAll(/[^a-zA-Z0-9_.-]/, '-')
|
||||||
def outputdir = "tests/CI/output/Testsuite"
|
def outputdir = "tests/CI/output/Testsuite"
|
||||||
|
@@ -133,7 +133,7 @@ pipeline {
|
|||||||
def randomImage = env.DOCKER_REGISTRY + "/" + ri;
|
def randomImage = env.DOCKER_REGISTRY + "/" + ri;
|
||||||
def bt = env.BUILD_TAG.replaceAll(/[^a-zA-Z0-9_.-]/, '-')
|
def bt = env.BUILD_TAG.replaceAll(/[^a-zA-Z0-9_.-]/, '-')
|
||||||
def dockerOptions = "--privileged --ulimit core=0 --ulimit nofile=10240 " +
|
def dockerOptions = "--privileged --ulimit core=0 --ulimit nofile=10240 " +
|
||||||
" -v /srv/jenkins:/srv/jenkins:rw -v /srv/cache:/srv/cache:rw " +
|
" --mount type=tmpfs,tmpfs-size=1g,dst=/tmp -v /srv/jenkins:/srv/jenkins:rw -v /srv/cache:/srv/cache:rw " +
|
||||||
" --entrypoint='' --name ${bt}-build"
|
" --entrypoint='' --name ${bt}-build"
|
||||||
def outputdir = "tests/CI/output/UnitTests"
|
def outputdir = "tests/CI/output/UnitTests"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user