From 4e1d5905d857360cb03686592fa07d690ccc0a95 Mon Sep 17 00:00:00 2001 From: Carlo Minotti <50220438+minottic@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:33:10 +0200 Subject: [PATCH 1/2] Update email template with new RA loaction --- helm/configs/backend/job-template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/configs/backend/job-template.html b/helm/configs/backend/job-template.html index 1b899b7..e916d8f 100644 --- a/helm/configs/backend/job-template.html +++ b/helm/configs/backend/job-template.html @@ -214,7 +214,7 @@

{{subject}}

{{else if (eq ../../jobParams.option "PSI-RA")}} - /das/work/{{subString ownerGroup 0 3}}/{{ownerGroup}}/retrieve/{{strip sourceFolder "/"}}/ + /gpfs/workfs/{{subString ownerGroup 0 3}}/retrieve/{{ownerGroup}}/retrieve/{{strip sourceFolder "/"}}/ {{formatBytes size}} {{else}} {{sourceFolder}} From 3c9d79227a503946a563ca9539cbc58e4fbe6cec Mon Sep 17 00:00:00 2001 From: minottic Date: Tue, 25 Jun 2024 11:58:49 +0200 Subject: [PATCH 2/2] Update RA location references --- helm/configs/backend/job-template.html | 2 +- helm/configs/frontend/development/config.json | 2 +- helm/configs/frontend/production/config.json | 2 +- helm/configs/frontend/qa/config.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/configs/backend/job-template.html b/helm/configs/backend/job-template.html index e916d8f..002d5d2 100644 --- a/helm/configs/backend/job-template.html +++ b/helm/configs/backend/job-template.html @@ -214,7 +214,7 @@

{{subject}}

{{else if (eq ../../jobParams.option "PSI-RA")}} - /gpfs/workfs/{{subString ownerGroup 0 3}}/retrieve/{{ownerGroup}}/retrieve/{{strip sourceFolder "/"}}/ + /das/work/{{subString ownerGroup 0 3}}/retrieve/{{ownerGroup}}/{{strip sourceFolder "/"}}/ {{formatBytes size}} {{else}} {{sourceFolder}} diff --git a/helm/configs/frontend/development/config.json b/helm/configs/frontend/development/config.json index 57ddf36..50df4f3 100644 --- a/helm/configs/frontend/development/config.json +++ b/helm/configs/frontend/development/config.json @@ -9,7 +9,7 @@ }, { "option": "PSI-RA", - "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /gpfs/workfs/${groupname:0:3}/retrieve/${groupname}/${sourceFolder}/" + "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /das/work/${groupname:0:3}/retrieve/${groupname}/${sourceFolder}/" }, { "option": "URLs", diff --git a/helm/configs/frontend/production/config.json b/helm/configs/frontend/production/config.json index a0d99cb..47d3ab0 100644 --- a/helm/configs/frontend/production/config.json +++ b/helm/configs/frontend/production/config.json @@ -9,7 +9,7 @@ }, { "option": "PSI-RA", - "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /gpfs/workfs/${groupname:0:3}/retrieve/${groupname}/${sourceFolder}/" + "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /das/work/${groupname:0:3}/retrieve/${groupname}/${sourceFolder}/" }, { "option": "URLs", diff --git a/helm/configs/frontend/qa/config.json b/helm/configs/frontend/qa/config.json index dfeb7d3..e26957a 100644 --- a/helm/configs/frontend/qa/config.json +++ b/helm/configs/frontend/qa/config.json @@ -9,7 +9,7 @@ }, { "option": "PSI-RA", - "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /gpfs/workfs/${groupname:0:3}/retrieve/${groupname}/${sourceFolder}/" + "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /das/work/${groupname:0:3}/retrieve/${groupname}/${sourceFolder}/" }, { "option": "URLs",