-
Notifications
You must be signed in to change notification settings - Fork 4.8k
[WIP] OCPBUGS-78576: fix vgs tests flaky #30892
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: openshift/origin
Length of output: 1444
Replace
k8s.io/kubernetesmapping back to the OpenShift-managed version.Line 447 replaces
k8s.io/kuberneteswithgithub.com/Phaow/kubernetes v1.23.0-alpha..., which is isolated from the rest of the Kubernetes module stack. All other k8s modules (api,apimachinery,apiserver,client-go, etc.) point togithub.com/openshift/kubernetes/staging/with versionv0.0.0-20251017123720-96593f323733. The outlier also introduces a version regression:v1.23.0-alphavs. the direct requirementv1.34.1fork8s.io/kubernetes(11+ minor versions behind).This divergence from the curated OpenShift ecosystem creates supply-chain and compatibility risk. If temporary for flake mitigation, document the exception with a clear rollback timeline.
🤖 Prompt for AI Agents