From f95e7ea9e7d2a8d85aafd9dd0c81e837a0bc2889 Mon Sep 17 00:00:00 2001
From: Nicolas Perrin <nicolas.perrin@inria.fr>
Date: Thu, 9 Nov 2023 11:07:41 +0100
Subject: [PATCH] [rennes][abacus9] Add max_walltime

---
 .../grid5000/sites/rennes/clusters/abacus9/nodes/abacus9-1.json | 2 +-
 input/grid5000/sites/rennes/clusters/abacus9/abacus9.yaml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/grid5000/sites/rennes/clusters/abacus9/nodes/abacus9-1.json b/data/grid5000/sites/rennes/clusters/abacus9/nodes/abacus9-1.json
index 8782c47a190..c338008e454 100644
--- a/data/grid5000/sites/rennes/clusters/abacus9/nodes/abacus9-1.json
+++ b/data/grid5000/sites/rennes/clusters/abacus9/nodes/abacus9-1.json
@@ -262,7 +262,7 @@
   "supported_job_types": {
     "besteffort": true,
     "deploy": true,
-    "max_walltime": 0,
+    "max_walltime": 604800,
     "queues": [
       "admin",
       "production"
diff --git a/input/grid5000/sites/rennes/clusters/abacus9/abacus9.yaml b/input/grid5000/sites/rennes/clusters/abacus9/abacus9.yaml
index 2d406d982a5..6df4a701254 100644
--- a/input/grid5000/sites/rennes/clusters/abacus9/abacus9.yaml
+++ b/input/grid5000/sites/rennes/clusters/abacus9/abacus9.yaml
@@ -11,7 +11,7 @@ nodes:
     supported_job_types:
       deploy: true
       besteffort: true
-      max_walltime: 0
+      max_walltime: 604800
     processor:
       microarchitecture: Skylake
       clock_speed: 2200000000
-- 
GitLab