Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7754f9a0 authored by DOMINOIS Hugo's avatar DOMINOIS Hugo Committed by Nicolas Perrin
Browse files

[sophia][esterel41] Add production queue and max_walltime

parent 361f8f44
No related branches found
No related tags found
1 merge request!997Esterel41 prod
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
"priority": 202503, "priority": 202503,
"queues": [ "queues": [
"admin", "admin",
"testing" "production"
], ],
"redfish": true, "redfish": true,
"type": "cluster", "type": "cluster",
......
...@@ -317,10 +317,10 @@ ...@@ -317,10 +317,10 @@
"supported_job_types": { "supported_job_types": {
"besteffort": true, "besteffort": true,
"deploy": true, "deploy": true,
"max_walltime": 0, "max_walltime": 604800,
"queues": [ "queues": [
"admin", "admin",
"testing" "production"
], ],
"virtual": "ivt" "virtual": "ivt"
}, },
......
...@@ -6,7 +6,7 @@ boot_type: uefi ...@@ -6,7 +6,7 @@ boot_type: uefi
exotic: false exotic: false
queues: queues:
- admin - admin
- testing - production
nodes: nodes:
esterel41-1: esterel41-1:
chassis: chassis:
...@@ -15,7 +15,7 @@ nodes: ...@@ -15,7 +15,7 @@ nodes:
supported_job_types: supported_job_types:
deploy: true deploy: true
besteffort: true besteffort: true
max_walltime: 0 max_walltime: 604800
processor: processor:
microarchitecture: Sapphire Rapids microarchitecture: Sapphire Rapids
clock_speed: 2500000000 clock_speed: 2500000000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment