Skip to content

Commit 498aa0b

Browse files
authored
Merge pull request #2871 from drewhagen/update-release-team-readme
updates Release Team README given recent cycle changes
2 parents b523cc6 + 0330245 commit 498aa0b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

release-team/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ The process for filing an enhancement exception can be found [here][exceptions].
174174

175175
## Visual Release Path
176176

177-
The diagram below shows a high level overview of tasks of the release team sub teams (CI Signal, Bug Triage, Enhancements, Docs, Comms, Release Notes) during a release cycle.
177+
The diagram below shows a high level overview of tasks of the release team sub teams (Release Signal, Enhancements, Docs, Comms) during a release cycle.
178178
```mermaid
179179
graph LR
180180
START([Start of Release Cycle])
@@ -194,27 +194,25 @@ graph LR
194194
RNC --> END
195195
196196
subgraph Enhancements
197-
SET[Start Enhancements Tracking] --> EF[Enhancements Freeze]
197+
SET[Start Enhancements Tracking] --> PRRF[Production Readiness Review Freeze]
198+
PRRF --> EF[Enhancements Freeze]
198199
EF --> CF[Code Freeze]
199200
CF --> TF[Test Freeze]
200201
end
201202
202203
subgraph Docs
203204
DPD[Docs Placeholder Deadline] --> DRD[Docs Ready For Review Deadline]
204205
DRD --> DCF[Docs Complete Deadline]
206+
CMT[Start Collecting Major Themes] --> FDRN[Start Final Draft of Release Notes]
207+
FDRN --> RNC[Release Note Complete]
205208
end
206209
207210
subgraph Comms
208211
FBOD[Feature Blog Opt-in Deadline] --> RBRD[Release Blog Ready For Review Deadline]
209212
RBRD --> FBRD[Feature Blogs Ready For Review Deadline]
210213
end
211214
212-
subgraph Release Notes
213-
CMT[Start Collecting Major Themes] --> FDRN[Start Final Draft of Release Notes]
214-
FDRN --> RNC[Release Note Complete]
215-
end
216-
217-
subgraph CI Signal
215+
subgraph Release Signal
218216
TA[Track All Issues and PRs] --> EIP[Escalate Issues and PRs]
219217
MONITOR[Monitor E2E Tests and All Jobs In SIG Release Dashboards]
220218
MONITOR --> OPEN[Open Issues For Failing Or Flaking Jobs]
@@ -229,7 +227,7 @@ graph LR
229227
classDef plain fill:#ddd,stroke:#fff,stroke-width:4px,color:#000;
230228
classDef k8s fill:#326ce5,stroke:#fff,stroke-width:4px,color:#fff;
231229
class START,END plain;
232-
class SET,EF k8s;
230+
class SET,PRRF,EF k8s;
233231
class DPD,DRD,DCF k8s;
234232
class FBOD,RBRD,FBRD k8s;
235233
class CMT,FDRN,RNC k8s;
@@ -244,6 +242,7 @@ graph TD
244242
subgraph Release Team Schedule
245243
START[Start of Release Cycle]
246244
START_ENHANCEMENTS_TRACKING[Start Enhancements Tracking]
245+
PRR_FREEZE[Production Readiness Review Freeze]
247246
ENHANCEMENTS_FREEZE[Enhancements Freeze]
248247
FEATURE_BLOG_FREEZE[Feature Blog Freeze]
249248
CODE_FREEZE[Code Freeze]
@@ -255,7 +254,8 @@ graph TD
255254
END[Release Day]
256255
257256
START --> START_ENHANCEMENTS_TRACKING
258-
START_ENHANCEMENTS_TRACKING --> ENHANCEMENTS_FREEZE
257+
START_ENHANCEMENTS_TRACKING --> PRR_FREEZE
258+
PRR_FREEZE --> ENHANCEMENTS_FREEZE
259259
ENHANCEMENTS_FREEZE --> FEATURE_BLOG_FREEZE
260260
FEATURE_BLOG_FREEZE --> CODE_FREEZE
261261
CODE_FREEZE --> DOCS_PLACEHOLDER_FREEZE
@@ -321,7 +321,7 @@ graph TD
321321
classDef plain fill:#ddd,stroke:#fff,stroke-width:4px,color:#000;
322322
classDef k8s fill:#326ce5,stroke:#fff,stroke-width:4px,color:#fff;
323323
class KEP_AUTHOR plain;
324-
class START,ENHANCEMENTS_FREEZE,FEATURE_BLOG_FREEZE,CODE_FREEZE,DOCS_PLACEHOLDER_FREEZE,TEST_FREEZE,START_ENHANCEMENTS_TRACKING,DOCS_READY_FOR_REVIEW,FEATURE_BLOG_READY_FOR_REVIEW,DOCS_FREEZE,END,FEATURE_BLOG_PUBLISHED k8s;
324+
class START,PRR_FREEZE,ENHANCEMENTS_FREEZE,FEATURE_BLOG_FREEZE,CODE_FREEZE,DOCS_PLACEHOLDER_FREEZE,TEST_FREEZE,START_ENHANCEMENTS_TRACKING,DOCS_READY_FOR_REVIEW,FEATURE_BLOG_READY_FOR_REVIEW,DOCS_FREEZE,END,FEATURE_BLOG_PUBLISHED k8s;
325325
class DISCUSS,ISSUE,KEP k8s;
326326
class OPT_IN,KEP_DONE,CODE_COMPLETE,TEST_COMPLETE,DOCS_PLACEHOLDER_COMPLETE,DOCS_READY_TO_REVIEW_COMPLETE,DOCS_COMPLETE,FEATURE_BLOG_OPT_IN,FEATURE_BLOG_POST_COMPLETE k8s;
327327
```

0 commit comments

Comments
 (0)