Merge pull request #3996 from devaips/new-test-soak-period

Conformance Tests: Reduce soak time for new tests
This commit is contained in:
Kubernetes Prow Robot 2019-08-20 14:55:15 -07:00 committed by GitHub
commit c36741e8cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ specifically, a test is eligible for promotion to conformance if:
- it passes against the appropriate versions of kubernetes as spelled out in
the [conformance test version skew policy]
- it is stable and runs consistently (e.g., no flakes), and has been running
for at least one release cycle
for at least two weeks
- new conformance tests or updates to conformance tests for additional scenarios
are only allowed before code freeze dates set by the release team to allow
enough soak time of the changes and gives folks a chance to kick the tires