mirror of https://github.com/kubernetes/kops.git
Merge pull request #11473 from rifelpet/release-docs-tg
Add instructions for updating the k8s versions periodic jobs
This commit is contained in:
commit
a86f386cda
|
@ -32,7 +32,10 @@ In order to create a new release branch off of master prior to a beta release, p
|
||||||
|
|
||||||
1. Update the periodic E2E Prow jobs for the "next" kOps/Kubernetes minor version.
|
1. Update the periodic E2E Prow jobs for the "next" kOps/Kubernetes minor version.
|
||||||
* Edit [build_jobs.py](https://github.com/kubernetes/test-infra/tree/master/config/jobs/kubernetes/kops/build_jobs.py)
|
* Edit [build_jobs.py](https://github.com/kubernetes/test-infra/tree/master/config/jobs/kubernetes/kops/build_jobs.py)
|
||||||
to add the new minor version to `k8s_versions` and `kops_versions`.
|
to add the new minor version to `k8s_versions` and `kops_versions`.
|
||||||
|
Also update the list of minor versions in `generate_versions()`.
|
||||||
|
* Edit the [testgrid config.yaml](https://github.com/kubernetes/test-infra/blob/master/config/testgrids/kubernetes/kops/config.yaml)
|
||||||
|
to add the new minor version to both lists in the file, prefixed with `kops-k8s-`.
|
||||||
* Remove the oldest minor version from each of those lists.
|
* Remove the oldest minor version from each of those lists.
|
||||||
* Run the `build_jobs.py` script.
|
* Run the `build_jobs.py` script.
|
||||||
2. Edit [kops-presubmits.yaml](https://github.com/kubernetes/test-infra/tree/master/config/jobs/kubernetes/kops/kops-presubmits.yaml)
|
2. Edit [kops-presubmits.yaml](https://github.com/kubernetes/test-infra/tree/master/config/jobs/kubernetes/kops/kops-presubmits.yaml)
|
||||||
|
|
Loading…
Reference in New Issue