mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-09 00:30:53 +00:00
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:
parent
09c98433e7
commit
5659d055ee
1 changed files with 2 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue