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