Skip to content

Commit

Permalink
Fix Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
KsaweryZietara committed Aug 22, 2024
1 parent aa8cfce commit 60aebaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributor/03-10-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To create a release, follow these steps:
4. A code owner approves the PR.
5. The GitHub action creates a GitHub tag and draft release with the provided name; then, it creates release assets and uploads them.
6. The GitHub action asynchronously initiates unit tests and an await for Prow jobs status.
7. The tag creation triggers the `post-btp-manager-build` Prow job, defined in [`btp-manager-build.yaml`](https://github.com/kyma-project/test-infra/blob/main/prow/jobs/kyma-project/btp-manager/btp-manager-build.yaml).
7. The tag creation triggers the `post-btp-manager-build` Prow job
8. `post-btp-manager-build` builds a Docker image tagged with the release name.
9. The GitHub action asynchronously initiates stress tests jobs and E2E tests jobs upon Prow job success status. E2E upgrade tests run only with real credentials for Service Manager.
10. The GitHub action runs E2E tests in parallel on the k3s clusters for the most recent k3s versions and with the specified credentials. The number of the most recent k3s versions to be used is defined in the **vars.LAST_K3S_VERSIONS** GitHub variable.
Expand Down

0 comments on commit 60aebaf

Please sign in to comment.