Skip to content

Commit 0b121c8

Browse files
hjmjohnsonclaude
andcommitted
WIP: Temporarily use fork dashboard branch for CI testing
Point all CI pipelines at hjmjohnson/ITK dash-board-github-ci-instrument-groupings branch instead of upstream dashboard to test collapsible CI log sections and build diagnostics reporting from PR #5973. This commit must NOT be merged — revert the dashboard clone URL before merging PR #5971. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dee1116 commit 0b121c8

8 files changed

Lines changed: 10 additions & 10 deletions

.github/workflows/arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Download dashboard script and testing data
148148
run: |
149149
set -x
150-
git clone -b dashboard --single-branch https://github.com/InsightSoftwareConsortium/ITK.git ITK-dashboard
150+
git clone -b dash-board-github-ci-instrument-groupings --single-branch https://github.com/hjmjohnson/ITK.git ITK-dashboard
151151
152152
curl -L https://github.com/InsightSoftwareConsortium/ITK/releases/download/v${{ env.ExternalDataVersion }}/InsightData-${{ env.ExternalDataVersion }}.tar.gz -O
153153
cmake -E tar xfz InsightData-${{ env.ExternalDataVersion }}.tar.gz

Testing/ContinuousIntegration/AzurePipelinesBatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
displayName: 'Install dependencies'
6161
6262
- script: |
63-
git clone -b dashboard --single-branch https://github.com/InsightSoftwareConsortium/ITK.git ITK-dashboard
63+
git clone -b dash-board-github-ci-instrument-groupings --single-branch https://github.com/hjmjohnson/ITK.git ITK-dashboard
6464
6565
curl -L https://github.com/InsightSoftwareConsortium/ITK/releases/download/v$(ExternalDataVersion)/InsightData-$(ExternalDataVersion).tar.gz -O
6666
cmake -E tar xfz InsightData-$(ExternalDataVersion).tar.gz

Testing/ContinuousIntegration/AzurePipelinesLinux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- bash: |
6868
set -x
69-
git clone -b dashboard --single-branch https://github.com/InsightSoftwareConsortium/ITK.git ITK-dashboard
69+
git clone -b dash-board-github-ci-instrument-groupings --single-branch https://github.com/hjmjohnson/ITK.git ITK-dashboard
7070
7171
curl -L https://github.com/InsightSoftwareConsortium/ITK/releases/download/v$(ExternalDataVersion)/InsightData-$(ExternalDataVersion).tar.gz -O
7272
cmake -E tar xfz InsightData-$(ExternalDataVersion).tar.gz
@@ -160,7 +160,7 @@ jobs:
160160
161161
- bash: |
162162
set -x
163-
git clone -b dashboard --single-branch https://github.com/InsightSoftwareConsortium/ITK.git ITK-dashboard
163+
git clone -b dash-board-github-ci-instrument-groupings --single-branch https://github.com/hjmjohnson/ITK.git ITK-dashboard
164164
165165
curl -L https://github.com/InsightSoftwareConsortium/ITK/releases/download/v$(ExternalDataVersion)/InsightData-$(ExternalDataVersion).tar.gz -O
166166
cmake -E tar xfz InsightData-$(ExternalDataVersion).tar.gz
@@ -257,7 +257,7 @@ jobs:
257257
displayName: "Install dependencies"
258258
- bash: |
259259
set -x
260-
git clone -b dashboard --single-branch https://github.com/InsightSoftwareConsortium/ITK.git ITK-dashboard
260+
git clone -b dash-board-github-ci-instrument-groupings --single-branch https://github.com/hjmjohnson/ITK.git ITK-dashboard
261261
curl -L https://github.com/InsightSoftwareConsortium/ITK/releases/download/v$(ExternalDataVersion)/InsightData-$(ExternalDataVersion).tar.gz -O
262262
cmake -E tar xfz InsightData-$(ExternalDataVersion).tar.gz
263263
cmake -E rename InsightToolkit-$(ExternalDataVersion)/.ExternalData/CID $(Build.SourcesDirectory)/.ExternalData/CID

Testing/ContinuousIntegration/AzurePipelinesLinuxPython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- bash: |
6969
set -x
7070
71-
git clone -b dashboard --single-branch https://github.com/InsightSoftwareConsortium/ITK.git ITK-dashboard
71+
git clone -b dash-board-github-ci-instrument-groupings --single-branch https://github.com/hjmjohnson/ITK.git ITK-dashboard
7272
7373
curl -L https://github.com/InsightSoftwareConsortium/ITK/releases/download/v$(ExternalDataVersion)/InsightData-$(ExternalDataVersion).tar.gz -O
7474
cmake -E tar xfz InsightData-$(ExternalDataVersion).tar.gz

Testing/ContinuousIntegration/AzurePipelinesMacOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
- bash: |
7575
set -x
76-
git clone -b dashboard --single-branch https://github.com/InsightSoftwareConsortium/ITK.git ITK-dashboard
76+
git clone -b dash-board-github-ci-instrument-groupings --single-branch https://github.com/hjmjohnson/ITK.git ITK-dashboard
7777
7878
curl -L https://github.com/InsightSoftwareConsortium/ITK/releases/download/v$(ExternalDataVersion)/InsightData-$(ExternalDataVersion).tar.gz -O
7979
cmake -E tar xfz InsightData-$(ExternalDataVersion).tar.gz

Testing/ContinuousIntegration/AzurePipelinesMacOSPython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- bash: |
7777
set -x
7878
79-
git clone -b dashboard --single-branch https://github.com/InsightSoftwareConsortium/ITK.git ITK-dashboard
79+
git clone -b dash-board-github-ci-instrument-groupings --single-branch https://github.com/hjmjohnson/ITK.git ITK-dashboard
8080
8181
curl -L https://github.com/InsightSoftwareConsortium/ITK/releases/download/v$(ExternalDataVersion)/InsightData-$(ExternalDataVersion).tar.gz -O
8282
cmake -E tar xfz InsightData-$(ExternalDataVersion).tar.gz

Testing/ContinuousIntegration/AzurePipelinesWindows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
displayName: 'Install dependencies'
6262
6363
- script: |
64-
git clone -b dashboard --single-branch https://github.com/InsightSoftwareConsortium/ITK.git ITK-dashboard
64+
git clone -b dash-board-github-ci-instrument-groupings --single-branch https://github.com/hjmjohnson/ITK.git ITK-dashboard
6565
6666
curl -L https://github.com/InsightSoftwareConsortium/ITK/releases/download/v$(ExternalDataVersion)/InsightData-$(ExternalDataVersion).tar.gz -O
6767
cmake -E tar xfz InsightData-$(ExternalDataVersion).tar.gz

Testing/ContinuousIntegration/AzurePipelinesWindowsPython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
displayName: 'Install dependencies'
6262
6363
- script: |
64-
git clone -b dashboard --single-branch https://github.com/InsightSoftwareConsortium/ITK.git ITK-dashboard
64+
git clone -b dash-board-github-ci-instrument-groupings --single-branch https://github.com/hjmjohnson/ITK.git ITK-dashboard
6565
6666
curl -L https://github.com/InsightSoftwareConsortium/ITK/releases/download/v$(ExternalDataVersion)/InsightData-$(ExternalDataVersion).tar.gz -O
6767
cmake -E tar xfz InsightData-$(ExternalDataVersion).tar.gz

0 commit comments

Comments
 (0)