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
0f65770e
Commit
0f65770e
authored
4 years ago
by
Andreas Hamacher
Browse files
Options
Downloads
Patches
Plain Diff
renaming slurm cluster to cicd
parent
b3d921f1
No related branches found
No related tags found
3 merge requests
!310
Gpu2
,
!308
Youshallnotchanged
,
!304
Gpu
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CICD/tests/slurm/srunHostname.yml
+3
-3
3 additions, 3 deletions
CICD/tests/slurm/srunHostname.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
+
3
−
3
View file @
0f65770e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
CICD/vars/slurm.yml
+
2
−
2
View file @
0f65770e
---
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.
Andreas Hamacher
@handreas
mentioned in commit
30e94288
·
4 years ago
mentioned in commit
30e94288
mentioned in commit 30e942887fec44b52928986b16b44edb05116246
Toggle commit list
Andreas Hamacher
@handreas
mentioned in commit
b3e3982c
·
4 years ago
mentioned in commit
b3e3982c
mentioned in commit b3e3982c4d61811943724a147ad6d7366e1b36ce
Toggle commit list
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