Skip to content

Commit

Permalink
update pipeline name list in run_CIs_for_external_pr.py (microsoft#22540
Browse files Browse the repository at this point in the history
)

### Description
Update list of CI pipelines to trigger for external PRs.

### Motivation and Context
The pipelines triggered for external PRs are not consistent with
internal PRs.
  • Loading branch information
tianleiwu authored Oct 23, 2024
1 parent fc2be09 commit 63a07c1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tools/python/run_CIs_for_external_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,22 @@ def get_pipeline_names():
# mac
"MacOS CI Pipeline",
# training
"orttraining-amd-gpu-ci-pipeline",
"orttraining-linux-ci-pipeline",
"orttraining-linux-gpu-ci-pipeline",
"orttraining-ortmodule-distributed",
# checks
"onnxruntime-binary-size-checks-ci-pipeline",
# big models
"Big Models",
# android
"Linux Android Emulator QNN CI Pipeline",
# not currently required, but running ensures we're hitting all mobile platforms
# not currently required, but running these like internal PRs.
"Android CI Pipeline",
"iOS CI Pipeline",
"ONNX Runtime React Native CI Pipeline",
"CoreML CI Pipeline",
"Linux DNNL CI Pipeline",
"Linux MIGraphX CI Pipeline",
"Linux ROCm CI Pipeline",
]

return pipelines
Expand Down

0 comments on commit 63a07c1

Please sign in to comment.