[tricium] Set -tricium git attributes for chromium
This would disable Tricium* running jobs on files in third_party/, with the exception of third_party/blink/, which should be analyzed except for web test expectation files. * https://chromium.googlesource.com/infra/infra/+/master/go/src/infra/tricium Bug: 904007 Change-Id: I5369a20cc42417756430adc46f9efe0114b7f385 Reviewed-on: https://chromium-review.googlesource.com/c/1394935 Reviewed-by: Scott Violet <sky@chromium.org> Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org> Commit-Queue: Marc-Antoine Ruel <maruel@chromium.org> Cr-Commit-Position: refs/heads/master@{#623674}
This commit is contained in:

committed by
Commit Bot

parent
20ea41d1b1
commit
3b11f2fb46
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -43,3 +43,6 @@ README text eol=lf
|
||||
README.* text eol=lf
|
||||
WATCHLISTS text eol=lf
|
||||
VERSION text eol=lf
|
||||
|
||||
# Skip Tricium by default on files in third_party.
|
||||
third_party/** -tricium
|
||||
|
8
third_party/blink/.gitattributes
vendored
Normal file
8
third_party/blink/.gitattributes
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
# By default, enable Tricium for files in blink,
|
||||
# even if Tricium is disabled for most of third_party.
|
||||
* tricium
|
||||
|
||||
# Skip web test expectation files.
|
||||
*-expected.txt -tricium
|
||||
*-expected.png -tricium
|
||||
*-expected.wav -tricium
|
Reference in New Issue
Block a user