Fix Linux CI pipeline where ep was not provided for py-packaging-linux-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
This commit is contained in:
Jian Chen 2024-11-14 12:41:37 -05:00 committed by GitHub
parent 09c98433e7
commit 5659d055ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
@ -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'