Skip to content

Commit 3282bfc

Browse files
hjmjohnsonclaude
andcommitted
WIP: Disable all CI builds except ARMBUILD-Ubuntu-24.04-arm
Temporarily disable all CI pipelines except the ARM Ubuntu build to isolate dashboard failures for debugging. - arm.yml: Remove x86_64-rosetta and Python matrix entries - pixi.yml: Comment out PR trigger - Azure pipelines: Set pr: none for Linux, LinuxPython, MacOS, MacOSPython, Windows, WindowsPython Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent badec43 commit 3282bfc

8 files changed

Lines changed: 23 additions & 101 deletions

File tree

.github/workflows/arm.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -54,31 +54,6 @@ jobs:
5454
ITK_USE_CLANG_FORMAT:BOOL=OFF
5555
ctest-options: ""
5656

57-
- os: macos-15
58-
name: "x86_64-rosetta"
59-
cmake-build-type: "Release"
60-
cmake-generator: "Ninja"
61-
python-version: ""
62-
ctest-cache: |
63-
BUILD_SHARED_LIBS:BOOL=OFF
64-
BUILD_EXAMPLES:BOOL=OFF
65-
ITK_WRAP_PYTHON:BOOL=OFF
66-
ITK_USE_CLANG_FORMAT:BOOL=OFF
67-
CMAKE_OSX_ARCHITECTURES:STRING=x86_64
68-
ctest-options: ""
69-
70-
- os: macos-15
71-
name: "Python"
72-
cmake-build-type: "Release"
73-
cmake-generator: "Ninja"
74-
python-version: "3.11"
75-
ctest-cache: |
76-
BUILD_SHARED_LIBS:BOOL=OFF
77-
BUILD_EXAMPLES:BOOL=OFF
78-
ITK_WRAP_PYTHON:BOOL=ON
79-
ITK_USE_CLANG_FORMAT:BOOL=OFF
80-
ctest-options: "-E itkPyBufferMemoryLeakTest"
81-
8257
name: ARMBUILD-${{ matrix.name }}
8358

8459
steps:

.github/workflows/pixi.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,17 @@ on:
1414
- 'Utilities/ITKv5Preparation/**'
1515
- 'Utilities/Maintenance/**'
1616
- 'Modules/Remote/*.remote.cmake'
17-
pull_request:
18-
paths-ignore:
19-
- '*.md'
20-
- LICENSE
21-
- NOTICE
22-
- 'Documentation/**'
23-
- 'Utilities/Debugger/**'
24-
- 'Utilities/ITKv5Preparation/**'
25-
- 'Utilities/Maintenance/**'
26-
- 'Modules/Remote/*.remote.cmake'
17+
# WIP: PR trigger disabled to isolate ARMBUILD-Ubuntu-24.04-arm CI
18+
# pull_request:
19+
# paths-ignore:
20+
# - '*.md'
21+
# - LICENSE
22+
# - NOTICE
23+
# - 'Documentation/**'
24+
# - 'Utilities/Debugger/**'
25+
# - 'Utilities/ITKv5Preparation/**'
26+
# - 'Utilities/Maintenance/**'
27+
# - 'Modules/Remote/*.remote.cmake'
2728

2829
concurrency:
2930
group: '${{ github.workflow }}@${{ github.head_ref || github.ref }}'

