Skip to content

Commit

Permalink
Fix for new RA location
Browse files Browse the repository at this point in the history
* Update email template with new RA loaction

* Update RA location references
  • Loading branch information
minottic authored Jun 25, 2024
1 parent a235562 commit f57aedb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/configs/backend/job-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ <h2>{{subject}}</h2>
</ol>
</td>
{{else if (eq ../../jobParams.option "PSI-RA")}}
<td>/das/work/{{subString ownerGroup 0 3}}/{{ownerGroup}}/retrieve/{{strip sourceFolder "/"}}/</td>
<td>/das/work/{{subString ownerGroup 0 3}}/retrieve/{{ownerGroup}}/{{strip sourceFolder "/"}}/</td>
<td>{{formatBytes size}}</td>
{{else}}
<td>{{sourceFolder}}</td>
Expand Down
2 changes: 1 addition & 1 deletion helm/configs/frontend/development/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion helm/configs/frontend/production/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion helm/configs/frontend/qa/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f57aedb

Please sign in to comment.