From ac94277e33be3bac1777ff55815842fcf9f1c3d6 Mon Sep 17 00:00:00 2001
From: Nicolas Perrin <nicolas.perrin@inria.fr>
Date: Thu, 23 Nov 2023 15:43:40 +0100
Subject: [PATCH] [rennes][abacus11] move to production queue

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

diff --git a/data/grid5000/sites/rennes/clusters/abacus11/abacus11.json b/data/grid5000/sites/rennes/clusters/abacus11/abacus11.json
index 5d475816423..33d2d66e3a3 100644
--- a/data/grid5000/sites/rennes/clusters/abacus11/abacus11.json
+++ b/data/grid5000/sites/rennes/clusters/abacus11/abacus11.json
@@ -53,7 +53,7 @@
   "model": "Dell PowerEdge T640",
   "queues": [
     "admin",
-    "testing"
+    "production"
   ],
   "type": "cluster",
   "uid": "abacus11"
diff --git a/data/grid5000/sites/rennes/clusters/abacus11/nodes/abacus11-1.json b/data/grid5000/sites/rennes/clusters/abacus11/nodes/abacus11-1.json
index c80be2a085f..f27979f1845 100644
--- a/data/grid5000/sites/rennes/clusters/abacus11/nodes/abacus11-1.json
+++ b/data/grid5000/sites/rennes/clusters/abacus11/nodes/abacus11-1.json
@@ -284,10 +284,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/rennes/clusters/abacus11/abacus11.yaml b/input/grid5000/sites/rennes/clusters/abacus11/abacus11.yaml
index bd90a3ea375..0fb5d7c87cc 100644
--- a/input/grid5000/sites/rennes/clusters/abacus11/abacus11.yaml
+++ b/input/grid5000/sites/rennes/clusters/abacus11/abacus11.yaml
@@ -5,13 +5,13 @@ boot_type: bios
 exotic: false
 queues:
   - admin
-  - testing
+  - production
 nodes:
   abacus11-1:
     supported_job_types:
       deploy: true
       besteffort: true
-      max_walltime: 0
+      max_walltime: 604800
     processor:
       microarchitecture: Skylake
       clock_speed: 2200000000
-- 
GitLab