Testing/ContinuousIntegration/AzurePipelinesLinux.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,8 @@ trigger:
1515
- Utilities/ITKv5Preparation/*
1616
- Utilities/Maintenance/*
1717
- Modules/Remote/*.remote.cmake
18-
pr:
19-
paths:
20-
exclude:
21-
- '*.md'
22-
- LICENSE
23-
- NOTICE
24-
- Documentation/*
25-
- Utilities/Debugger/*
26-
- Utilities/ITKv5Preparation/*
27-
- Utilities/Maintenance/*
28-
- Modules/Remote/*.remote.cmake
18+
# WIP: PR trigger disabled to isolate ARMBUILD-Ubuntu-24.04-arm CI
19+
pr: none
2920
variables:
3021
ExternalDataVersion: 5.4.5
3122
CCACHE_DIR: $(Pipeline.Workspace)/.ccache

Testing/ContinuousIntegration/AzurePipelinesLinuxPython.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,8 @@ trigger:
1515
- Utilities/ITKv5Preparation/*
1616
- Utilities/Maintenance/*
1717
- Modules/Remote/*.remote.cmake
18-
pr:
19-
paths:
20-
exclude:
21-
- '*.md'
22-
- LICENSE
23-
- NOTICE
24-
- Documentation/*
25-
- Utilities/Debugger/*
26-
- Utilities/ITKv5Preparation/*
27-
- Utilities/Maintenance/*
28-
- Modules/Remote/*.remote.cmake
18+
# WIP: PR trigger disabled to isolate ARMBUILD-Ubuntu-24.04-arm CI
19+
pr: none
2920
variables:
3021
ExternalDataVersion: 5.4.5
3122
CCACHE_DIR: $(Pipeline.Workspace)/.ccache

Testing/ContinuousIntegration/AzurePipelinesMacOS.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,8 @@ trigger:
1515
- Utilities/ITKv5Preparation/*
1616
- Utilities/Maintenance/*
1717
- Modules/Remote/*.remote.cmake
18-
pr:
19-
paths:
20-
exclude:
21-
- '*.md'
22-
- LICENSE
23-
- NOTICE
24-
- Documentation/*
25-
- Utilities/Debugger/*
26-
- Utilities/ITKv5Preparation/*
27-
- Utilities/Maintenance/*
28-
- Modules/Remote/*.remote.cmake
18+
# WIP: PR trigger disabled to isolate ARMBUILD-Ubuntu-24.04-arm CI
19+
pr: none
2920
variables:
3021
ExternalDataVersion: 5.4.5
3122
CCACHE_DIR: $(Pipeline.Workspace)/.ccache

Testing/ContinuousIntegration/AzurePipelinesMacOSPython.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,8 @@ trigger:
1515
- Utilities/ITKv5Preparation/*
1616
- Utilities/Maintenance/*
1717
- Modules/Remote/*.remote.cmake
18-
pr:
19-
paths:
20-
exclude:
21-
- '*.md'
22-
- LICENSE
23-
- NOTICE
24-
- Documentation/*
25-
- Utilities/Debugger/*
26-
- Utilities/ITKv5Preparation/*
27-
- Utilities/Maintenance/*
28-
- Modules/Remote/*.remote.cmake
18+
# WIP: PR trigger disabled to isolate ARMBUILD-Ubuntu-24.04-arm CI
19+
pr: none
2920
variables:
3021
ExternalDataVersion: 5.4.5
3122
CCACHE_DIR: $(Pipeline.Workspace)/.ccache

Testing/ContinuousIntegration/AzurePipelinesWindows.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,8 @@ trigger:
1515
- Utilities/ITKv5Preparation/*
1616
- Utilities/Maintenance/*
1717
- Modules/Remote/*.remote.cmake
18-
pr:
19-
paths:
20-
exclude:
21-
- '*.md'
22-
- LICENSE
23-
- NOTICE
24-
- Documentation/*
25-
- Utilities/Debugger/*
26-
- Utilities/ITKv5Preparation/*
27-
- Utilities/Maintenance/*
28-
- Modules/Remote/*.remote.cmake
18+
# WIP: PR trigger disabled to isolate ARMBUILD-Ubuntu-24.04-arm CI
19+
pr: none
2920
variables:
3021
ExternalDataVersion: 5.4.5
3122
CCACHE_DIR: $(Pipeline.Workspace)/.ccache

Testing/ContinuousIntegration/AzurePipelinesWindowsPython.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,8 @@ trigger:
1515
- Utilities/ITKv5Preparation/*
1616
- Utilities/Maintenance/*
1717
- Modules/Remote/*.remote.cmake
18-
pr:
19-
paths:
20-
exclude:
21-
- '*.md'
22-
- LICENSE
23-
- NOTICE
24-
- Documentation/*
25-
- Utilities/Debugger/*
26-
- Utilities/ITKv5Preparation/*
27-
- Utilities/Maintenance/*
28-
- Modules/Remote/*.remote.cmake
18+
# WIP: PR trigger disabled to isolate ARMBUILD-Ubuntu-24.04-arm CI
19+
pr: none
2920
variables:
3021
ExternalDataVersion: 5.4.5
3122
CCACHE_DIR: $(Pipeline.Workspace)/.ccache

0 commit comments

Comments
 (0)