Skip to content

Commit be3522b

Browse files
Add github workflow branches to CI team tasks
Signed-off-by: killianmuldoon <[email protected]>
1 parent 8561e03 commit be3522b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/release/release-tasks.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ This comes down to changing occurrences of the old version to the new version, e
112112
5. Modify the test specs in `test/e2e/clusterctl_upgrade_test.go` (according to the versions we want to test described above).
113113
Please note that `InitWithKubernetesVersion` should be the highest mgmt cluster version supported by the respective Cluster API version.
114114
2. Update `create-local-repository.py` and `tools/tilt-prepare/main.go`: `v1.3.99` => `v1.4.99`.
115-
3. Update `.github/workflows/scan.yml` - to setup Trivy scanning - and `.github/workflows/lint-docs-weekly.yml` - to setup link checking in the CAPI book - for the currently supported branches.
116-
4. Make sure all tests are green (also run `pull-cluster-api-e2e-full-main` and `pull-cluster-api-e2e-workload-upgrade-1-23-latest-main`).
115+
3. Make sure all tests are green (also run `pull-cluster-api-e2e-full-main` and `pull-cluster-api-e2e-workload-upgrade-1-23-latest-main`).
117116

118117
Prior art: https://github.com/kubernetes-sigs/cluster-api/pull/6834/files
119118

@@ -408,8 +407,12 @@ While we add test coverage for the new release branch we will also drop the test
408407
3. Remove tests for old release branches according to our policy documented in [Support and guarantees](../../CONTRIBUTING.md#support-and-guarantees)
409408
For example, let's assume we just created tests for v1.4, then we can now drop test coverage for the release-1.1 branch.
410409
4. Verify the jobs and dashboards a day later by taking a look at: `https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api-1.4`
410+
5. Update `.github/workflows/scan.yml` - to setup Trivy scanning - `.github/workflows/lint-docs-weekly.yml` - to setup link checking in the CAPI book - and `.github/workflows/test-release-weekly.yml` - to verify the release target is working - for the currently supported branches.
411411

412-
Prior art: [Add jobs for CAPI release 1.2](https://github.com/kubernetes/test-infra/pull/26621)
412+
413+
Prior art:
414+
* [Add jobs for CAPI release 1.2](https://github.com/kubernetes/test-infra/pull/26621)
415+
* [Update github workflows](https://github.com/kubernetes-sigs/cluster-api/pull/8398)
413416

414417
#### [Continuously] Monitor CI signal
415418

0 commit comments

Comments
 (0)