Skip to content
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

Implement periodic e2e test jobs using Management Cluster 1.19 and 1.22 #5078

Closed
sbueringer opened this issue Aug 11, 2021 · 2 comments · Fixed by #5103
Closed

Implement periodic e2e test jobs using Management Cluster 1.19 and 1.22 #5078

sbueringer opened this issue Aug 11, 2021 · 2 comments · Fixed by #5103
Assignees
Labels
area/testing Issues or PRs related to testing kind/feature Categorizes issue or PR as related to a new feature.

Comments

@sbueringer
Copy link
Member

sbueringer commented Aug 11, 2021

User Story

As a maintainer of Cluster API I would like to have periodic e2e test coverage for 1.19 and 1.22 management clusters. (the oldest and newest supported stable management cluster versions)

Detailed Description

Context: currently, we're using a hard-coded 1.21.2 management cluster in our e2e tests.

The following steps should be implemented:

  • make the management cluster version configurable (via docker.yaml). Set the default to 1.22 stable
  • change the configuration of our e2e tests jobs:
    • pre-submit:
      • one job which uses the current default version of docker.yaml (which should always be the latest stable Kubernetes release)
    • periodic:
      • one job which uses the current default version of docker.yaml (which should always be the latest stable Kubernetes release)
      • one job which uses the oldest supported stable version (i.e. stable 1.19)
  • update the job documentation

Anything else you would like to add:

[Miscellaneous information that will assist in solving the issue.]

/kind feature
/area testing

@k8s-ci-robot k8s-ci-robot added kind/feature Categorizes issue or PR as related to a new feature. area/testing Issues or PRs related to testing labels Aug 11, 2021
@sbueringer
Copy link
Member Author

/assign

@sbueringer
Copy link
Member Author

Note to myself: also update the job documentation (including other recent changes to our jobs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing Issues or PRs related to testing kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants