From 046c76cb25803ae30b5910f4580c9d3ee92045e5 Mon Sep 17 00:00:00 2001 From: Alexandre MERLIN <alexandre.merlin@inria.fr> Date: Wed, 30 Apr 2025 09:53:37 +0200 Subject: [PATCH] [sophia/musa-6] move maxwalltime to 7 days (cf bug #17085) --- data/grid5000/sites/sophia/clusters/musa/nodes/musa-6.json | 2 +- input/grid5000/sites/sophia/clusters/musa/musa.yaml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/data/grid5000/sites/sophia/clusters/musa/nodes/musa-6.json b/data/grid5000/sites/sophia/clusters/musa/nodes/musa-6.json index 54cb12442de..fc9dfc16ec0 100644 --- a/data/grid5000/sites/sophia/clusters/musa/nodes/musa-6.json +++ b/data/grid5000/sites/sophia/clusters/musa/nodes/musa-6.json @@ -296,7 +296,7 @@ "supported_job_types": { "besteffort": true, "deploy": true, - "max_walltime": 172800, + "max_walltime": 604800, "queues": [ "admin", "production" diff --git a/input/grid5000/sites/sophia/clusters/musa/musa.yaml b/input/grid5000/sites/sophia/clusters/musa/musa.yaml index 61d47818dcb..19c4c5da1a7 100644 --- a/input/grid5000/sites/sophia/clusters/musa/musa.yaml +++ b/input/grid5000/sites/sophia/clusters/musa/musa.yaml @@ -14,9 +14,12 @@ nodes: musa-[3-4]: supported_job_types: max_walltime: 86400 - musa-[5-6]: + musa-5: supported_job_types: max_walltime: 172800 + musa-6: + supported_job_types: + max_walltime: 604800 musa-[1-6]: chassis: manufactured_at: 2024-12-09 -- GitLab