From 6c9991ec1f53e5d93ffe77bf18e829d4fd30c2d8 Mon Sep 17 00:00:00 2001 From: Sergio Garcia <47090312+singiamtel@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:56:15 +0200 Subject: [PATCH] Update alibuild to 1.17.6 (#1348) The previous git fix seems to be working properly, so we're bumping the version for all builders #1347 Co-authored-by: Sergio --- ci/repo-config/DEFAULTS.env | 2 +- ci/repo-config/mesosci/cs8/o2-dataflow.env | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/repo-config/DEFAULTS.env b/ci/repo-config/DEFAULTS.env index 88566bd3..a4868b0c 100644 --- a/ci/repo-config/DEFAULTS.env +++ b/ci/repo-config/DEFAULTS.env @@ -7,5 +7,5 @@ MAX_DIFF_SIZE=20000000 TIMEOUT=120 LONG_TIMEOUT=36000 DOCKER_EXTRA_ARGS='--tmpfs=/dev/shm:rw,size=8g,mode=1777' -INSTALL_ALIBUILD='alisw/alibuild@v1.17.4#egg=alibuild' +INSTALL_ALIBUILD='alisw/alibuild@v1.17.6#egg=alibuild' INSTALL_ALIBOT='alisw/ali-bot@master#egg=ali-bot' diff --git a/ci/repo-config/mesosci/cs8/o2-dataflow.env b/ci/repo-config/mesosci/cs8/o2-dataflow.env index f57de9ca..0a4467a2 100644 --- a/ci/repo-config/mesosci/cs8/o2-dataflow.env +++ b/ci/repo-config/mesosci/cs8/o2-dataflow.env @@ -11,5 +11,4 @@ DEVEL_PKGS="$PR_REPO $PR_BRANCH $PR_REPO_CHECKOUT AliceO2Group/O2Physics master alisw/alidist master" ALIBUILD_O2_TESTS=1 -INSTALL_ALIBUILD='singiamtel/alibuild@ef3015e#egg=alibuild'