Skip to content

Commit 6e0d4c1

Browse files
committed
test: Update released data resources
1 parent 79f562a commit 6e0d4c1

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CMake/ITKExternalData.cmake

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ list(APPEND ExternalData_OBJECT_STORES
2323

2424
set(ExternalData_BINARY_ROOT ${CMAKE_BINARY_DIR}/ExternalData)
2525

26-
set(ITK_WASM_TESTING_DATA_RELEASED_CID bafybeict7vcnohr22jn4b6dtek5hmukhdykvcotrudmrpr4bfbg45b2dwq)
26+
set(ITK_WASM_TESTING_DATA_RELEASED_CID bafybeia7tybccjqbomvlclfe6wlyzpqyxjgs4nkibo3jf7d3eiojdgikjm)
2727
set(ExternalData_URL_ALGO_CID_lower cid)
2828
set(ExternalData_URL_TEMPLATES "" CACHE STRING
2929
"Additional URL templates for the ExternalData CMake script to look for testing data. E.g.
@@ -37,7 +37,13 @@ if(NOT ITK_FORBID_DOWNLOADS)
3737
# Restricted gateway with released data
3838
"https://itk.mypinata.cloud/ipfs/${ITK_WASM_TESTING_DATA_RELEASED_CID}/Objects/CID/%(hash)"
3939

40-
# Released data on web3.storage / estuary.tech
40+
# New data on web3.storage
41+
"https://w3s.link/ipfs/%(hash)"
42+
43+
# Released data on web3.storage
44+
"https://${ITK_WASM_TESTING_DATA_RELEASED_CID}.ipfs.w3s.link/Objects/CID/%(hash)"
45+
46+
# Released data on estuary.tech
4147
"https://${ITK_WASM_TESTING_DATA_RELEASED_CID}.ipfs.dweb.link/Objects/CID/%(hash)"
4248

4349
# Gateway for arbitrary new files, uploaded to web3.storage
@@ -50,7 +56,7 @@ if(NOT ITK_FORBID_DOWNLOADS)
5056
"https://cloudflare-ipfs.com/ipfs/%(hash)"
5157

5258
# DataLad repository on gin.g-node.org
53-
"https://gin.g-node.org/InsightSoftwareConsortium/itk-wasm-testing-data/raw/master/Objects/CID/%(hash)"
59+
"https://gin.g-node.org/InsightSoftwareConsortium/itk-wasm-testing-data/raw/main/Objects/CID/%(hash)"
5460
)
5561
endif()
5662

0 commit comments

Comments
 (0)