Bug 1946624: Disable repo_gpgcheck for Google Cloud SDK repo in CI#12319
Bug 1946624: Disable repo_gpgcheck for Google Cloud SDK repo in CI#12319patrickdillon wants to merge 1 commit intoopenshift:release-3.11from
Conversation
The Google Cloud SDK repo is throwing an error: repomd.xml signature could not be verified when trying to install google cloud sdk with yum with repo_gpgcheck=1 enabled Disable the GPG check per Google's recommendation: https://cloud.google.com/compute/docs/troubleshooting/known-issues#known_issues_for_linux_vm_instances As that doc states: Yum repositories do not usually use GPG keys for repository validation. Instead, the https endpoint is trusted.
|
@patrickdillon: This pull request references Bugzilla bug 1946624, which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: patrickdillon The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/bugzilla refresh |
|
@patrickdillon: This pull request references Bugzilla bug 1946624, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Bugzilla (gpei@redhat.com), skipping review request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@patrickdillon: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
This resolves google cloud sdk issue: But now we're hitting: |
|
pip failure comment here, for reference, #12315 (comment) |
|
/close |
|
@patrickdillon: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@patrickdillon: This pull request references Bugzilla bug 1946624. The bug has been updated to no longer refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The Google Cloud SDK repo is throwing an error:
Disable the GPG check per Google's recommendation:
https://cloud.google.com/compute/docs/troubleshooting/known-issues#known_issues_for_linux_vm_instances
As that doc states: