From ef9f7351905d9a66b6e16104a8385a3d8ca08949 Mon Sep 17 00:00:00 2001 From: Sergio Date: Mon, 9 Dec 2024 15:01:46 +0100 Subject: [PATCH] Temporarily stop fullCI_slc9 The tester is broken and just adding noise to PRs. It's probably not good that people get used to ignoring the red checks, so I'm disabling it temporarily [O2-5624] --- .../mesosci/slc9-gpu/o2-fullci-alidist.env | 12 ------------ ci/repo-config/mesosci/slc9-gpu/o2-fullci.env | 12 ------------ 2 files changed, 24 deletions(-) delete mode 100644 ci/repo-config/mesosci/slc9-gpu/o2-fullci-alidist.env delete mode 100644 ci/repo-config/mesosci/slc9-gpu/o2-fullci.env diff --git a/ci/repo-config/mesosci/slc9-gpu/o2-fullci-alidist.env b/ci/repo-config/mesosci/slc9-gpu/o2-fullci-alidist.env deleted file mode 100644 index da47dfe2..00000000 --- a/ci/repo-config/mesosci/slc9-gpu/o2-fullci-alidist.env +++ /dev/null @@ -1,12 +0,0 @@ -CI_NAME=build_O2_fullCI_alidist_slc9 -PACKAGE=O2FullCI -ALIBUILD_DEFAULTS=o2 -PR_REPO=alisw/alidist -PR_BRANCH=master -TRUST_COLLABORATORS=true -CHECK_NAME=build/O2/fullCI/alidist_slc9 -DONT_USE_COMMENTS=1 -DEVEL_PKGS="$PR_REPO $PR_BRANCH -AliceO2Group/AliceO2 dev O2 -AliceO2Group/O2Physics master -AliceO2Group/O2DPG master" diff --git a/ci/repo-config/mesosci/slc9-gpu/o2-fullci.env b/ci/repo-config/mesosci/slc9-gpu/o2-fullci.env deleted file mode 100644 index 646fe22d..00000000 --- a/ci/repo-config/mesosci/slc9-gpu/o2-fullci.env +++ /dev/null @@ -1,12 +0,0 @@ -CI_NAME=build_O2_fullCI_slc9 -PACKAGE=O2FullCI -ALIBUILD_DEFAULTS=o2 -PR_REPO=AliceO2Group/AliceO2 -PR_REPO_CHECKOUT=O2 -PR_BRANCH=dev -TRUST_COLLABORATORS=true -CHECK_NAME=build/O2/fullCI_slc9 -DEVEL_PKGS="$PR_REPO $PR_BRANCH $PR_REPO_CHECKOUT -AliceO2Group/O2Physics master -alisw/alidist master -AliceO2Group/O2DPG master"