From d860ca10c94069e9468c8d18359a4589f400f539 Mon Sep 17 00:00:00 2001 From: Tim Kreuzer <t.kreuzer@fz-juelich.de> Date: Tue, 11 Feb 2025 18:32:23 +0100 Subject: [PATCH] add other flavor specific systems --- templates/macros/table/config/home.jinja | 30 +++++++++++++++++-- templates/macros/table/config/workshop.jinja | 30 +++++++++++++++++-- .../table/config/workshop_manager.jinja | 10 ++++++- 3 files changed, 63 insertions(+), 7 deletions(-) diff --git a/templates/macros/table/config/home.jinja b/templates/macros/table/config/home.jinja index 4b05d89..54a4b77 100644 --- a/templates/macros/table/config/home.jinja +++ b/templates/macros/table/config/home.jinja @@ -435,7 +435,15 @@ }, "dependency": { "system": [ - "jsccloud" + "jsccloud", + "lrz", + "lrzstaging", + "hlrs", + "hlrsstaging", + "mpcdf", + "tudstaging", + "tud", + "denbi" ] } }, @@ -445,7 +453,15 @@ }, "dependency": { "system": [ - "jsccloud" + "jsccloud", + "lrz", + "lrzstaging", + "hlrs", + "hlrsstaging", + "mpcdf", + "tudstaging", + "tud", + "denbi" ] }, "triggerSuffix": "input-div" @@ -460,7 +476,15 @@ }, "dependency": { "system": [ - "jsccloud" + "jsccloud", + "lrz", + "lrzstaging", + "hlrs", + "hlrsstaging", + "mpcdf", + "tudstaging", + "tud", + "denbi" ] } } diff --git a/templates/macros/table/config/workshop.jinja b/templates/macros/table/config/workshop.jinja index 5309d26..9dd2516 100644 --- a/templates/macros/table/config/workshop.jinja +++ b/templates/macros/table/config/workshop.jinja @@ -435,7 +435,15 @@ }, "dependency": { "system": [ - "jsccloud" + "jsccloud", + "lrz", + "lrzstaging", + "hlrs", + "hlrsstaging", + "mpcdf", + "tudstaging", + "tud", + "denbi" ] } }, @@ -445,7 +453,15 @@ }, "dependency": { "system": [ - "jsccloud" + "jsccloud", + "lrz", + "lrzstaging", + "hlrs", + "hlrsstaging", + "mpcdf", + "tudstaging", + "tud", + "denbi" ] }, "triggerSuffix": "input-div" @@ -460,7 +476,15 @@ }, "dependency": { "system": [ - "jsccloud" + "jsccloud", + "lrz", + "lrzstaging", + "hlrs", + "hlrsstaging", + "mpcdf", + "tudstaging", + "tud", + "denbi" ] } } diff --git a/templates/macros/table/config/workshop_manager.jinja b/templates/macros/table/config/workshop_manager.jinja index 29c6bfc..26e4a9a 100644 --- a/templates/macros/table/config/workshop_manager.jinja +++ b/templates/macros/table/config/workshop_manager.jinja @@ -730,7 +730,15 @@ }, "dependency": { "system": [ - "jsccloud" + "jsccloud", + "lrz", + "lrzstaging", + "hlrs", + "hlrsstaging", + "mpcdf", + "tudstaging", + "tud", + "denbi" ] } }, -- GitLab