Skip to content

Commit

Permalink
ENH: Update ExternalDataVersion in CI to 5.4.0
Browse files Browse the repository at this point in the history
Use the updated testing data tarball.

The hash has changed from MD5 to CID.
  • Loading branch information
thewtex committed Jan 20, 2025
1 parent 8b816db commit fa9027a
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ concurrency:
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

env:
ExternalDataVersion: 5.3.0
ExternalDataVersion: 5.4.0

jobs:
macOS-Python:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
curl -L https://github.com/InsightSoftwareConsortium/ITK/releases/download/v${{ env.ExternalDataVersion }}/InsightData-${{ env.ExternalDataVersion }}.tar.gz -O
cmake -E tar xfz InsightData-${{ env.ExternalDataVersion }}.tar.gz
cmake -E rename InsightToolkit-${{ env.ExternalDataVersion }}/.ExternalData/MD5 ${{ github.workspace }}/.ExternalData/MD5
cmake -E rename InsightToolkit-${{ env.ExternalDataVersion }}/.ExternalData/CID ${{ github.workspace }}/.ExternalData/CID
- name: Configure CTest script
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ concurrency:
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

env:
ExternalDataVersion: 5.3.0
ExternalDataVersion: 5.4.0

jobs:
Pixi-Cxx:
Expand All @@ -52,7 +52,7 @@ jobs:
run: |
curl -L https://github.com/InsightSoftwareConsortium/ITK/releases/download/v${{ env.ExternalDataVersion }}/InsightData-${{ env.ExternalDataVersion }}.tar.gz -O
cmake -E tar xfz InsightData-${{ env.ExternalDataVersion }}.tar.gz
cmake -E rename InsightToolkit-${{ env.ExternalDataVersion }}/.ExternalData/MD5 ${{ github.workspace }}/.ExternalData/MD5
cmake -E rename InsightToolkit-${{ env.ExternalDataVersion }}/.ExternalData/CID ${{ github.workspace }}/.ExternalData/CID
- name: Set up Pixi
uses: prefix-dev/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions Testing/ContinuousIntegration/AzurePipelinesBatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trigger:
pr: none

