New issue
Advanced search Search tips

Issue 837273 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Automatically add Blink try jobs to some CLs to provide more layout tests coverage

Project Member Reported by robertma@chromium.org, Apr 26 2018

Issue description

Currently, we have three CQ bots that run layout tests:

* linux_chromium_rel_ng (Linux Trusty)
* mac_chromium_rel_ng (Mac 10.12 I think? will be 10.13 soon)
* win7_chromium_rel_ng (layout tests were actually temporarily taken off the bot and are currently experimental because of an infra issue)

So we don't have coverage for other Mac & Windows versions. This is fine generally, but for some CLs (e.g. those changing blinkpy/), we might want to include all Blink try bots to ensure we have full coverage and avoid missing a whole family of OS if any of the three bots is temporarily disabled (like Windows recently).
 
Just need to modify here (thank sugoi@ for the pointer):
https://cs.chromium.org/chromium/src/third_party/blink/PRESUBMIT.py?l=246

Sign in to add a comment