From 4d9bf1cde1c2cd35fa9b88d786521729f60af1f2 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Wed, 13 Mar 2024 14:08:24 +0800 Subject: [PATCH 1/3] update trigger rules for js --- .../android-arm64-v8a-QNN-crosscompile-ci-pipeline.yml | 4 ++++ .../android-x86_64-crosscompile-ci-pipeline.yml | 4 ++++ tools/ci_build/github/azure-pipelines/linux-ci-pipeline.yml | 4 ++++ .../github/azure-pipelines/linux-cpu-aten-pipeline.yml | 4 ++++ .../github/azure-pipelines/linux-cpu-eager-pipeline.yml | 4 ++++ .../github/azure-pipelines/linux-dnnl-ci-pipeline.yml | 4 ++++ .../ci_build/github/azure-pipelines/linux-gpu-ci-pipeline.yml | 4 ++++ .../github/azure-pipelines/linux-gpu-tensorrt-ci-pipeline.yml | 4 ++++ .../github/azure-pipelines/linux-migraphx-ci-pipeline.yml | 4 ++++ .../github/azure-pipelines/linux-openvino-ci-pipeline.yml | 4 ++++ .../ci_build/github/azure-pipelines/linux-qnn-ci-pipeline.yml | 4 ++++ tools/ci_build/github/azure-pipelines/mac-ci-pipeline.yml | 4 ++++ .../github/azure-pipelines/mac-coreml-ci-pipeline.yml | 4 ++++ tools/ci_build/github/azure-pipelines/mac-ios-ci-pipeline.yml | 4 ++++ .../github/azure-pipelines/mac-ios-packaging-pipeline.yml | 4 ++++ .../github/azure-pipelines/mac-react-native-ci-pipeline.yml | 4 ++++ .../github/azure-pipelines/orttraining-linux-ci-pipeline.yml | 4 ++++ .../azure-pipelines/orttraining-linux-gpu-ci-pipeline.yml | 4 ++++ ...ining-linux-gpu-ortmodule-distributed-test-ci-pipeline.yml | 4 ++++ .../github/azure-pipelines/orttraining-mac-ci-pipeline.yml | 4 ++++ tools/ci_build/github/azure-pipelines/triggers/skip-js.yml | 4 ++++ tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml | 4 ++++ tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml | 4 ++++ .../github/azure-pipelines/win-gpu-tensorrt-ci-pipeline.yml | 4 ++++ .../github/azure-pipelines/win-qnn-arm64-ci-pipeline.yml | 4 ++++ tools/ci_build/github/azure-pipelines/win-qnn-ci-pipeline.yml | 4 ++++ 26 files changed, 104 insertions(+) diff --git a/tools/ci_build/github/azure-pipelines/android-arm64-v8a-QNN-crosscompile-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/android-arm64-v8a-QNN-crosscompile-ci-pipeline.yml index d37266a8e96d8..282615fd4f790 100644 --- a/tools/ci_build/github/azure-pipelines/android-arm64-v8a-QNN-crosscompile-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/android-arm64-v8a-QNN-crosscompile-ci-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### parameters: diff --git a/tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-pipeline.yml index d0a22aae07741..f5ac710b02499 100644 --- a/tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### # Known Limits diff --git a/tools/ci_build/github/azure-pipelines/linux-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/linux-ci-pipeline.yml index 02147c321fab3..1c4c3ccaf096d 100644 --- a/tools/ci_build/github/azure-pipelines/linux-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/linux-ci-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### resources: diff --git a/tools/ci_build/github/azure-pipelines/linux-cpu-aten-pipeline.yml b/tools/ci_build/github/azure-pipelines/linux-cpu-aten-pipeline.yml index 31decb0c2ffcc..540f6a3dadaab 100644 --- a/tools/ci_build/github/azure-pipelines/linux-cpu-aten-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/linux-cpu-aten-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### resources: diff --git a/tools/ci_build/github/azure-pipelines/linux-cpu-eager-pipeline.yml b/tools/ci_build/github/azure-pipelines/linux-cpu-eager-pipeline.yml index b3f5ff9631412..e90457477293e 100644 --- a/tools/ci_build/github/azure-pipelines/linux-cpu-eager-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/linux-cpu-eager-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### resources: diff --git a/tools/ci_build/github/azure-pipelines/linux-dnnl-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/linux-dnnl-ci-pipeline.yml index 1c6d8bbfe7fbe..fb3bb7847c0de 100644 --- a/tools/ci_build/github/azure-pipelines/linux-dnnl-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/linux-dnnl-ci-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### resources: diff --git a/tools/ci_build/github/azure-pipelines/linux-gpu-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/linux-gpu-ci-pipeline.yml index 165bd804a8ad5..02160d9e42ded 100644 --- a/tools/ci_build/github/azure-pipelines/linux-gpu-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/linux-gpu-ci-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### parameters: - name: CudaVersion diff --git a/tools/ci_build/github/azure-pipelines/linux-gpu-tensorrt-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/linux-gpu-tensorrt-ci-pipeline.yml index 75e4ba54006d8..ebe2a1e8844a3 100644 --- a/tools/ci_build/github/azure-pipelines/linux-gpu-tensorrt-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/linux-gpu-tensorrt-ci-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### parameters: - name: CudaVersion diff --git a/tools/ci_build/github/azure-pipelines/linux-migraphx-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/linux-migraphx-ci-pipeline.yml index 9cf7a3fb42397..cd05760042a0d 100644 --- a/tools/ci_build/github/azure-pipelines/linux-migraphx-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/linux-migraphx-ci-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### name: 'linux_ci_$(Date:yyyyMMdd)_$(Rev:r)' diff --git a/tools/ci_build/github/azure-pipelines/linux-openvino-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/linux-openvino-ci-pipeline.yml index c92fc93abba37..c4bf8dd2e9827 100644 --- a/tools/ci_build/github/azure-pipelines/linux-openvino-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/linux-openvino-ci-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### jobs: diff --git a/tools/ci_build/github/azure-pipelines/linux-qnn-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/linux-qnn-ci-pipeline.yml index 8fa5bdbf90931..167906850e407 100644 --- a/tools/ci_build/github/azure-pipelines/linux-qnn-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/linux-qnn-ci-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### parameters: diff --git a/tools/ci_build/github/azure-pipelines/mac-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/mac-ci-pipeline.yml index 5894631739ac8..40dafe582c8be 100644 --- a/tools/ci_build/github/azure-pipelines/mac-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/mac-ci-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### stages: diff --git a/tools/ci_build/github/azure-pipelines/mac-coreml-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/mac-coreml-ci-pipeline.yml index a3f56f5c448a9..53a8e42f8cde4 100644 --- a/tools/ci_build/github/azure-pipelines/mac-coreml-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/mac-coreml-ci-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### jobs: diff --git a/tools/ci_build/github/azure-pipelines/mac-ios-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/mac-ios-ci-pipeline.yml index a1ca68c8279e7..690b49e83613b 100644 --- a/tools/ci_build/github/azure-pipelines/mac-ios-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/mac-ios-ci-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### jobs: diff --git a/tools/ci_build/github/azure-pipelines/mac-ios-packaging-pipeline.yml b/tools/ci_build/github/azure-pipelines/mac-ios-packaging-pipeline.yml index 5fd15b64e03b6..b8849c8c293fd 100644 --- a/tools/ci_build/github/azure-pipelines/mac-ios-packaging-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/mac-ios-packaging-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### parameters: diff --git a/tools/ci_build/github/azure-pipelines/mac-react-native-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/mac-react-native-ci-pipeline.yml index 886bacf5aac4d..9aa3be9585d3d 100644 --- a/tools/ci_build/github/azure-pipelines/mac-react-native-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/mac-react-native-ci-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### parameters: diff --git a/tools/ci_build/github/azure-pipelines/orttraining-linux-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/orttraining-linux-ci-pipeline.yml index d8f02054a3216..7a0b5603d89e3 100644 --- a/tools/ci_build/github/azure-pipelines/orttraining-linux-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/orttraining-linux-ci-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### resources: diff --git a/tools/ci_build/github/azure-pipelines/orttraining-linux-gpu-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/orttraining-linux-gpu-ci-pipeline.yml index 2d2719fef8f3d..c094a67ee8180 100644 --- a/tools/ci_build/github/azure-pipelines/orttraining-linux-gpu-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/orttraining-linux-gpu-ci-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### jobs: diff --git a/tools/ci_build/github/azure-pipelines/orttraining-linux-gpu-ortmodule-distributed-test-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/orttraining-linux-gpu-ortmodule-distributed-test-ci-pipeline.yml index 654bc0921556a..6c832a336c6db 100644 --- a/tools/ci_build/github/azure-pipelines/orttraining-linux-gpu-ortmodule-distributed-test-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/orttraining-linux-gpu-ortmodule-distributed-test-ci-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### stages: diff --git a/tools/ci_build/github/azure-pipelines/orttraining-mac-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/orttraining-mac-ci-pipeline.yml index a04de65e3c37e..112806951b096 100644 --- a/tools/ci_build/github/azure-pipelines/orttraining-mac-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/orttraining-mac-ci-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### stages: diff --git a/tools/ci_build/github/azure-pipelines/triggers/skip-js.yml b/tools/ci_build/github/azure-pipelines/triggers/skip-js.yml index 7ddc8e6e2b1e9..c413e1049aa11 100644 --- a/tools/ci_build/github/azure-pipelines/triggers/skip-js.yml +++ b/tools/ci_build/github/azure-pipelines/triggers/skip-js.yml @@ -10,7 +10,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -23,4 +25,6 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' diff --git a/tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml index 53eea1d69fb0e..6c116b5901940 100644 --- a/tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### parameters: diff --git a/tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml index eee38ac04b355..84fdc73ff3af2 100644 --- a/tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### parameters: diff --git a/tools/ci_build/github/azure-pipelines/win-gpu-tensorrt-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/win-gpu-tensorrt-ci-pipeline.yml index 6cbe20bb93463..92fafeebd7ce9 100644 --- a/tools/ci_build/github/azure-pipelines/win-gpu-tensorrt-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/win-gpu-tensorrt-ci-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### jobs: diff --git a/tools/ci_build/github/azure-pipelines/win-qnn-arm64-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/win-qnn-arm64-ci-pipeline.yml index dc861f7f1ed79..85a91cfd89b31 100644 --- a/tools/ci_build/github/azure-pipelines/win-qnn-arm64-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/win-qnn-arm64-ci-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### parameters: diff --git a/tools/ci_build/github/azure-pipelines/win-qnn-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/win-qnn-ci-pipeline.yml index 534d5c6d6135b..a9b4e2cdafc8b 100644 --- a/tools/ci_build/github/azure-pipelines/win-qnn-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/win-qnn-ci-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,7 +26,9 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### parameters: From 1135dad5b4c107ad8a9f5c3b2cd2d81fb3f0b065 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Wed, 13 Mar 2024 14:25:03 +0800 Subject: [PATCH 2/3] update --- .../github/azure-pipelines/bigmodels-ci-pipeline.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/bigmodels-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/bigmodels-ci-pipeline.yml index 43dedbc394c38..976b03a1c91fd 100644 --- a/tools/ci_build/github/azure-pipelines/bigmodels-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/bigmodels-ci-pipeline.yml @@ -11,7 +11,9 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' + - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -24,8 +26,10 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' + - 'js/common/lib' - 'onnxruntime/core/providers/js' -#### end trigger ####parameters: + - 'onnxruntime/wasm/js_internal_api.js' +#### end trigger #### # reference: https://github.com/microsoft/onnxruntime/blob/main/onnxruntime/python/tools/transformers/models/stable_diffusion/README.md parameters: From a4781266b0edc167e8524999e5a9f0f4098d819d Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Wed, 13 Mar 2024 16:55:50 +0800 Subject: [PATCH 3/3] rm extra-index-url --- .../github/azure-pipelines/bigmodels-ci-pipeline.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/bigmodels-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/bigmodels-ci-pipeline.yml index 976b03a1c91fd..05d65d0c8fc04 100644 --- a/tools/ci_build/github/azure-pipelines/bigmodels-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/bigmodels-ci-pipeline.yml @@ -11,9 +11,7 @@ trigger: - CONTRIBUTING.md - BUILD.md - 'js/web' - - 'js/common/lib' - 'onnxruntime/core/providers/js' - - 'onnxruntime/wasm/js_internal_api.js' pr: branches: include: @@ -26,9 +24,7 @@ pr: - CONTRIBUTING.md - BUILD.md - 'js/web' - - 'js/common/lib' - 'onnxruntime/core/providers/js' - - 'onnxruntime/wasm/js_internal_api.js' #### end trigger #### # reference: https://github.com/microsoft/onnxruntime/blob/main/onnxruntime/python/tools/transformers/models/stable_diffusion/README.md @@ -218,7 +214,7 @@ stages: python3 -m pip install /Release/*.whl; \ pushd /workspace/onnxruntime/python/tools/transformers/models/stable_diffusion; \ python3 -m pip install -r requirements-cuda11.txt; \ - python3 -m pip install --upgrade polygraphy onnx-graphsurgeon --extra-index-url https://pypi.ngc.nvidia.com; \ + python3 -m pip install --upgrade polygraphy onnx-graphsurgeon ;\ echo Generate an image guided by a text prompt; \ python3 demo_txt2img.py --framework-model-dir /model_cache --seed 1 --deterministic "astronaut riding a horse on mars" ; \ find $(pwd)/ORT_CUDA -name "*.png" -exec cp {} /images/ \; ; \