Skip to content

Conversation

@upodroid
Copy link
Member

@upodroid upodroid commented Nov 6, 2025

Busy PR, but it does the following:

  • drops kubernetes 1.31 jobs
  • drops kops 1.31 and older
  • adds kops 1.33 and 1.34 jobs
  • I removed duplicate jobs from the misc board, as they exist elsewhere
  • unified the distro lists so we should have every os combination configured correctly
  • add kindnet as a cni option

I'll fix up the upgrade jobs in a separate PR

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. area/config Issues or PRs related to code in /config size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. area/jobs labels Nov 6, 2025
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. sig/testing Categorizes an issue or PR as relevant to SIG Testing. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Nov 6, 2025
@upodroid upodroid force-pushed the kops-job-fixes branch 3 times, most recently from 756053d to 60d3be2 Compare November 6, 2025 15:12
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')
Copy link
Member

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?)

Copy link
Member Author

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.

def generate_misc():
results = [
# A one-off scenario testing the k8s.gcr.io mirror
build_test(name_override="kops-scenario-gcr-mirror",
Copy link
Member

@ameukam ameukam Nov 8, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/config Issues or PRs related to code in /config area/jobs area/testgrid cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants