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

Enable deprecated docker pull functionalty to fix nightlies. #7196

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

zenmonkeykstop
Copy link
Contributor

@zenmonkeykstop zenmonkeykstop commented Jun 28, 2024

Status

RfR

Description of Changes

Fixes #7195 .

  • Enables deprecated docker pull feature to fix staging-tests-with rebase CI job, run both nightly and for branches prefixed with stg-

Testing

  • CI is passing, in particular staging-test-with-rebase

Deployment

n/a - CI only.

@zenmonkeykstop zenmonkeykstop requested a review from a team as a code owner June 28, 2024 18:41
Copy link
Member

@legoktm legoktm left a comment

Choose a reason for hiding this comment

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

Acceptable for now :/

@legoktm legoktm merged commit e6f0941 into develop Jul 1, 2024
13 checks passed
@legoktm legoktm deleted the stg-mig-gce-fix branch July 1, 2024 22:43
legoktm added a commit that referenced this pull request Aug 13, 2024
We have not updated our gcloud-sdk image since 2018 and it's really not
worth us maintaining this when Google provides its own image.

We now authenticate using the method documented at
<https://cloud.google.com/sdk/docs/downloads-docker>, in which we invoke
the container to login, which creates a volume that can be used in
future calls. This means we no longer need to have a running container
that we exec into; we can just create a new container each time we want
to make a gcloud call.

Fixes #7195.
Fixes #7196.
legoktm added a commit that referenced this pull request Aug 15, 2024
We have not updated our gcloud-sdk image since 2018 and it's really not
worth us maintaining this when Google provides its own image.

We now authenticate using the method documented at
<https://cloud.google.com/sdk/docs/downloads-docker>, in which we invoke
the container to login, which creates a volume that can be used in
future calls. This means we no longer need to have a running container
that we exec into; we can just create a new container each time we want
to make a gcloud call.

Fixes #7195.
Fixes #7196.
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.

Nightly CircleCI staging-test-with-rebase jobs are failing
3 participants