-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Run k/k's e2e suite via new kubetest2 make target #10504
Conversation
Skipping CI for Draft Pull Request. |
/test pull-kops-e2e-kubernetes-aws-kubetest2 |
/test pull-kops-e2e-kubernetes-aws-kubetest2 |
/test pull-kops-e2e-kubernetes-aws-kubetest2 |
1 similar comment
/test pull-kops-e2e-kubernetes-aws-kubetest2 |
dc38f1c
to
fbfb004
Compare
/test pull-kops-e2e-kubernetes-aws-kubetest2 |
fbfb004
to
b38c20b
Compare
/test pull-kops-e2e-kubernetes-aws-kubetest2 |
b38c20b
to
95b7210
Compare
/test pull-kops-e2e-kubernetes-aws-kubetest2 |
/test pull-kops-e2e-kubernetes-aws-kubetest2 |
2 similar comments
/test pull-kops-e2e-kubernetes-aws-kubetest2 |
/test pull-kops-e2e-kubernetes-aws-kubetest2 |
I think this is ready for review. The test is failing because kubetest2 doesn't yet download the same kubectl version as the e2e test version because it assumes we're building k/k from source. In our case it falls back to the kubectl baked into the prow job's image which i believe is 1.20.X and causes a minor test failure due to some text change. Ideally kubetest2 would support downloading the kubernetes client tar along side the test tar but we can probably build that into our implementation in the short term. Regardless, I dont think that is a blocker for this PR. Next steps are:
|
This looks great - excited to see this! I would love to get a kops upgrade test going! /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb, rifelpet 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 |
/retest Review the full test history for this PR. Silence the bot with an |
@rifelpet: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
kubetest2 doesn't download a kubectl client from the same version being tested, so the mismatch is causing test failures. Until we can download kubectl we'll use the same minor version as /usr/local/bin/kubectl baked into the prow image
92e0ac7
to
83eeccc
Compare
/lgtm |
ref: kubernetes/test-infra#20349