From 7754f9a00a6600997c63fd9aa6bd0d6502729d90 Mon Sep 17 00:00:00 2001
From: Hugo Dominois <hugo.dominois@inria.fr>
Date: Fri, 7 Feb 2025 11:23:10 +0100
Subject: [PATCH] [sophia][esterel41] Add production queue and max_walltime

---
 data/grid5000/sites/sophia/clusters/esterel41/esterel41.json  | 2 +-
 .../sites/sophia/clusters/esterel41/nodes/esterel41-1.json    | 4 ++--
 input/grid5000/sites/sophia/clusters/esterel41/esterel41.yaml | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/data/grid5000/sites/sophia/clusters/esterel41/esterel41.json b/data/grid5000/sites/sophia/clusters/esterel41/esterel41.json
index 97a5ac23ab0..7a4405e86e9 100644
--- a/data/grid5000/sites/sophia/clusters/esterel41/esterel41.json
+++ b/data/grid5000/sites/sophia/clusters/esterel41/esterel41.json
@@ -55,7 +55,7 @@
   "priority": 202503,
   "queues": [
     "admin",
-    "testing"
+    "production"
   ],
   "redfish": true,
   "type": "cluster",
diff --git a/data/grid5000/sites/sophia/clusters/esterel41/nodes/esterel41-1.json b/data/grid5000/sites/sophia/clusters/esterel41/nodes/esterel41-1.json
index 8c54ac2ac92..cce4adaccfe 100644
--- a/data/grid5000/sites/sophia/clusters/esterel41/nodes/esterel41-1.json
+++ b/data/grid5000/sites/sophia/clusters/esterel41/nodes/esterel41-1.json
@@ -317,10 +317,10 @@
   "supported_job_types": {
     "besteffort": true,
     "deploy": true,
-    "max_walltime": 0,
+    "max_walltime": 604800,
     "queues": [
       "admin",
-      "testing"
+      "production"
     ],
     "virtual": "ivt"
   },
diff --git a/input/grid5000/sites/sophia/clusters/esterel41/esterel41.yaml b/input/grid5000/sites/sophia/clusters/esterel41/esterel41.yaml
index dc470bf98ba..52319d7dbca 100644
--- a/input/grid5000/sites/sophia/clusters/esterel41/esterel41.yaml
+++ b/input/grid5000/sites/sophia/clusters/esterel41/esterel41.yaml
@@ -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
-- 
GitLab