dotnet / performance

This repo contains benchmarks used for testing the performance of all .NET Runtimes
MIT License
700 stars 272 forks source link

Ensure ubuntu arm64 pipeline runs use the ubuntu dotnet prereqs container #4348

Closed caaavik-msft closed 3 months ago

caaavik-msft commented 3 months ago

Runs on ubuntu arm64 were failing as lttng was not installed on the agent machine. This PR ensures that the prereqs container is used so these runs should start passing again.

LoopedBard3 commented 3 months ago

Looks good, though does adding this container and vmimage make a difference when we are running on baremetal, or is it just the container for the pipeline/build steps?

caaavik-msft commented 3 months ago

Looks good, though does adding this container and vmimage make a difference when we are running on baremetal, or is it just the container for the pipeline/build steps?

This just affects the Azure Pipelines agent, it has no effect on the helix job