Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update trigger rules for js change #19881

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pr:
- BUILD.md
- 'js/web'
- 'onnxruntime/core/providers/js'
#### end trigger ####parameters:
#### end trigger ####

# reference: https://github.com/microsoft/onnxruntime/blob/main/onnxruntime/python/tools/transformers/models/stable_diffusion/README.md
parameters:
Expand Down Expand Up @@ -214,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/ \; ; \
Expand Down
4 changes: 4 additions & 0 deletions tools/ci_build/github/azure-pipelines/linux-ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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)'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions tools/ci_build/github/azure-pipelines/mac-ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions tools/ci_build/github/azure-pipelines/mac-ios-ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
Loading
Loading