From fa4079b01a88c3605db7e02d323dad8ddbfd5961 Mon Sep 17 00:00:00 2001 From: Scott McKay Date: Wed, 25 Oct 2023 13:44:50 +1000 Subject: [PATCH 1/2] Add mobile CIs to list run by script for external PRs. --- tools/python/run_CIs_for_external_pr.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/python/run_CIs_for_external_pr.py b/tools/python/run_CIs_for_external_pr.py index dcc6a92d84ef2..4b950ae627841 100644 --- a/tools/python/run_CIs_for_external_pr.py +++ b/tools/python/run_CIs_for_external_pr.py @@ -93,6 +93,11 @@ 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 From 5599c683d999012edfc73815dccd7af4a5244cdd Mon Sep 17 00:00:00 2001 From: Scott McKay Date: Thu, 26 Oct 2023 19:56:44 +1000 Subject: [PATCH 2/2] lint --- tools/python/run_CIs_for_external_pr.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/python/run_CIs_for_external_pr.py b/tools/python/run_CIs_for_external_pr.py index 4b950ae627841..7a77839c4a4e7 100644 --- a/tools/python/run_CIs_for_external_pr.py +++ b/tools/python/run_CIs_for_external_pr.py @@ -93,11 +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" + "ONNX Runtime React Native CI Pipeline", ] # remove pipelines that have already run successfully