dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.15k stars 9.92k forks source link

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

Closed MackinnonBuck closed 1 month ago

MackinnonBuck commented 3 months ago

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.

MackinnonBuck commented 3 months ago

Another option might be to use the MCR Playwright docker image and migrate the WebAssembly benchmarks over to Playwright.