Skip to content

Commit b523cc6

Browse files
authored
Merge pull request #2869 from onasser1/docs/update-readme
Merge Bug Triage team tasks into CI Signal and remove Bug Triage block
2 parents ec1c456 + 5577cc8 commit b523cc6

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

release-team/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -214,15 +214,12 @@ graph LR
214214
FDRN --> RNC[Release Note Complete]
215215
end
216216
217-
subgraph Bug Triage
218-
TA[Track All Issues and PRs] --> EIP[Escalate Issues and PRs]
219-
TF --> EAARB[Ensure Attention on Any Release-Blocking and Major Bug Fix PRs]
220-
end
221-
222217
subgraph CI Signal
218+
TA[Track All Issues and PRs] --> EIP[Escalate Issues and PRs]
223219
MONITOR[Monitor E2E Tests and All Jobs In SIG Release Dashboards]
224220
MONITOR --> OPEN[Open Issues For Failing Or Flaking Jobs]
225221
CF --> ESCALATE[Escalate Any New Failures]
222+
TF --> EAARB[Ensure Attention on Any Release-Blocking and Major Bug Fix PRs]
226223
OPEN --> ESCALATE
227224
EAARB --> TEST[Ensure Tests have Stabilized]
228225
ESCALATE --> TEST
@@ -236,8 +233,7 @@ graph LR
236233
class DPD,DRD,DCF k8s;
237234
class FBOD,RBRD,FBRD k8s;
238235
class CMT,FDRN,RNC k8s;
239-
class TA,EIP,TF k8s;
240-
class MONITOR,OPEN,CF,ESCALATE,EAARB,TEST k8s;
236+
class MONITOR,OPEN,CF,ESCALATE,EAARB,TEST,TA,EIP,TF k8s;
241237
```
242238

243239
The diagram below provides an overview of the work done by KEP authors during the release process and how it relates to release deadlines.

0 commit comments

Comments
 (0)