Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
e40dd183
Commit
e40dd183
authored
7 years ago
by
Tim Wickberg
Browse files
Options
Downloads
Plain Diff
Merge branch 'slurm-16.05' into slurm-17.02
parents
17083eb6
cdcffc23
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
etc/slurm.conf.example
+2
-2
2 additions, 2 deletions
etc/slurm.conf.example
testsuite/expect/regression.py
+3
-0
3 additions, 0 deletions
testsuite/expect/regression.py
with
5 additions
and
2 deletions
etc/slurm.conf.example
+
2
−
2
View file @
e40dd183
...
@@ -59,7 +59,7 @@ Waittime=0
...
@@ -59,7 +59,7 @@ Waittime=0
# SCHEDULING
# SCHEDULING
SchedulerType=sched/backfill
SchedulerType=sched/backfill
#SchedulerAuth=
#SchedulerAuth=
SelectType=select/linear
#
SelectType=select/linear
FastSchedule=1
FastSchedule=1
#PriorityType=priority/multifactor
#PriorityType=priority/multifactor
#PriorityDecayHalfLife=14-0
#PriorityDecayHalfLife=14-0
...
@@ -90,4 +90,4 @@ JobCompType=jobcomp/none
...
@@ -90,4 +90,4 @@ JobCompType=jobcomp/none
#
#
# COMPUTE NODES
# COMPUTE NODES
NodeName=linux[1-32] Procs=1 State=UNKNOWN
NodeName=linux[1-32] Procs=1 State=UNKNOWN
PartitionName=debug Nodes=
linux[1-32]
Default=YES MaxTime=INFINITE State=UP
PartitionName=debug Nodes=
ALL
Default=YES MaxTime=INFINITE State=UP
This diff is collapsed.
Click to expand it.
testsuite/expect/regression.py
+
3
−
0
View file @
e40dd183
...
@@ -59,6 +59,7 @@ def main(argv=None):
...
@@ -59,6 +59,7 @@ def main(argv=None):
action
=
'
callback
'
,
callback
=
test_parser
,
action
=
'
callback
'
,
callback
=
test_parser
,
help
=
'
comma or space separated string of tests to include
'
)
help
=
'
comma or space separated string of tests to include
'
)
parser
.
add_option
(
'
-k
'
,
'
--keep-logs
'
,
action
=
'
store_true
'
,
default
=
False
)
parser
.
add_option
(
'
-k
'
,
'
--keep-logs
'
,
action
=
'
store_true
'
,
default
=
False
)
parser
.
add_option
(
'
-s
'
,
'
--stop-on-first-fail
'
,
action
=
'
store_true
'
,
default
=
False
)
(
options
,
args
)
=
parser
.
parse_args
(
args
=
argv
)
(
options
,
args
)
=
parser
.
parse_args
(
args
=
argv
)
# Sanity check
# Sanity check
...
@@ -130,6 +131,8 @@ def main(argv=None):
...
@@ -130,6 +131,8 @@ def main(argv=None):
failed_tests
.
append
(
test
)
failed_tests
.
append
(
test
)
os
.
rename
(
testlog_name
,
testlog_name
+
'
.failed
'
)
os
.
rename
(
testlog_name
,
testlog_name
+
'
.failed
'
)
sys
.
stdout
.
write
(
'
FAILED!
\n
'
)
sys
.
stdout
.
write
(
'
FAILED!
\n
'
)
if
options
.
stop_on_first_fail
:
break
sys
.
stdout
.
flush
()
sys
.
stdout
.
flush
()
end_time
=
time
.
time
()
end_time
=
time
.
time
()
...
...
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