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

Create jobs for the release-1.2 branch #6671

Closed
ykakarap opened this issue Jun 18, 2022 · 5 comments
Closed

Create jobs for the release-1.2 branch #6671

ykakarap opened this issue Jun 18, 2022 · 5 comments
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@ykakarap
Copy link
Contributor

ykakarap commented Jun 18, 2022

Hey folks,
The release-1.2 branch is going to be created. Now we can setup the jobs in test-infra for that branch.

We have to do the following:

  • Add the new sig-cluster-lifecycle-cluster-api-1.2 dashboard group and dashboard in https://github.com/kubernetes/test-infra/blob/ff46c2790d6d0f795a5aacaa96ecd307da230605/config/testgrids/kubernetes/sig-cluster-lifecycle/config.yaml
  • Copy cluster-api-periodics-main.yaml, cluster-api-periodics-main-upgrades.yaml and cluster-api-presubmits-main.yaml and name the new files cluster-api-periodics-release-1.2.yaml, cluster-api-periodics-release-1.2-upgrades.yaml and cluster-api-presubmits-release-1.2.yaml
  • Adjust the jobs in the copied files for the release branch, i.e.:
    • Rename the jobs, e.g.: periodic-cluster-api-test-main => periodic-cluster-api-test-release-1-2 (the hyphen in 1-2 is important, 1.2 wouldn't be a valid job name)
    • Change extra_refs[].base_ref to release-1.2
    • Change annotations.testgrid-dashboards to sig-cluster-lifecycle-cluster-api-1.2
    • Change annotations.testgrid-tab-name, e.g. capi-test-main => capi-test-release-1-2
    • For periodics additionally:
      • change interval (please use the same intervals as we use in the corresponding jobs in the release-1-0 files)
    • For presubmits additionally:
      • adjust branches: ^main$ => ^release-1.2$

/kind feature

Part of: #6615

@k8s-ci-robot k8s-ci-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Jun 18, 2022
@ykakarap
Copy link
Contributor Author

/assign

@fabriziopandini
Copy link
Member

@ykakarap could you transform the issue description into a list/checklist for better readability?

@ykakarap
Copy link
Contributor Author

@ykakarap could you transform the issue description into a list/checklist for better readability?

Done. Thanks for pointing out the formatting corruption.

@ykakarap
Copy link
Contributor Author

/close

The test-infra PR is merged: kubernetes/test-infra#26621

@k8s-ci-robot
Copy link
Contributor

@ykakarap: Closing this issue.

In response to this:

/close

The test-infra PR is merged: kubernetes/test-infra#26621

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.

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

No branches or pull requests

3 participants