Skip to content

Commit

Permalink
Fix Linux CI pipeline where ep was not provided for py-packaging-linu…
Browse files Browse the repository at this point in the history
…x-test-cpu.yml (#22828)

### Description
Current linux-ci-pipeline was broken due to missing parameters from
`py-packaging-linux-test-cpu.yml` template


### Motivation and Context
Fix Linux CI pipeline
  • Loading branch information
jchen351 authored Nov 14, 2024
1 parent 09c9843 commit 5659d05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/ci_build/github/azure-pipelines/linux-ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ stages:
- template: templates/py-packaging-linux-test-cpu.yml
parameters:
arch: 'aarch64'
ep: 'cpu'
machine_pool: 'onnxruntime-linux-ARM64-CPU-2019'

- stage: arm64_build_xnnpack
Expand All @@ -328,4 +329,5 @@ stages:
- template: templates/py-packaging-linux-test-cpu.yml
parameters:
arch: 'aarch64'
ep: 'XNNPack'
machine_pool: 'onnxruntime-linux-ARM64-CPU-2019'

0 comments on commit 5659d05

Please sign in to comment.