From 91f0d384bb4e97a2639245e513c958f25ce0725d Mon Sep 17 00:00:00 2001 From: Patrice RINGOT <patrice.ringot@loria.fr> Date: Tue, 21 Mar 2023 13:02:33 +0100 Subject: [PATCH] [Nancy][grat] testing -> production --- data/grid5000/sites/nancy/clusters/grat/nodes/grat-1.json | 2 +- input/grid5000/sites/nancy/clusters/grat/grat.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/grid5000/sites/nancy/clusters/grat/nodes/grat-1.json b/data/grid5000/sites/nancy/clusters/grat/nodes/grat-1.json index bfce356b636..bf506151cc7 100644 --- a/data/grid5000/sites/nancy/clusters/grat/nodes/grat-1.json +++ b/data/grid5000/sites/nancy/clusters/grat/nodes/grat-1.json @@ -414,7 +414,7 @@ "supported_job_types": { "besteffort": true, "deploy": true, - "max_walltime": 0, + "max_walltime": 604800, "queues": [ "admin", "testing" diff --git a/input/grid5000/sites/nancy/clusters/grat/grat.yaml b/input/grid5000/sites/nancy/clusters/grat/grat.yaml index 990d2f51bc4..f92b3d89dc4 100644 --- a/input/grid5000/sites/nancy/clusters/grat/grat.yaml +++ b/input/grid5000/sites/nancy/clusters/grat/grat.yaml @@ -11,7 +11,7 @@ nodes: supported_job_types: deploy: true besteffort: true - max_walltime: 0 + max_walltime: 604800 processor: microarchitecture: Zen 3 clock_speed: 2100000000 -- GitLab