From 0996d6e19e4730ca89af4b0db9edfc89f8c5215f Mon Sep 17 00:00:00 2001 From: Yulong Wang <7679871+fs-eire@users.noreply.github.com> Date: Thu, 23 May 2024 10:38:42 -0700 Subject: [PATCH] [tools] update pipeline list for run_CIs_for_external_pr.py (#20776) ### Description add required pipeline "Linux Android Emulator QNN CI Pipeline" --- tools/python/run_CIs_for_external_pr.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/python/run_CIs_for_external_pr.py b/tools/python/run_CIs_for_external_pr.py index dcafe898b3..0044623419 100644 --- a/tools/python/run_CIs_for_external_pr.py +++ b/tools/python/run_CIs_for_external_pr.py @@ -41,6 +41,8 @@ def get_pipeline_names(): "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 "Android CI Pipeline", "iOS CI Pipeline",