mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-24289 Add ignore-list pattern, in evergreen.yml, to prevent triggering unnecessary builds
This commit is contained in:
parent
eb9810a174
commit
db2fe00da4
@ -22,6 +22,21 @@
|
||||
stepback: true
|
||||
command_type: system
|
||||
|
||||
# Files that match an ignore-list pattern will not trigger a build, if they're the only modified
|
||||
# files in the patch.
|
||||
ignore:
|
||||
- ".*"
|
||||
- "!.clang-format"
|
||||
- "!.eslintrc.yml"
|
||||
- "*.md"
|
||||
- "*.rst"
|
||||
- "*.txt"
|
||||
- "/distsrc/**"
|
||||
- "/docs/**"
|
||||
- "/etc/*.yml"
|
||||
- "!/etc/evergreen.yml"
|
||||
- "README"
|
||||
|
||||
## Some variables for convenience:
|
||||
variables:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user