From 9e3ef5edd7c5884f07e809828e8179db4cbe8966 Mon Sep 17 00:00:00 2001
From: EISENBART Theo <theo.eisenbart@inria.fr>
Date: Fri, 27 Oct 2023 15:35:06 +0200
Subject: [PATCH] [abacus15] add max walltime

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

diff --git a/data/grid5000/sites/rennes/clusters/abacus15/nodes/abacus15-1.json b/data/grid5000/sites/rennes/clusters/abacus15/nodes/abacus15-1.json
index be1e3771e99..834a9fb1b67 100644
--- a/data/grid5000/sites/rennes/clusters/abacus15/nodes/abacus15-1.json
+++ b/data/grid5000/sites/rennes/clusters/abacus15/nodes/abacus15-1.json
@@ -278,6 +278,7 @@
   "supported_job_types": {
     "besteffort": true,
     "deploy": true,
+    "max_walltime": 604800,
     "queues": [
       "testing",
       "admin"
diff --git a/input/grid5000/sites/rennes/clusters/abacus15/abacus15.yaml b/input/grid5000/sites/rennes/clusters/abacus15/abacus15.yaml
index 5994d82bb91..56167afc58d 100644
--- a/input/grid5000/sites/rennes/clusters/abacus15/abacus15.yaml
+++ b/input/grid5000/sites/rennes/clusters/abacus15/abacus15.yaml
@@ -11,6 +11,7 @@ nodes:
     supported_job_types:
       deploy: true
       besteffort: true
+      max_walltime: 604800
     processor:
       microarchitecture: Zen 3
       clock_speed: 2650000000
-- 
GitLab