From 62c7894ffe15efb7d43d891a326c2cbdcfbb529d Mon Sep 17 00:00:00 2001 From: Scott McKay Date: Wed, 1 Nov 2023 09:25:48 +1000 Subject: [PATCH] Add mobile CIs to list run by script for external PRs. (#18094) ### Description Add the mobile CIs to the list so we check external PRs don't break those. ### Motivation and Context Recent external PR was found to break iOS CI after checkin --- tools/python/run_CIs_for_external_pr.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/python/run_CIs_for_external_pr.py b/tools/python/run_CIs_for_external_pr.py index dcc6a92d84..7a77839c4a 100644 --- a/tools/python/run_CIs_for_external_pr.py +++ b/tools/python/run_CIs_for_external_pr.py @@ -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