From b970b55f72115733f1094b03805f7d3adb8f3669 Mon Sep 17 00:00:00 2001
From: Ben Cumming <bcumming@cscs.ch>
Date: Mon, 20 Jun 2022 09:21:23 +0200
Subject: [PATCH] disable a64fx ci due to to slurm issues on ault making it
 always fail (#1910)

---
 ci/gitlab-cscs.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/ci/gitlab-cscs.yml b/ci/gitlab-cscs.yml
index 1261ca60..9d512be8 100644
--- a/ci/gitlab-cscs.yml
+++ b/ci/gitlab-cscs.yml
@@ -121,14 +121,14 @@ multi_node_release:
     SLURM_NTASKS: 2
     ALLOCATION_NAME: arbor-ci-release-$CI_PIPELINE_ID
 
-test_ault_fujitsu:
-    needs: []
-    tags:
-        - arm-a64fx
-    stage: test
-    script:
-        - chmod +x ci/test-ault-fujitsu.sh
-        - srun --partition=a64fx -c48 ci/test-ault-fujitsu.sh "$(pwd)"
+#test_ault_fujitsu:
+#   needs: []
+#   tags:
+#       - arm-a64fx
+#   stage: test
+#   script:
+#       - chmod +x ci/test-ault-fujitsu.sh
+#       - srun --partition=a64fx -c48 ci/test-ault-fujitsu.sh "$(pwd)"
 
 deallocate_release:
   only: ['master', 'staging', 'trying']
-- 
GitLab