Skip to content

Commit

Permalink
Add mobile CIs to list run by script for external PRs. (#18094)
Browse files Browse the repository at this point in the history
### Description
<!-- Describe your changes. -->
Add the mobile CIs to the list so we check external PRs don't break
those.


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Recent external PR was found to break iOS CI after checkin
  • Loading branch information
skottmckay authored Oct 31, 2023
1 parent ed41a28 commit 62c7894
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/python/run_CIs_for_external_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ def main():
# checks
"onnxruntime-python-checks-ci-pipeline",
"onnxruntime-binary-size-checks-ci-pipeline",
# not currently required, but running ensures we're hitting all mobile platforms
"Android CI Pipeline",
"iOS CI Pipeline",
"ONNX Runtime React Native CI Pipeline",
]

# remove pipelines that have already run successfully
Expand Down

0 comments on commit 62c7894

Please sign in to comment.