-
-
Notifications
You must be signed in to change notification settings - Fork 33
cleanup: upgrade e2e test tools #296
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
Conversation
/kind cleanup |
Can you fix the test first? |
cc5c325
to
067bc5c
Compare
/retest |
Can't reproduce it in my test environment. I'm not sure if the error is caused by insufficient CPU/memory resources of the CI virtual machine. @kerthcet |
@@ -1,8 +1,8 @@ | |||
include Makefile-deps.mk | |||
|
|||
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. | |||
ENVTEST_K8S_VERSION = 1.28.3 | |||
ENVTEST_LWS_VERSION = v0.4.0 | |||
ENVTEST_K8S_VERSION = 1.32.0 |
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.
may be v1.32.2
is better?
Also do we need to see the kind version? 🤔
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.
The latest setup-envtest binary doesn't support 1.32.2.
./bin/setup-envtest use
Version: 1.32.0
OS/Arch: linux/amd64
sha512: 3a9584af30d041c42893d8f7a860aa434976d4aee479cf2e9a50a9e5677dcc83d3012a2146a6feb5b2e95a7b3c6f657ae9c591745981262da8b06e4b61dcdf17
Path: /home/codespace/.local/share/kubebuilder-envtest/k8s/1.32.0-linux-amd64
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.
got this.
/retest |
retest works now with #302 supports. |
This usually happens because of the model downloading too slow. Let me check. |
/lgtm |
/triage accepted |
Just to trigger the workflow again. |
What this PR does / why we need it
Raised at kubernetes-sigs/kind#3748.
By the way, upgrade the versions of other dependent tools.
Which issue(s) this PR fixes
Fixes #
Special notes for your reviewer
Does this PR introduce a user-facing change?