From ebc98beb9988689b1b795acfe3dca5633a5482b5 Mon Sep 17 00:00:00 2001 From: Sergio Garcia <47090312+singiamtel@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:18:17 +0200 Subject: [PATCH] Add O2 checker for ARM (#1394) --- ci/repo-config/mesosci/slc9-arm/o2.env | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ci/repo-config/mesosci/slc9-arm/o2.env diff --git a/ci/repo-config/mesosci/slc9-arm/o2.env b/ci/repo-config/mesosci/slc9-arm/o2.env new file mode 100644 index 00000000..f6793e75 --- /dev/null +++ b/ci/repo-config/mesosci/slc9-arm/o2.env @@ -0,0 +1,14 @@ +CI_NAME=build_O2_o2_aarch64 +PACKAGE=O2Suite +ALIBUILD_DEFAULTS=o2 +PR_REPO=AliceO2Group/AliceO2 +PR_REPO_CHECKOUT=O2 +PR_BRANCH=dev +TRUST_COLLABORATORS=true +CHECK_NAME=build/O2/o2/aarch64 +DONT_USE_COMMENTS=1 +DEVEL_PKGS="$PR_REPO $PR_BRANCH $PR_REPO_CHECKOUT +AliceO2Group/O2Physics master +alisw/alidist master" +ALIBUILD_O2_TESTS=1 +ALIBUILD_O2PHYSICS_TESTS=1