From 454b778a38af46e429b37c718be94caff53612b4 Mon Sep 17 00:00:00 2001
From: Philippe Virouleau <philippe.virouleau@inria.fr>
Date: Thu, 9 Nov 2023 11:08:32 +0100
Subject: [PATCH] [abacus16] Move to production queue

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

diff --git a/data/grid5000/sites/rennes/clusters/abacus16/abacus16.json b/data/grid5000/sites/rennes/clusters/abacus16/abacus16.json
index 549212ddf42..5c603ec0c93 100644
--- a/data/grid5000/sites/rennes/clusters/abacus16/abacus16.json
+++ b/data/grid5000/sites/rennes/clusters/abacus16/abacus16.json
@@ -410,7 +410,7 @@
   "model": "Dell PowerEdge C4140",
   "queues": [
     "admin",
-    "testing"
+    "production"
   ],
   "type": "cluster",
   "uid": "abacus16"
diff --git a/data/grid5000/sites/rennes/clusters/abacus16/nodes/abacus16-1.json b/data/grid5000/sites/rennes/clusters/abacus16/nodes/abacus16-1.json
index 53e34d35781..ba5b83ae40b 100644
--- a/data/grid5000/sites/rennes/clusters/abacus16/nodes/abacus16-1.json
+++ b/data/grid5000/sites/rennes/clusters/abacus16/nodes/abacus16-1.json
@@ -262,10 +262,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/abacus16/abacus16.yaml b/input/grid5000/sites/rennes/clusters/abacus16/abacus16.yaml
index 4d41f6d796b..dd27efe6849 100644
--- a/input/grid5000/sites/rennes/clusters/abacus16/abacus16.yaml
+++ b/input/grid5000/sites/rennes/clusters/abacus16/abacus16.yaml
@@ -5,13 +5,13 @@ boot_type: bios
 exotic: false
 queues:
   - admin
-  - testing
+  - production
 nodes:
   abacus16-1:
     supported_job_types:
       deploy: true
       besteffort: true
-      max_walltime: 0
+      max_walltime: 604800
     processor:
       microarchitecture: Cascade Lake-SP
       clock_speed: 2200000000
-- 
GitLab