As an ANGLE Sheriff. Your job is to:
If you're not an ANGLE team member, you can contact us on the public ANGLE project Google group.
Note: Please review and if needed update the wrangler schedule.
Note: It‘s highly recommend that all wranglers install the Chromium Flake Linker extension for inspecting bot builds. It’ll save you a lot of time.
Note: If you need to suppress test failures (e.g. to keep an auto-roller unblocked), see Handling Test Failures.
Your first job is to keep the ANGLE Try Waterfall healthy. These are also known as the CQ (commit queue) bots. Some failures are expected on this waterfall. Developers might be testing expectedly buggy code. However, persistent flakiness and failures should be reported and appropriate CLs reverted.
For ANGLE issues that require CLs, please file an ANGLE bug and set the Label Hotlist-Wrangler
on the bug. Click here to see those bugs.
When encountering an unexpected failure in a CL that looks ANGLE related, please file an ANGLE bug and cc the current ANGLE wrangler. If the failure is unrelated to ANGLE file a Chromium bug and set the Label Hotlist-PixelWrangler
on the bug (see Filing Chromium Bug Reports below). Refer to build.chromium.org to find the current ANGLE wrangler and GPU Pixel Wrangler.
NOTE: When all builds seem to be purple or otherwise broken:
This could be a major infrastructure outage. File a high-priority bug using g.co/bugatrooper.
ANGLE bugs sometimes make it past the commit queue testing and into the main branch. This can be because of flaky tests or because the failures are specific to system configurations for which we lack full pre-commit testing support.
The Chromium GPU FYI Waterfall waterfall includes a number of these one-off specialized configurations. Monitor this console for persistent breakage that could be related to ANGLE. Also follow Chromium bugs in the Internals>GPU>ANGLE
component to be alerted to reports of breakage on the GPU.FYI waterfall.
Googlers can use sheriff-o-matic to monitor the health of the GPU.FYI waterfall.
The GPU Pixel Wrangler is responsible for the Chromium bugs. Please file issues with the Label Hotlist-PixelWrangler
for bugs that aren't caused by ANGLE regressions.
IMPORTANT info to include in Chromium bug reports:
Internals>GPU
for general GPU bugsInternals>GPU>Testing
for failures that look infrastructure-relatedInternals>GPU>ANGLE
for ANGLE-related Chromium bugsInternals>Skia
for Skia-specific bugsHotlist-PixelWrangler
Label.parent_got_angle_revision
in both builds.got_angle_revision
.https://chromium.googlesource.com/angle/angle.git/+log/<last passing revision>..<first failing revision>
The ANGLE auto-roller automatically updates Chrome with the latest ANGLE changes.
We also use additional auto-rollers to roll third party libraries, and Chromium, into ANGLE once per day:
Please ensure these rollers are also healthy and unblocked. You can trigger manual rolls using the dashboards to land high-priority changes, for example Chromium-side test expectation updates or suppressions. When a roll fails, stop the roller, determine if the root cause is a problem with ANGLE or with the upstream repo, and file an issue with an appropriate next step.
The autoroller configurations live in the skia/buildbot repository in the autoroll/config folder.
NOTE: vulkan-deps consists of several related Vulkan dependencies:
vulkan-deps houses Vulkan-Tools, Vulkan-Loader, Vulkan-ValidationLayers, Vulkan-Headers and other related repos. If the roll fails, you will have to determine the correct upstream repo and file an issue upstream. For more info on vulkan-deps see the README.
Occasionally, a vulkan-deps AutoRoll CL will get an error in the presubmit
bot. For example, see: https://chromium-review.googlesource.com/c/angle/angle/+/3198390 where the export_targets.py
script had trouble with the loader_windows.h
file. The export_targets.py
script sometimes has difficulty with headers. If you cannot see an obvious problem, create a CL that adds the header to IGNORED_INCLUDES
in export_targets.py
.
See more detailed instructions on by following this link.
Most important task here is to keep healthy the 2 SwANGLE bots on ANGLE CQ, linux-swangle-try-tot-angle-x64 and win-swangle-try-tot-angle-x86. As well as the 2 SwANGLE bots used for ANGLE rolls on Chromium CQ, linux-swangle-try-x64 and win-swangle-try-x86.
Same instructions as for Task 1 apply here. Some failures on these bots may be due to SwiftShader changes, however. The possible ways to handle these failures are:
A lower priority task here is to keep healthy all the SwANGLE CI and Try bots.
Any large regressions should be triaged with a new ANGLE bug linked to any suspected CLs that may have caused performance to regress. If it's a known/expected regression, the bug can be closed as such. The tests are very flaky right now, so a WontFix resolution is often appropriate.