Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update workflow images to pin to ubuntu-24.04 to fix out of storage errors #3581

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

jafowler
Copy link
Contributor

@jafowler jafowler commented Aug 8, 2024

there is currently a bug with ubuntu-latest workflow image that is causing our workflows to run out of storage
image
actions/runner-images#10386 (comment)

I've verified that the same go binaries are available in 24.04 as 22.04 (which latests is pointed at currently).
https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#go
https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md#go

Looks like @jacobbednarz was looking into this yesterday as well but the cleanups didn't help:
2dade83

@mgirouard mgirouard self-requested a review August 8, 2024 16:21
Copy link
Contributor

github-actions bot commented Aug 8, 2024

Oops! It looks like no changelog entry is attached to this PR. Please include a release note as described in https://github.com/cloudflare/terraform-provider-cloudflare/blob/master/contributing/changelog-process.md.

Example:

```release-note:TYPE
Release note
```

If you do not require a release note to be included and you have permission, please add the workflow/skip-changelog-entry label. Otherwise, a maintainer will add the label or ask you for one when they review the PR.

Copy link
Contributor

@mgirouard mgirouard left a comment

Choose a reason for hiding this comment

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

lgtm

@mgirouard mgirouard added the workflow/skip-changelog-entry Denotes an issue or PR does not require a changelog entry to be added before merging. label Aug 8, 2024
@mgirouard mgirouard merged commit 18de377 into cloudflare:master Aug 8, 2024
10 checks passed
@github-actions github-actions bot added this to the v4.40.0 milestone Aug 8, 2024
@jafowler
Copy link
Contributor Author

jafowler commented Aug 8, 2024

Jk, @jacobbednarz changed DID help. The job we were pointed at that failed was the CHANGELOG action which seems to be failing for quite some some. Can we clean this up if its not being used Jacob?

Copy link
Contributor

This functionality has been released in v4.40.0 of the Terraform Cloudflare Provider.

Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
workflow/skip-changelog-entry Denotes an issue or PR does not require a changelog entry to be added before merging.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants