Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
HPCasCode
Commits
31fa4ea3
Commit
31fa4ea3
authored
4 years ago
by
Andreas Hamacher
Browse files
Options
Downloads
Patches
Plain Diff
testing new names replacing m3 with cicd
Former-commit-id:
5d4eb411
parent
fb364be9
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CICD/tests/slurm/srunHostname.yml
+2
-2
2 additions, 2 deletions
CICD/tests/slurm/srunHostname.yml
CICD/vars/names.yml
+1
-1
1 addition, 1 deletion
CICD/vars/names.yml
CICD/vars/slurm.yml
+2
-2
2 additions, 2 deletions
CICD/vars/slurm.yml
with
5 additions
and
5 deletions
CICD/tests/slurm/srunHostname.yml
+
2
−
2
View file @
31fa4ea3
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
CICD/vars/names.yml
+
1
−
1
View file @
31fa4ea3
---
domain
:
massive.org
.au
domain
:
cicd.test
.au
smtp_smarthost
:
smtp.monash.edu.au
This diff is collapsed.
Click to expand it.
CICD/vars/slurm.yml
+
2
−
2
View file @
31fa4ea3
---
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment