0

[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:
Quinten Yearsley
2019-01-17 14:04:30 +00:00
committed by Commit Bot
parent 20ea41d1b1
commit 3b11f2fb46
2 changed files with 11 additions and 0 deletions

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

@ -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