Skip to content

Conversation

danmoseley
Copy link
Member

Similar to dotnet/aspnetcore#62206

Takes setup time for each copilot iteration down from 4min->2min at nominal cost. 16 c ore isn't worth it.

experimental data: https://github.com/dotnet/aspire/actions/workflows/copilot-setup-steps.yml

@github-actions github-actions bot added the area-engineering-systems infrastructure helix infra engineering repo stuff label Jun 2, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR modifies the GitHub Actions workflow for the copilot setup to use an 8-core runner instead of the default runner, aiming to reduce setup times from 4 minutes to 2 minutes.

  • Updates the runner configuration from "ubuntu-latest" to "8-core-ubuntu-latest".
  • Aligns build resource allocation with experimental performance data.
Comments suppressed due to low confidence (1)

.github/workflows/copilot-setup-steps.yml:9

  • Ensure that the custom runner label '8-core-ubuntu-latest' is registered and available for use. Consider adding a comment to clarify the purpose and expected performance improvements with this custom configuration.
runs-on: 8-core-ubuntu-latest

@danmoseley danmoseley merged commit 104ae2f into dotnet:main Jun 2, 2025
253 of 254 checks passed
@danmoseley danmoseley deleted the speedupcopilotprebuild branch June 2, 2025 11:51
@github-actions github-actions bot locked and limited conversation to collaborators Jul 3, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-engineering-systems infrastructure helix infra engineering repo stuff
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants