Skip to content

Commit

Permalink
Increase Docker tmpfs size (#1423)
Browse files Browse the repository at this point in the history
Some jobs have been crashing as they were running out of disk space
there
  • Loading branch information
singiamtel authored Nov 15, 2024
1 parent da023ba commit 18858ff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/repo-config/DEFAULTS.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ BUILD_SUFFIX=master
MAX_DIFF_SIZE=20000000
TIMEOUT=120
LONG_TIMEOUT=36000
DOCKER_EXTRA_ARGS='--tmpfs=/dev/shm:rw,size=8g,mode=1777'
DOCKER_EXTRA_ARGS='--tmpfs=/dev/shm:rw,size=10g,mode=1777'
INSTALL_ALIBUILD='alisw/[email protected]#egg=alibuild'
INSTALL_ALIBOT='alisw/ali-bot@master#egg=ali-bot'
1 change: 0 additions & 1 deletion ci/repo-config/mesosci/slc9-o2physics/o2-o2dpg.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ AliceO2Group/AliceO2 dev O2
AliceO2Group/O2Physics master
AliceO2Group/QualityControl master
alisw/alidist master"
DOCKER_EXTRA_ARGS='--tmpfs=/dev/shm:rw,size=8g,mode=1777'
ONLY_RUN_WHEN_CHANGED='DATA/'
3 changes: 1 addition & 2 deletions ci/repo-config/mesosdaq/slc7/qualitycontrol-fullsystest.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ AliceO2Group/AliceO2 dev O2
AliceO2Group/O2Physics master
AliceO2Group/O2DPG master
alisw/alidist master"
DOCKER_EXTRA_ARGS='--tmpfs=/dev/shm:rw,size=8g,mode=1777'
DONT_USE_COMMENTS=1
DONT_USE_COMMENTS=1

0 comments on commit 18858ff

Please sign in to comment.