Update contributors/devel/sig-testing/testing-strategy.md

This commit is contained in:
Antonio Ojea 2024-11-04 13:06:09 +00:00 committed by GitHub
parent 8cc4a95bc6
commit 6401797848
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Prioritize tests based on the testing pyramid, refer to the [Testing Guide](./te
### CI Job Types
The Kubernetes job uses [prow](https://prow.k8s.io) to implement the CI system. We can differentiate between different of jobs:
The Kubernetes job uses [prow](https://prow.k8s.io) to implement the CI system. We can differentiate between different types of jobs:
- **Presubmit:** Runs before code is merged.
- **Blocking:** Prevents merging if tests fail. Use cautiously due to potential project-wide impact. We aim to have a very high bar on these jobs and ask for proof