From a9bf19e8e72b1fa7ff604a4f8999b8dd43f4a33a Mon Sep 17 00:00:00 2001
From: EISENBART Theo <theo.eisenbart@inria.fr>
Date: Tue, 31 Oct 2023 12:37:44 +0100
Subject: [PATCH] [abacus15] Add max_walltime in the good YAML file

---
 .../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 b18bb15afac..da522917a8a 100644
--- a/data/grid5000/sites/rennes/clusters/abacus15/nodes/abacus15-1.json
+++ b/data/grid5000/sites/rennes/clusters/abacus15/nodes/abacus15-1.json
@@ -273,6 +273,7 @@
   "supported_job_types": {
     "besteffort": true,
     "deploy": true,
+    "max_walltime": 0,
     "queues": [
       "testing",
       "admin"
diff --git a/input/grid5000/sites/rennes/clusters/abacus15/abacus15.yaml b/input/grid5000/sites/rennes/clusters/abacus15/abacus15.yaml
index e3ffa31d105..fe5731a6186 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: 0
     processor:
       microarchitecture: Zen 3
       clock_speed: 2650000000
-- 
GitLab