From 029f37b62ddea06eea248f177c31e5bde3b4e121 Mon Sep 17 00:00:00 2001
From: handreas <andreas.hamacher@monash.edu>
Date: Thu, 16 Apr 2020 05:02:19 +0000
Subject: [PATCH] changed clustername and forgot to adjust slurm test

Former-commit-id: e6ee87d69b1551d09f0074ac74d51d5f6cb5f689
---
 CICD/tests/slurm/srunHostname.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CICD/tests/slurm/srunHostname.yml b/CICD/tests/slurm/srunHostname.yml
index afe8e3b8..6fe58f14 100644
--- a/CICD/tests/slurm/srunHostname.yml
+++ b/CICD/tests/slurm/srunHostname.yml
@@ -28,7 +28,7 @@
     failed_when: result.rc != 0 and result.stdout != " Nothing new added."
     
   - name: Create a user and associate them with a project
-    command: ./sacctmgr -i create user hpctest cluster=m3 account=testProject partition=batch
+    command: ./sacctmgr -i create user hpctest cluster=cicd account=testProject partition=batch
     args:
       chdir: '/opt/slurm-latest/bin'
     become: true 
-- 
GitLab