variables:
ExternalDataVersion: 5.3.0
ExternalDataVersion: 5.4.0
jobs:
- job: Windows
timeoutInMinutes: 0
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
curl -L https://github.com/InsightSoftwareConsortium/ITK/releases/download/v$(ExternalDataVersion)/InsightData-$(ExternalDataVersion).tar.gz -O
cmake -E tar xfz InsightData-$(ExternalDataVersion).tar.gz
cmake -E rename InsightToolkit-$(ExternalDataVersion)/.ExternalData/MD5 $(Build.SourcesDirectory)/.ExternalData/MD5
cmake -E rename InsightToolkit-$(ExternalDataVersion)/.ExternalData/CID $(Build.SourcesDirectory)/.ExternalData/CID
workingDirectory: $(Agent.BuildDirectory)
displayName: 'Download dashboard script and testing data'
Expand Down
6 changes: 3 additions & 3 deletions Testing/ContinuousIntegration/AzurePipelinesLinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pr:
- Utilities/ITKv5Preparation/*
- Utilities/Maintenance/*
variables:
ExternalDataVersion: 5.3.0
ExternalDataVersion: 5.4.0
jobs:
- job: Linux
timeoutInMinutes: 0
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
curl -L https://github.com/InsightSoftwareConsortium/ITK/releases/download/v$(ExternalDataVersion)/InsightData-$(ExternalDataVersion).tar.gz -O
cmake -E tar xfz InsightData-$(ExternalDataVersion).tar.gz
cmake -E rename InsightToolkit-$(ExternalDataVersion)/.ExternalData/MD5 $(Build.SourcesDirectory)/.ExternalData/MD5
cmake -E rename InsightToolkit-$(ExternalDataVersion)/.ExternalData/CID $(Build.SourcesDirectory)/.ExternalData/CID
workingDirectory: $(Agent.BuildDirectory)
displayName: 'Download dashboard script and testing data'
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
curl -L https://github.com/InsightSoftwareConsortium/ITK/releases/download/v$(ExternalDataVersion)/InsightData-$(ExternalDataVersion).tar.gz -O
cmake -E tar xfz InsightData-$(ExternalDataVersion).tar.gz
cmake -E rename InsightToolkit-$(ExternalDataVersion)/.ExternalData/MD5 $(Build.SourcesDirectory)/.ExternalData/MD5
cmake -E rename InsightToolkit-$(ExternalDataVersion)/.ExternalData/CID $(Build.SourcesDirectory)/.ExternalData/CID
workingDirectory: $(Agent.BuildDirectory)
displayName: 'Download dashboard script and testing data'
Expand Down
4 changes: 2 additions & 2 deletions Testing/ContinuousIntegration/AzurePipelinesLinuxPython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pr:
- Utilities/ITKv5Preparation/*
- Utilities/Maintenance/*
variables:
ExternalDataVersion: 5.3.0
ExternalDataVersion: 5.4.0
jobs:
- job: Linux
timeoutInMinutes: 0
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
curl -L https://github.com/InsightSoftwareConsortium/ITK/releases/download/v$(ExternalDataVersion)/InsightData-$(ExternalDataVersion).tar.gz -O
cmake -E tar xfz InsightData-$(ExternalDataVersion).tar.gz
cmake -E rename InsightToolkit-$(ExternalDataVersion)/.ExternalData/MD5 $(Build.SourcesDirectory)/.ExternalData/MD5
cmake -E rename InsightToolkit-$(ExternalDataVersion)/.ExternalData/CID $(Build.SourcesDirectory)/.ExternalData/CID
workingDirectory: $(Agent.BuildDirectory)
displayName: 'Download dashboard script and testing data'
Expand Down
4 changes: 2 additions & 2 deletions Testing/ContinuousIntegration/AzurePipelinesMacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pr:
- Utilities/ITKv5Preparation/*
- Utilities/Maintenance/*
variables:
ExternalDataVersion: 5.3.0
ExternalDataVersion: 5.4.0
jobs:
- job: macOS
timeoutInMinutes: 0
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
curl -L https://github.com/InsightSoftwareConsortium/ITK/releases/download/v$(ExternalDataVersion)/InsightData-$(ExternalDataVersion).tar.gz -O
cmake -E tar xfz InsightData-$(ExternalDataVersion).tar.gz
cmake -E rename InsightToolkit-$(ExternalDataVersion)/.ExternalData/MD5 $(Build.SourcesDirectory)/.ExternalData/MD5
cmake -E rename InsightToolkit-$(ExternalDataVersion)/.ExternalData/CID $(Build.SourcesDirectory)/.ExternalData/CID
workingDirectory: $(Agent.BuildDirectory)
displayName: 'Download dashboard script and testing data'
Expand Down
4 changes: 2 additions & 2 deletions Testing/ContinuousIntegration/AzurePipelinesMacOSPython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pr:
- Utilities/ITKv5Preparation/*
- Utilities/Maintenance/*
variables:
ExternalDataVersion: 5.3.0
ExternalDataVersion: 5.4.0
jobs:
- job: macOS
timeoutInMinutes: 0
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
curl -L https://github.com/InsightSoftwareConsortium/ITK/releases/download/v$(ExternalDataVersion)/InsightData-$(ExternalDataVersion).tar.gz -O
cmake -E tar xfz InsightData-$(ExternalDataVersion).tar.gz
cmake -E rename InsightToolkit-$(ExternalDataVersion)/.ExternalData/MD5 $(Build.SourcesDirectory)/.ExternalData/MD5
cmake -E rename InsightToolkit-$(ExternalDataVersion)/.ExternalData/CID $(Build.SourcesDirectory)/.ExternalData/CID
workingDirectory: $(Agent.BuildDirectory)
displayName: 'Download dashboard script and testing data'
Expand Down
4 changes: 2 additions & 2 deletions Testing/ContinuousIntegration/AzurePipelinesWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pr:
- Utilities/ITKv5Preparation/*
- Utilities/Maintenance/*
variables:
ExternalDataVersion: 5.3.0
ExternalDataVersion: 5.4.0
jobs:
- job: Windows
timeoutInMinutes: 0
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
curl -L https://github.com/InsightSoftwareConsortium/ITK/releases/download/v$(ExternalDataVersion)/InsightData-$(ExternalDataVersion).tar.gz -O
cmake -E tar xfz InsightData-$(ExternalDataVersion).tar.gz
cmake -E rename InsightToolkit-$(ExternalDataVersion)/.ExternalData/MD5 $(Build.SourcesDirectory)/.ExternalData/MD5
cmake -E rename InsightToolkit-$(ExternalDataVersion)/.ExternalData/CID $(Build.SourcesDirectory)/.ExternalData/CID
workingDirectory: $(Agent.BuildDirectory)
displayName: 'Download dashboard script and testing data'
Expand Down
4 changes: 2 additions & 2 deletions Testing/ContinuousIntegration/AzurePipelinesWindowsPython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pr:
- Utilities/ITKv5Preparation/*
- Utilities/Maintenance/*
variables:
ExternalDataVersion: 5.3.0
ExternalDataVersion: 5.4.0
jobs:
- job: Windows
timeoutInMinutes: 0
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
curl -L https://github.com/InsightSoftwareConsortium/ITK/releases/download/v$(ExternalDataVersion)/InsightData-$(ExternalDataVersion).tar.gz -O
cmake -E tar xfz InsightData-$(ExternalDataVersion).tar.gz
cmake -E rename InsightToolkit-$(ExternalDataVersion)/.ExternalData/MD5 $(Build.SourcesDirectory)/.ExternalData/MD5
cmake -E rename InsightToolkit-$(ExternalDataVersion)/.ExternalData/CID $(Build.SourcesDirectory)/.ExternalData/CID
workingDirectory: $(Agent.BuildDirectory)
displayName: 'Download dashboard script and testing data'
Expand Down

0 comments on commit fa9027a

Please sign in to comment.