diff --git a/docs/contributor/testing.md b/docs/contributor/testing.md index 1ac82607..7ebb302c 100644 --- a/docs/contributor/testing.md +++ b/docs/contributor/testing.md @@ -89,20 +89,11 @@ The E2E test consists of four consecutive steps. If desired, you can run them in ## CI/CD -This project uses [Prow](https://docs.prow.k8s.io/docs/) and [GitHub Actions](https://docs.github.com/en/actions) as part of the development cycle. +This project uses [GitHub Actions](https://docs.github.com/en/actions) as part of the development cycle. The aim is to verify the functional correctness of the NATS Manager. -### Prow jobs - -The Prow jobs that cover code of this repository reside in [their own repository](https://github.com/kyma-project/test-infra/tree/main/prow/jobs/kyma-project/nats-manager). -Presubmit jobs run on PRs and are marked with the prefix `pull`. Postsubmit jobs run on main after a PR was merged and carry the prefix `post`. - -For more information on execution details of each job, refer to their `description` field and the `command` and `args` fields. -Alternatively, you can access this information from your PR by inspecting the details to the job and viewing the Prow job `.yaml` file. - ### GitHub Actions GitHub Actions reside [within this module repository](https://github.com/kyma-project/nats-manager/tree/main/.github/workflows). -Pre- and postsubmit actions follow the same naming conventions as Prow jobs. The [Actions overview](https://github.com/kyma-project/nats-manager/actions/), shows all the existing workflows and their execution details. Here, you can also trigger a re-run of an action.