dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

Home Page:https://asp.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update the Blazor WebAssembly perf benchmarks to use a different docker image

MackinnonBuck opened this issue · comments

The Blazor WebAssembly performance benchmarks have been making our builds yellow for some time now, so we've disabled them as of #55812.

The fix is either to add the selenium/standalone-chrome Docker image to MCR or use a different image and set up Chrome and Selenium manually in the Dockerfile. The latter may end up being the better short-term solution.