From 740e9ab9f8aac472e0b7f0e1a9c16c8b878cdee2 Mon Sep 17 00:00:00 2001 From: Yulong Wang <7679871+fs-eire@users.noreply.github.com> Date: Sat, 8 Feb 2025 12:28:50 -0800 Subject: [PATCH] update run CI script (#23621) ### Description Add `Win_TRT_Minimal_CUDA_Test_CI`. --- tools/python/run_CIs_for_external_pr.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/python/run_CIs_for_external_pr.py b/tools/python/run_CIs_for_external_pr.py index cee32073fa..6cc1fefc55 100644 --- a/tools/python/run_CIs_for_external_pr.py +++ b/tools/python/run_CIs_for_external_pr.py @@ -25,6 +25,7 @@ def get_pipeline_names(): "Windows GPU Doc Gen CI Pipeline", "Windows GPU TensorRT CI Pipeline", "ONNX Runtime Web CI Pipeline", + "Win_TRT_Minimal_CUDA_Test_CI", # linux "Linux CPU CI Pipeline", "Linux CPU Minimal Build E2E CI Pipeline",