Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ccb0b80f authored by Yao CHI's avatar Yao CHI Committed by Yao CHI
Browse files

[bug16032] standardize max walltime to 7 days on ex igrida nodes

parent 359267a3
No related branches found
No related tags found
No related merge requests found
Pipeline #1063354 failed
......@@ -323,7 +323,7 @@
"supported_job_types": {
"besteffort": true,
"deploy": true,
"max_walltime": 86400,
"max_walltime": 604800,
"queues": [
"production",
"admin"
......
......@@ -271,7 +271,7 @@
"supported_job_types": {
"besteffort": true,
"deploy": true,
"max_walltime": 86400,
"max_walltime": 604800,
"queues": [
"admin",
"production"
......
......@@ -16,7 +16,7 @@ nodes:
supported_job_types:
deploy: true
besteffort: true
max_walltime: 86400
max_walltime: 604800
processor:
microarchitecture: Skylake-SP
clock_speed: 2650000000
......
......@@ -12,7 +12,7 @@ nodes:
supported_job_types:
deploy: true
besteffort: true
max_walltime: 172800
max_walltime: 604800
processor:
microarchitecture: Sandy Bridge
clock_speed: 2200000000
......
......@@ -11,7 +11,7 @@ nodes:
supported_job_types:
deploy: true
besteffort: true
max_walltime: 86400
max_walltime: 604800
processor:
microarchitecture: Skylake-SP
clock_speed: 2600000000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment