From 30e942887fec44b52928986b16b44edb05116246 Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Wed, 22 Apr 2020 11:30:52 +0000 Subject: [PATCH] renaming slurm cluster to cicd Former-commit-id: 0f65770e74b10c980ad727e7b20da55e2fc9ea0a --- CICD/tests/slurm/srunHostname.yml | 6 +++--- CICD/vars/slurm.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CICD/tests/slurm/srunHostname.yml b/CICD/tests/slurm/srunHostname.yml index 2e1c0886..4f05fb58 100644 --- a/CICD/tests/slurm/srunHostname.yml +++ b/CICD/tests/slurm/srunHostname.yml @@ -12,7 +12,7 @@ gather_facts: false tasks: - name: Create a parent account - command: ./sacctmgr -i add account parentAccount cluster=m3 Description="Test parent account" Organization="Monash" + command: ./sacctmgr -i add account parentAccount cluster=cicd Description="Test parent account" Organization="Monash" args: chdir: '/opt/slurm-latest/bin' become: true @@ -20,7 +20,7 @@ failed_when: result.rc != 0 and result.stdout != " Nothing new added." - name: Create a project associated with a given parent - command: ./sacctmgr -i add account testProject parent=parentAccount cluster=m3 Organization="Monash" + command: ./sacctmgr -i add account testProject parent=parentAccount cluster=cicd Organization="Monash" args: chdir: '/opt/slurm-latest/bin' become: true @@ -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 diff --git a/CICD/vars/slurm.yml b/CICD/vars/slurm.yml index 09dfc0af..b58c6162 100644 --- a/CICD/vars/slurm.yml +++ b/CICD/vars/slurm.yml @@ -1,8 +1,8 @@ --- desktopNodeList: - { name : 'DesktopNodes', interface : 'eth0' } -clustername: "m3" -projectname: "m3" +clustername: "cicd" +projectname: "cicd" slurm_version: 19.05.4 munge_version: 0.5.13 nhc_version: 1.4.2 -- GitLab