From 77883a679047bd9688f149c9d7e9f8e9545f1a93 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Sun, 10 Mar 2024 11:15:50 -0700 Subject: [PATCH 1/2] update --- .../templates/ondevice-training-cpu-packaging-pipeline.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/ondevice-training-cpu-packaging-pipeline.yml b/tools/ci_build/github/azure-pipelines/templates/ondevice-training-cpu-packaging-pipeline.yml index b3faaf2a7f1a6..bfee58e6e5ef9 100644 --- a/tools/ci_build/github/azure-pipelines/templates/ondevice-training-cpu-packaging-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/templates/ondevice-training-cpu-packaging-pipeline.yml @@ -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: From ea88a885b633d9c52e4000b880ea480b3cdac280 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Sun, 10 Mar 2024 11:18:48 -0700 Subject: [PATCH 2/2] Remove WinARM build --- .../azure-pipelines/post-merge-jobs.yml | 45 ------------------- 1 file changed, 45 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml b/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml index 3ec5400dacc65..1803c8769c510 100644 --- a/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml +++ b/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml @@ -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. @@ -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 @@ -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 @@ -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