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

Avoid triggering the tests when there is a change in markdown files #1452

Merged
merged 1 commit into from
Jun 16, 2021
Merged
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
50 changes: 44 additions & 6 deletions tests/ci/azure_pipeline_test/dsvm_notebook_linux_cpu.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,53 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

# Pull request against these branches will trigger this build
# Pull request against these branches will trigger this build, excluding some files
pr:
- main
- staging
branches:
include:
- main
- staging
paths:
exclude:
- contrib/*
- scenarios/*
- tools/*
- README.md
- AUTHORS.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- GLOSSARY.md
- NEWS.md
- SECURITY.md
- SETUP.md
- .gitignore
- examples/README.md
- reco_utils/README.md
- tests/README.md

# Any commit to this branch will trigger the build.
# Any commit to this branch will trigger the build, excluding some files
trigger:
- staging
- main
branches:
include:
- main
- staging
paths:
exclude:
- contrib/*
- scenarios/*
- tools/*
- README.md
- AUTHORS.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- GLOSSARY.md
- NEWS.md
- SECURITY.md
- SETUP.md
- .gitignore
- examples/README.md
- reco_utils/README.md
- tests/README.md

variables:
- group: LinuxAgentPool
Expand Down
50 changes: 44 additions & 6 deletions tests/ci/azure_pipeline_test/dsvm_notebook_linux_gpu.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,53 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

# Pull request against these branches will trigger this build
# Pull request against these branches will trigger this build, excluding some files
pr:
- main
- staging
branches:
include:
- main
- staging
paths:
exclude:
- contrib/*
- scenarios/*
- tools/*
- README.md
- AUTHORS.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- GLOSSARY.md
- NEWS.md
- SECURITY.md
- SETUP.md
- .gitignore
- examples/README.md
- reco_utils/README.md
- tests/README.md

# Any commit to this branch will trigger the build.
# Any commit to this branch will trigger the build, excluding some files
trigger:
- main
- staging
branches:
include:
- main
- staging
paths:
exclude:
- contrib/*
- scenarios/*
- tools/*
- README.md
- AUTHORS.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- GLOSSARY.md
- NEWS.md
- SECURITY.md
- SETUP.md
- .gitignore
- examples/README.md
- reco_utils/README.md
- tests/README.md

variables:
- group: LinuxAgentPool
Expand Down
50 changes: 44 additions & 6 deletions tests/ci/azure_pipeline_test/dsvm_notebook_linux_pyspark.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,53 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

# Pull request against these branches will trigger this build
# Pull request against these branches will trigger this build, excluding some files
pr:
- main
- staging
branches:
include:
- main
- staging
paths:
exclude:
- contrib/*
- scenarios/*
- tools/*
- README.md
- AUTHORS.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- GLOSSARY.md
- NEWS.md
- SECURITY.md
- SETUP.md
- .gitignore
- examples/README.md
- reco_utils/README.md
- tests/README.md

# Any commit to this branch will trigger the build.
# Any commit to this branch will trigger the build, excluding some files
trigger:
- staging
- main
branches:
include:
- main
- staging
paths:
exclude:
- contrib/*
- scenarios/*
- tools/*
- README.md
- AUTHORS.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- GLOSSARY.md
- NEWS.md
- SECURITY.md
- SETUP.md
- .gitignore
- examples/README.md
- reco_utils/README.md
- tests/README.md

variables:
- group: LinuxAgentPool
Expand Down
50 changes: 44 additions & 6 deletions tests/ci/azure_pipeline_test/dsvm_unit_linux_cpu.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,53 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

# Pull request against these branches will trigger this build
# Pull request against these branches will trigger this build, excluding some files
pr:
- main
- staging
branches:
include:
- main
- staging
paths:
exclude:
- contrib/*
- scenarios/*
- tools/*
- README.md
- AUTHORS.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- GLOSSARY.md
- NEWS.md
- SECURITY.md
- SETUP.md
- .gitignore
- examples/README.md
- reco_utils/README.md
- tests/README.md

# Any commit to this branch will trigger the build.
# Any commit to this branch will trigger the build, excluding some files
trigger:
- staging
- main
branches:
include:
- main
- staging
paths:
exclude:
- contrib/*
- scenarios/*
- tools/*
- README.md
- AUTHORS.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- GLOSSARY.md
- NEWS.md
- SECURITY.md
- SETUP.md
- .gitignore
- examples/README.md
- reco_utils/README.md
- tests/README.md

variables:
- group: LinuxAgentPool
Expand Down
50 changes: 44 additions & 6 deletions tests/ci/azure_pipeline_test/dsvm_unit_linux_gpu.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,53 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

# Pull request against these branches will trigger this build
# Pull request against these branches will trigger this build, excluding some files
pr:
- main
- staging
branches:
include:
- main
- staging
paths:
exclude:
- contrib/*
- scenarios/*
- tools/*
- README.md
- AUTHORS.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- GLOSSARY.md
- NEWS.md
- SECURITY.md
- SETUP.md
- .gitignore
- examples/README.md
- reco_utils/README.md
- tests/README.md

# Any commit to this branch will trigger the build.
# Any commit to this branch will trigger the build, excluding some files
trigger:
- staging
- main
branches:
include:
- main
- staging
paths:
exclude:
- contrib/*
- scenarios/*
- tools/*
- README.md
- AUTHORS.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- GLOSSARY.md
- NEWS.md
- SECURITY.md
- SETUP.md
- .gitignore
- examples/README.md
- reco_utils/README.md
- tests/README.md

variables:
- group: LinuxAgentPool
Expand Down
50 changes: 44 additions & 6 deletions tests/ci/azure_pipeline_test/dsvm_unit_linux_pyspark.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,53 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

# Pull request against these branches will trigger this build
# Pull request against these branches will trigger this build, excluding some files
pr:
- main
- staging
branches:
include:
- main
- staging
paths:
exclude:
- contrib/*
- scenarios/*
- tools/*
- README.md
- AUTHORS.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- GLOSSARY.md
- NEWS.md
- SECURITY.md
- SETUP.md
- .gitignore
- examples/README.md
- reco_utils/README.md
- tests/README.md

# Any commit to this branch will trigger the build.
# Any commit to this branch will trigger the build, excluding some files
trigger:
- staging
- main
branches:
include:
- main
- staging
paths:
exclude:
- contrib/*
- scenarios/*
- tools/*
- README.md
- AUTHORS.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- GLOSSARY.md
- NEWS.md
- SECURITY.md
- SETUP.md
- .gitignore
- examples/README.md
- reco_utils/README.md
- tests/README.md

variables:
- group: LinuxAgentPool
Expand Down