Skip to content

Please drastically speed up gcloud installs #610

@andaag

Description

@andaag

TL;DR

Since the gke-gcloud-auth-plugin is required our build times in quite many places got way worse. I have some jobs where google-github-actions/setup-gcloud@v1 takes over a minute, and all the other steps are less than 5s.

Detailed design

The step we are currently using to install gcloud sdk:

    - name: "Setup gcloud sdk"
      uses: google-github-actions/setup-gcloud@v1
      with:
        version: '412.0.0'
        install_components: gke-gcloud-auth-plugin

Additional information

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions