-
Notifications
You must be signed in to change notification settings - Fork 16
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 e2e tests without specifying an image config file #80
Run e2e tests without specifying an image config file #80
Conversation
We should explicitly set Thoughts? |
/retest |
/test pull-kubernetes-node-arm64-e2e-containerd-ec2-canary |
/retest |
/cc @dims |
/approve |
/retest |
1 similar comment
/retest |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, upodroid 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 |
The serial tests are too flaky |
This change is designed to work with kubetest2 changes.
Right now, an image config file that looks like this is required:
This is quite burdensome and I'm proposing the following changes:
Pass everything required as flags to kubetest2 so the generator I'm writing can work easily. kops configures all their various mutations by various flags being passed to kubetest2.
For example, to run ubuntu2204 tests, all I would do is pass two different for values for the
instance-type
andimages
arguments and use a commonuser-data-file
/cc @dims