Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove remaining Windows ARM32 build jobs #19840

Merged
merged 2 commits into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading