-
Notifications
You must be signed in to change notification settings - Fork 133
CORS-4204: Support Storage Endpoint override #1253
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
base: main
Are you sure you want to change the base?
Conversation
@barbacbd: This pull request references CORS-4204 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.21.0" version, but no target version was set. In 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 openshift-eng/jira-lifecycle-plugin repository. |
/cc @flavianmissi |
/hold |
** Go Get update on openshift/api. github.com/openshift/api v0.0.0-20250806102053-6a7223edb2fc ** Go mod vendor (requires updates to numerous packages).
d9c4fe9
to
8b5e82e
Compare
/hold cancel |
@barbacbd: This pull request references CORS-4204 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.21.0" version, but no target version was set. In 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 openshift-eng/jira-lifecycle-plugin repository. |
8e0328d
to
fa0d4cf
Compare
** Add Clock to the `configv1helpers.SetStatusCondition`, because the number of arguments changed to 3 to include a clock. RealClock{} is passed.
fa0d4cf
to
b14707d
Compare
** Pass the feature gates to the GCS driver. ** Search for the correct featuregate and grab the service endpoints. When the endpoint for the storage api is provided, then use the endpoint to override the endpoint when the client is created.
** Update tests to include fake feature gate information. pkg/storage/swift: ** Update test to stop complaining about bad string formatting.
b14707d
to
f666b47
Compare
/retest-required |
1 similar comment
/retest-required |
it looks like more tests have become flaky in the e2e-*-operator suite, particularly the TestScaleUp. /retest |
/test e2e-gcp-operator |
/retets-required |
/retest-required |
1 similar comment
/retest-required |
/test e2e-gcp-operator |
As far as I can tell this test is perma-failing on gcp and azure. It's extremely flaky on aws but it does pass there. I triggered the e2e-gcp-operator from another PR to see if the issue shows up there as well: https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/openshift_cluster-image-registry-operator/1257/pull-ci-openshift-cluster-image-registry-operator-main-e2e-gcp-operator/1967513228040736768 I'll override these tests if we observe them failing on other PRs too. |
These operator tests are flaking more and more :( The one I ran on a different PR also failed on I'll override the test here so we can unblock this PR. |
@flavianmissi: Overrode contexts on behalf of flavianmissi: ci/prow/e2e-aws-operator, ci/prow/e2e-azure-operator, ci/prow/e2e-gcp-operator In 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-sigs/prow repository. |
/approve |
/verifed by ci/prow/e2e-gcp-ovn |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: barbacbd, flavianmissi, patrickdillon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
installer docs should cover the changes in here. since this change is an extension of platform functionality I don't think we need to involve IR PX either. /label px-approved @xiuwang could you please help with verification? |
New changes are detected. LGTM label has been removed. |
@barbacbd: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
** Go Get update on openshift/api. github.com/openshift/api v0.0.0-20250806102053-6a7223edb2fc ** Go mod vendor (requires updates to numerous packages).