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 @@ ...@@ -323,7 +323,7 @@
"supported_job_types": { "supported_job_types": {
"besteffort": true, "besteffort": true,
"deploy": true, "deploy": true,
"max_walltime": 86400, "max_walltime": 604800,
"queues": [ "queues": [
"production", "production",
"admin" "admin"
......
...@@ -271,7 +271,7 @@ ...@@ -271,7 +271,7 @@
"supported_job_types": { "supported_job_types": {
"besteffort": true, "besteffort": true,
"deploy": true, "deploy": true,
"max_walltime": 86400, "max_walltime": 604800,
"queues": [ "queues": [
"admin", "admin",
"production" "production"
......
...@@ -16,7 +16,7 @@ nodes: ...@@ -16,7 +16,7 @@ nodes:
supported_job_types: supported_job_types:
deploy: true deploy: true
besteffort: true besteffort: true
max_walltime: 86400 max_walltime: 604800
processor: processor:
microarchitecture: Skylake-SP microarchitecture: Skylake-SP
clock_speed: 2650000000 clock_speed: 2650000000
......
...@@ -12,7 +12,7 @@ nodes: ...@@ -12,7 +12,7 @@ nodes:
supported_job_types: supported_job_types:
deploy: true deploy: true
besteffort: true besteffort: true
max_walltime: 172800 max_walltime: 604800
processor: processor:
microarchitecture: Sandy Bridge microarchitecture: Sandy Bridge
clock_speed: 2200000000 clock_speed: 2200000000
......
...@@ -11,7 +11,7 @@ nodes: ...@@ -11,7 +11,7 @@ nodes:
supported_job_types: supported_job_types:
deploy: true deploy: true
besteffort: true besteffort: true
max_walltime: 86400 max_walltime: 604800
processor: processor:
microarchitecture: Skylake-SP microarchitecture: Skylake-SP
clock_speed: 2600000000 clock_speed: 2600000000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment