Skip to content

Commit 000cedd

Browse files
Add ORNL mirror for external data (#39128)
1 parent 9a2fde6 commit 000cedd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

buildconfig/CMake/MantidExternalData.cmake

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,12 @@ set(ExternalData_URL_TEMPLATES
3737
file:///var/bigharddrive/%(algo)/%(hash)"
3838
)
3939
mark_as_advanced(ExternalData_URL_TEMPLATES)
40+
# places on local disk
4041
list(APPEND ExternalData_URL_TEMPLATES "file:///home/builder/MantidExternalData-readonly/%(algo)/%(hash)")
4142
list(APPEND ExternalData_URL_TEMPLATES "file:///Users/builder/MantidExternalData-readonly/%(algo)/%(hash)")
42-
list(APPEND ExternalData_URL_TEMPLATES "http://130.246.80.136/external-data/%(algo)/%(hash)")
43+
# facility based mirrors
44+
list(APPEND ExternalData_URL_TEMPLATES "http://130.246.80.136/external-data/%(algo)/%(hash)") # RAL
45+
list(APPEND ExternalData_URL_TEMPLATES "https://mantid-ilm.sns.gov/testdata/%(algo)/%(hash)") # ORNL
4346
# This should always be last as it's the main read/write cache
4447
list(APPEND ExternalData_URL_TEMPLATES "https://testdata.mantidproject.org/ftp/external-data/%(algo)/%(hash)")
4548

0 commit comments

Comments
 (0)