From f453c44908c2325a7b237f18cc2580988fc4f5fa Mon Sep 17 00:00:00 2001 From: Nathan Paulin <nathan.paulin@inria.fr> Date: Wed, 26 Mar 2025 10:36:27 +0100 Subject: [PATCH] [sophia][esterel4] Add to production queue --- data/grid5000/accesses/nodesets.json | 55 +++++++++++++++++++ .../sophia/clusters/esterel4/esterel4.json | 2 +- .../clusters/esterel4/nodes/esterel4-1.json | 4 +- input/grid5000/access/sophia.yaml | 1 + .../sophia/clusters/esterel4/esterel4.yaml | 4 +- 5 files changed, 61 insertions(+), 5 deletions(-) diff --git a/data/grid5000/accesses/nodesets.json b/data/grid5000/accesses/nodesets.json index 7ff36134d49..56f934c41f9 100644 --- a/data/grid5000/accesses/nodesets.json +++ b/data/grid5000/accesses/nodesets.json @@ -1671,6 +1671,61 @@ ] } }, + "esterel4": { + "besteffort": { + "ggas": [ + "cidre", + "kerdata", + "magellan", + "myriads", + "pacap", + "wide", + "pirat", + "coast", + "avalon", + "chroma", + "emeraude", + "maracas", + "inria-chile", + "inria-dsi", + "inria-sidf", + "swh", + "tadaam" + ], + "sites": [ + "mc-rennes", + "mc-nancy", + "mc-lyon", + "mc-economic-activity", + "mc-sophia", + "mc-lille", + "mc-grenoble", + "mc-paris", + "mc-saclay", + "mc-bordeaux", + "mc-siege", + "mc-guest", + "slices-fr-grenoble", + "slices-fr-lille", + "slices-fr-lyon", + "slices-fr-nancy", + "slices-fr-nantes", + "slices-fr-rennes", + "slices-fr-sophia", + "slices-fr-strasbourg", + "slices-fr-toulouse" + ] + }, + "p1": { + "ggas": [ + "stars" + ], + "sites": [ + "mc-staff-site", + "g5k-staff-site" + ] + } + }, "esterel41": { "besteffort": { "ggas": [ diff --git a/data/grid5000/sites/sophia/clusters/esterel4/esterel4.json b/data/grid5000/sites/sophia/clusters/esterel4/esterel4.json index a43f8d84eef..16f813db568 100644 --- a/data/grid5000/sites/sophia/clusters/esterel4/esterel4.json +++ b/data/grid5000/sites/sophia/clusters/esterel4/esterel4.json @@ -84,7 +84,7 @@ "priority": 201706, "queues": [ "admin", - "testing" + "production" ], "redfish": true, "type": "cluster", diff --git a/data/grid5000/sites/sophia/clusters/esterel4/nodes/esterel4-1.json b/data/grid5000/sites/sophia/clusters/esterel4/nodes/esterel4-1.json index 9d428dfe7d0..917a999c86e 100644 --- a/data/grid5000/sites/sophia/clusters/esterel4/nodes/esterel4-1.json +++ b/data/grid5000/sites/sophia/clusters/esterel4/nodes/esterel4-1.json @@ -277,10 +277,10 @@ "supported_job_types": { "besteffort": true, "deploy": true, - "max_walltime": 0, + "max_walltime": 604800, "queues": [ "admin", - "testing" + "production" ], "virtual": "ivt" }, diff --git a/input/grid5000/access/sophia.yaml b/input/grid5000/access/sophia.yaml index ce517b76f2b..f58ce1300e0 100644 --- a/input/grid5000/access/sophia.yaml +++ b/input/grid5000/access/sophia.yaml @@ -29,6 +29,7 @@ esterel5: &dedicated-stars p1: [stars, '@admin'] besteffort: ['@inria_group', '@other_groups_with_access'] +esterel4: *dedicated-stars esterel7: *dedicated-stars mercantour6: diff --git a/input/grid5000/sites/sophia/clusters/esterel4/esterel4.yaml b/input/grid5000/sites/sophia/clusters/esterel4/esterel4.yaml index 8635c7d227f..61f66a74bf7 100644 --- a/input/grid5000/sites/sophia/clusters/esterel4/esterel4.yaml +++ b/input/grid5000/sites/sophia/clusters/esterel4/esterel4.yaml @@ -6,13 +6,13 @@ boot_type: bios exotic: false queues: - admin - - testing + - production nodes: esterel4-1: supported_job_types: deploy: true besteffort: true - max_walltime: 0 + max_walltime: 604800 processor: microarchitecture: Broadwell clock_speed: 2_200_000_000 -- GitLab