Skip to content

Commit 833d38b

Browse files
committed
remove prow reference
1 parent 782998b commit 833d38b

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

docs/contributor/testing.md

+1-10
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,11 @@ The E2E test consists of four consecutive steps. If desired, you can run them in
5252

5353
## CI/CD
5454

55-
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.
55+
This project uses [GitHub Actions](https://docs.github.com/en/actions) as part of the development cycle.
5656
The aim is to verify the functional correctness of Eventing Manager.
5757

58-
### Prow Jobs
59-
60-
The Prow Jobs that cover the code of this repository reside in [their own repository](https://github.com/kyma-project/test-infra/tree/main/prow/jobs/kyma-project/eventing-manager).
61-
Presubmit Jobs run on pull requests (PRs) and are marked with the prefix `pull`. Postsubmit jobs run on branch `main` after a PR has been merged and carry the prefix `post`.
62-
63-
For more information on execution details of each Job, refer to their `description` field and the `command` and `args` fields.
64-
Alternatively, you can access this information from your PR by inspecting the details to the job and viewing the Prow job `.yaml` file.
65-
6658
### GitHub Actions
6759

6860
GitHub Actions reside [within this module repository](https://github.com/kyma-project/eventing-manager/tree/main/.github/workflows).
69-
Pre- and postsubmit actions follow the same naming conventions as Prow Jobs.
7061

7162
The [Actions overview](https://github.com/kyma-project/eventing-manager/actions/) shows all the existing workflows and their execution details. Here, you can also trigger a re-run of an action.

0 commit comments

Comments
 (0)