Skip to content

Commit

Permalink
Remove remaining Windows ARM32 build jobs (#19840)
Browse files Browse the repository at this point in the history
### Description
As a follow up of #19788, remove more remaining Windows ARM32 build
jobs.


### Motivation and Context
Our nuget packaging pipeline is failing because it could not find an
artifact for Win ARM32.
```
##[error]Artifact onnxruntime-training-win-arm was not found for build 421397.
```

Deprecation of Win ARM32 was announced by Windows team in January 2023.
We should follow it.
  • Loading branch information
snnn authored Mar 11, 2024
1 parent efad5bb commit 5479124
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
45 changes: 0 additions & 45 deletions tools/ci_build/github/azure-pipelines/post-merge-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ stages:
# Each group has 4 jobs that cover:
# o Windows ARM64EC
# o Windows ARM64
# o Windows ARM
# o Windows x64
# o Windows x86
# Now we don't have coverage for ARM64EC yet. Will add it.
Expand All @@ -35,20 +34,6 @@ stages:
buildNodejs: false
ort_build_pool_name: 'onnxruntime-Win-CPU-2022'

- template: templates/win-ci.yml
parameters:
DoCompliance: false
DoEsrp: false
stage_name_suffix: CPU_arm_default
buildArch: x64
msbuildPlatform: arm
packageName: arm
buildparameter: --arm --enable_onnx_tests --path_to_protoc_exe $(Build.BinariesDirectory)\RelWithDebInfo\installed\bin\protoc.exe
runTests: false
buildJava: false
buildNodejs: false
ort_build_pool_name: 'onnxruntime-Win-CPU-2022'

- template: templates/win-ci.yml
parameters:
DoCompliance: false
Expand Down Expand Up @@ -106,21 +91,6 @@ stages:
buildNodejs: false
ort_build_pool_name: 'onnxruntime-Win-CPU-2022'

- template: templates/win-ci.yml
parameters:
DoCompliance: false
DoEsrp: false
stage_name_suffix: CPU_arm_wcos
artifact_name_suffix: '-wcos'
buildArch: x64
msbuildPlatform: arm
packageName: arm
buildparameter: --arm --enable_onnx_tests --enable_wcos --path_to_protoc_exe $(Build.BinariesDirectory)\RelWithDebInfo\installed\bin\protoc.exe
runTests: false
buildJava: false
buildNodejs: false
ort_build_pool_name: 'onnxruntime-Win-CPU-2022'

- template: templates/win-ci.yml
parameters:
DoCompliance: false
Expand Down Expand Up @@ -181,21 +151,6 @@ stages:
buildNodejs: false
ort_build_pool_name: 'onnxruntime-Win-CPU-2022'

- template: templates/win-ci.yml
parameters:
DoCompliance: false
DoEsrp: false
stage_name_suffix: CPU_arm_extension
artifact_name_suffix: '-extension'
buildArch: x64
msbuildPlatform: arm
packageName: arm
buildparameter: --arm --use_extensions --enable_onnx_tests --path_to_protoc_exe $(Build.BinariesDirectory)\RelWithDebInfo\installed\bin\protoc.exe
runTests: false
buildJava: false
buildNodejs: false
ort_build_pool_name: 'onnxruntime-Win-CPU-2022'

- template: templates/win-ci.yml
parameters:
DoCompliance: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,6 @@ stages:
artifactName: 'onnxruntime-training-win-arm64'
targetPath: '$(Build.BinariesDirectory)/nuget-artifact'

- task: DownloadPipelineArtifact@0
displayName: 'Download win-arm Pipeline Artifact'
inputs:
artifactName: 'onnxruntime-training-win-arm'
targetPath: '$(Build.BinariesDirectory)/nuget-artifact'

- task: DownloadPipelineArtifact@0
displayName: 'Download linux-x64 Pipeline Artifact'
inputs:
Expand Down

0 comments on commit 5479124

Please sign in to comment.