fix(ci): use renamed gcloud GKE auth plugin package in e2e-runner image - #5406
Merged
jonkoops merged 1 commit intoSep 15, 2026
Merged
Conversation
Google's apt repo replaced google-cloud-sdk-gke-gcloud-auth-plugin with google-cloud-cli-gke-gcloud-auth-plugin, which broke the Build e2e-runner workflow on ubuntu-24.04 and ubuntu-24.04-arm. Signed-off-by: Jon Koops <jonkoops@gmail.com>
|
polasudo
approved these changes
Sep 15, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5406 +/- ##
==========================================
- Coverage 63.68% 59.69% -3.99%
==========================================
Files 121 109 -12
Lines 2288 2062 -226
Branches 527 477 -50
==========================================
- Hits 1457 1231 -226
- Misses 829 830 +1
+ Partials 2 1 -1
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
This was referenced Sep 15, 2026
jonkoops
added a commit
to jonkoops/rhdh
that referenced
this pull request
Sep 18, 2026
…ge (redhat-developer#5406) Google's apt repo replaced google-cloud-sdk-gke-gcloud-auth-plugin with google-cloud-cli-gke-gcloud-auth-plugin, which broke the Build e2e-runner workflow on ubuntu-24.04 and ubuntu-24.04-arm. Signed-off-by: Jon Koops <jonkoops@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



The e2e-runner image build fails when installing Google Cloud CLI: apt no longer provides
google-cloud-sdk-gke-gcloud-auth-pluginand points togoogle-cloud-cli-gke-gcloud-auth-plugininstead. This updates.ci/images/Dockerfileto use the new package name.This showed up on #5405 because
push-e2e-runner.yamlruns when.yarnrc.ymlchanges; the failure is unrelated to the Yarn install-script work there.