File tree Expand file tree Collapse file tree 2 files changed +32
-13
lines changed
keps/sig-testing/2290-new-label-for-trusted-PR-identification Expand file tree Collapse file tree 2 files changed +32
-13
lines changed Original file line number Diff line number Diff line change 88
88
89
89
## Graduation Criteria
90
90
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
92
100
93
101
## Future evolutions
94
102
@@ -100,9 +108,13 @@ This would require adding automatically the `ok-to-test` label to member authore
100
108
101
109
## References
102
110
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
106
118
107
119
## Implementation History
108
120
@@ -114,3 +126,4 @@ This would require adding automatically the `ok-to-test` label to member authore
114
126
* 2018-10-08: start of implementation
115
127
* 2018-10-10: ` ok-to-test ` label added
116
128
* 2019-01-29: remove comment parsing code for PR trust
129
+ * 2021-08-16: Retroactive stable declaration
Original file line number Diff line number Diff line change 1
1
title : New label for trusted PR identification
2
2
kep-number : 2290
3
3
authors :
4
- - " @ matthyx"
4
+ - matthyx
5
5
owning-sig : sig-testing
6
6
participating-sigs :
7
7
- sig-contributor-experience
8
8
reviewers :
9
- - " @ fejta"
10
- - " @ cjwagner"
11
- - " @ BenTheElder"
12
- - " @ cblecker"
13
- - " @ stevekuznetsov"
9
+ - fejta
10
+ - cjwagner
11
+ - BenTheElder
12
+ - cblecker
13
+ - stevekuznetsov
14
14
approvers :
15
- - TBD
16
- editor : TBD
15
+ - spiffxp
16
+ editor : spiffxp
17
17
creation-date : 2018-06-25
18
- last-updated : 2019-01-30
18
+ last-updated : 2021-08-16
19
19
status : implemented
20
+ stage : stable
21
+ latest-milestone : v1.13
22
+ milestone :
23
+ alpha : v1.13
24
+ beta : v1.13
25
+ stable : v1.14
You can’t perform that action at this time.
0 commit comments