mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
run_CIs_for_external_pr.py: update required pipelines (#17557)
### Description Add required pipeline "Windows x64 QNN CI Pipeline" to script "run_CIs_for_external_pr.py"
This commit is contained in:
parent
9aafbe3feb
commit
94f2ed6bbd
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ def main():
|
|||
pipelines = [
|
||||
# windows
|
||||
"Windows ARM64 QNN CI Pipeline",
|
||||
"Windows x64 QNN CI Pipeline",
|
||||
"Windows CPU CI Pipeline",
|
||||
"Windows GPU CI Pipeline",
|
||||
"Windows GPU TensorRT CI Pipeline",
|
||||
|
|
|
|||
Loading…
Reference in a new issue