From 18858ffee89b91ddd26e2764fa09188550e64329 Mon Sep 17 00:00:00 2001 From: Sergio Garcia <47090312+singiamtel@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:00:56 +0100 Subject: [PATCH] Increase Docker tmpfs size (#1423) Some jobs have been crashing as they were running out of disk space there --- ci/repo-config/DEFAULTS.env | 2 +- ci/repo-config/mesosci/slc9-o2physics/o2-o2dpg.env | 1 - ci/repo-config/mesosdaq/slc7/qualitycontrol-fullsystest.env | 3 +-- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ci/repo-config/DEFAULTS.env b/ci/repo-config/DEFAULTS.env index c33e42b3..c699b81b 100644 --- a/ci/repo-config/DEFAULTS.env +++ b/ci/repo-config/DEFAULTS.env @@ -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/alibuild@v1.17.12#egg=alibuild' INSTALL_ALIBOT='alisw/ali-bot@master#egg=ali-bot' diff --git a/ci/repo-config/mesosci/slc9-o2physics/o2-o2dpg.env b/ci/repo-config/mesosci/slc9-o2physics/o2-o2dpg.env index b78b5da1..60b07f1b 100644 --- a/ci/repo-config/mesosci/slc9-o2physics/o2-o2dpg.env +++ b/ci/repo-config/mesosci/slc9-o2physics/o2-o2dpg.env @@ -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/' diff --git a/ci/repo-config/mesosdaq/slc7/qualitycontrol-fullsystest.env b/ci/repo-config/mesosdaq/slc7/qualitycontrol-fullsystest.env index 0c937ffc..c2a0062b 100644 --- a/ci/repo-config/mesosdaq/slc7/qualitycontrol-fullsystest.env +++ b/ci/repo-config/mesosdaq/slc7/qualitycontrol-fullsystest.env @@ -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 \ No newline at end of file +DONT_USE_COMMENTS=1