cleanup: upgrade e2e test tools#296
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 |
| # 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.
may be v1.32.2 is better?
Also do we need to see the kind version? 🤔
There was a problem hiding this comment.
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
|
/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?