Skip to content

Commit c7684d6

Browse files
committed
keps/sig-testing: declare 2290 stable
specifically - retroactively refresh; this KEP was completed well before we migrated over to the new format, so it's best guess only for things I filled in - drop the `@` from users so things don't need to be quote-wrapped
1 parent 0ec64c8 commit c7684d6

File tree

2 files changed

+32
-13
lines changed

2 files changed

+32
-13
lines changed

keps/sig-testing/2290-new-label-for-trusted-PR-identification/README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,15 @@ N/A
8888

8989
## Graduation Criteria
9090

91-
N/A
91+
Alpha:
92+
* `/ok-to-test` workflow live
93+
94+
Beta:
95+
* `/ok-to-test` workflow fully documented
96+
* Comment parsing for `/ok-to-test` removed in favor of `ok-to-test` label presence
97+
98+
Stable:
99+
* `/ok-to-test` workflow used without incident for more than 6 months
92100

93101
## Future evolutions
94102

@@ -100,9 +108,13 @@ This would require adding automatically the `ok-to-test` label to member authore
100108

101109
## References
102110

103-
* https://github.com/kubernetes/test-infra/issues/3827
104-
* https://github.com/kubernetes/test-infra/issues/7801
105-
* https://github.com/kubernetes/test-infra/pull/5246
111+
* Issues
112+
* https://github.com/kubernetes/test-infra/issues/3827
113+
* https://github.com/kubernetes/test-infra/issues/7801
114+
* https://github.com/kubernetes/test-infra/issues/9754
115+
* PRs
116+
* https://github.com/kubernetes/test-infra/pull/5246
117+
* https://github.com/kubernetes/test-infra/pull/10991
106118

107119
## Implementation History
108120

@@ -114,3 +126,4 @@ This would require adding automatically the `ok-to-test` label to member authore
114126
* 2018-10-08: start of implementation
115127
* 2018-10-10: `ok-to-test` label added
116128
* 2019-01-29: remove comment parsing code for PR trust
129+
* 2021-08-16: Retroactive stable declaration
Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
title: New label for trusted PR identification
22
kep-number: 2290
33
authors:
4-
- "@matthyx"
4+
- matthyx
55
owning-sig: sig-testing
66
participating-sigs:
77
- sig-contributor-experience
88
reviewers:
9-
- "@fejta"
10-
- "@cjwagner"
11-
- "@BenTheElder"
12-
- "@cblecker"
13-
- "@stevekuznetsov"
9+
- fejta
10+
- cjwagner
11+
- BenTheElder
12+
- cblecker
13+
- stevekuznetsov
1414
approvers:
15-
- TBD
16-
editor: TBD
15+
- spiffxp
16+
editor: spiffxp
1717
creation-date: 2018-06-25
18-
last-updated: 2019-01-30
18+
last-updated: 2021-08-16
1919
status: implemented
20+
stage: stable
21+
latest-milestone: v1.13
22+
milestone:
23+
alpha: v1.13
24+
beta: v1.13
25+
stable: v1.14

0 commit comments

Comments
 (0)