-
Notifications
You must be signed in to change notification settings - Fork 2.8k
fix kops job generator #35878
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: master
Are you sure you want to change the base?
fix kops job generator #35878
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
756053d to
60d3be2
Compare
| for k8s_version in k8s_versions: | ||
| for kops_version in [None]: # TODO: all kops_versions: | ||
| for kops_version in kops_versions: | ||
| distro_short = distro.replace('ubuntu', 'u').replace('debian', 'deb').replace('amazonlinux', 'amzn') |
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.
I assume this is because we get names that are too long otherwise (for use as cluster names?)
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.
Yes, it's currently like that for the AWS jobs.
60d3be2 to
2481798
Compare
| def generate_misc(): | ||
| results = [ | ||
| # A one-off scenario testing the k8s.gcr.io mirror | ||
| build_test(name_override="kops-scenario-gcr-mirror", |
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.
Let's keep this test. The failure here is intentional. The comment is misleading.
Busy PR, but it does the following:
I'll fix up the upgrade jobs in a separate PR