Skip to content

Commit

Permalink
Run all Docker CI containers with 8G of /dev/shm allocated (#1273)
Browse files Browse the repository at this point in the history
This should allow us to update boost, due to a change upstream. For more info
on the issue, see: alisw/alidist#5242

MacOS builders must not use this option, since we don't use Docker there.
  • Loading branch information
TimoWilken authored Nov 29, 2023
1 parent 45a9d93 commit 227322d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/repo-config/DEFAULTS.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +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'
INSTALL_ALIBUILD='alisw/[email protected]#egg=alibuild'
INSTALL_ALIBOT='alisw/ali-bot@master#egg=ali-bot'
1 change: 1 addition & 0 deletions ci/repo-config/macos/DEFAULTS.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
TRUSTED_USERS=ktf,TimoWilken
TRUST_COLLABORATORS=true
REMOTE_STORE=
DOCKER_EXTRA_ARGS=
1 change: 0 additions & 1 deletion ci/repo-config/mesosci/slc8-gpu/DEFAULTS.env

This file was deleted.

0 comments on commit 227322d

Please sign in to comment.