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

Use system gcloud by default #12

Merged
merged 2 commits into from
Oct 31, 2024
Merged

Use system gcloud by default #12

merged 2 commits into from
Oct 31, 2024

Conversation

figadore
Copy link
Member

this is faster by about 20 seconds per job (which is ~1 minute for most jobs that push a docker image). this would be a breaking change for any job that installs custom gcloud components, which at the moment does not appear to include any repos. this will also mean that the latest gcloud is not always installed if the default github actions runner does not have the latest version. there is a new parameter that allows this behavior to be overridden

this is faster by about 20 seconds per job. this is a breaking change for any job that installs custom gcloud components, which at the moment does not appear to include any repos. this will also mean that the latest gcloud is not always installed if the default github actions runner does not have the latest version
@figadore figadore requested a review from a team as a code owner September 18, 2024 19:18
@figadore
Copy link
Member Author

figadore commented Oct 7, 2024

according to https://vivante-team.slack.com/archives/C022KDV0W6P/p1726687226445679, this might break when ubuntu: latest starts referring to 24.04

@figadore figadore merged commit 7903431 into main Oct 31, 2024
@figadore figadore deleted the use-system branch October 31, 2024 20:01
figadore added a commit that referenced this pull request Oct 31, 2024
reverts the default added in #12
this PR should be merged if/when `ubuntu/latest` starts referring to ubuntu 24.04 which ships without a `gcloud` binary built in. this will add ~20 seconds to each job that needs gcloud, so it may also be worth investigating making a custom image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants