hashicorp / ghaction-terraform-provider-release

Reusable GitHub Action Workflows for releasing HashiCorp, partner, and community Terraform Providers
Mozilla Public License 2.0
16 stars 9 forks source link

[INT-only] Switch to custom runners for internal HashiCorp providers #18

Closed mdeggies closed 2 years ago

mdeggies commented 2 years ago

This moves the internal-only providers release jobs to run on custom runners instead of standard github hosted. Custom runners are described in detail here. The main benefit is that the compute size is configurable, so switching over to larger custom runners will reduce timeouts and speed up these jobs.

All existing providers have been allow-listed to use custom runners, but new providers that are created in the hashicorp org will need to be allow-listed. Folks can reach out in #team-rel-eng to get new repositories allow-listed as they are created. We plan to open up usage after custom runners GA in September.

Related slack thread: https://hashicorp.slack.com/archives/CKTBP7N1M/p1659482682178219

github-actions[bot] commented 5 months ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.