Skip to content

Commit 8c5d7b2

Browse files
committed
chore: use active color and move mermaid comment as markdown comment
1 parent d4c9a5d commit 8c5d7b2

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

MAINTAINERS.md

+23-21
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ Every release makes hundreds of checks, security scans, canaries and deployments
200200

201201
This is a close visual representation of the main steps (GitHub Actions UI should be the source of truth).
202202

203+
<!-- use 8s to graph steps faster than 8s like seal/checksum that actually takes 0s -->
204+
203205
```mermaid
204206
gantt
205207
@@ -210,48 +212,48 @@ axisFormat %H:%M
210212
Release commit : milestone, m1, 10:00,2m
211213
212214
section Seal
213-
Bump release version : crit, 8s
214-
Prevent source tampering : crit, 43s
215+
Bump release version : active, 8s
216+
Prevent source tampering : active, 43s
215217
section QA
216-
Quality checks : crit, 2.2m
218+
Quality checks : active, 2.2m
217219
section Build
218-
Checksum : crit, 8s
219-
Build release artifact : crit, 39s
220-
Seal : crit, 8s
220+
Checksum : active, 8s
221+
Build release artifact : active, 39s
222+
Seal : active, 8s
221223
section Release
222-
Checksum : crit, 8s
223-
PyPi temp credentials : crit, 8s
224-
Publish PyPi : crit, pypi, 10:06, 29s
224+
Checksum : active, 8s
225+
PyPi temp credentials : active, 8s
226+
Publish PyPi : active, pypi, 10:06, 29s
225227
226228
PyPi release : milestone, m2, 10:06,1s
227229
228230
section Git release
229-
Checksum : crit, after pypi, 8s
230-
Git Tag : crit, 8s
231-
Bump package version : crit, 8s
232-
Create PR : crit, 8s
231+
Checksum : active, after pypi, 8s
232+
Git Tag : active, 8s
233+
Bump package version : active, 8s
234+
Create PR : active, 8s
233235
234236
section Layer release
235-
Build (x86+ARM) : crit, layer_build, 10:08, 6m
236-
Deploy Beta : crit, layer_beta, after layer_build, 6.3m
237-
Deploy Prod : crit, layer_prod, after layer_beta, 6.3m
237+
Build (x86+ARM) : active, layer_build, 10:08, 6m
238+
Deploy Beta : active, layer_beta, after layer_build, 6.3m
239+
Deploy Prod : active, layer_prod, after layer_beta, 6.3m
238240
239241
Layer release : milestone, m3, 10:26,1s
240242
241243
section SAR release
242-
Deploy Beta : crit, sar_beta, after layer_build, 2.2m
243-
Deploy Prod : crit, sar_prod, after sar_beta, 2.2m
244+
Deploy Beta : active, sar_beta, after layer_build, 2.2m
245+
Deploy Prod : active, sar_prod, after sar_beta, 2.2m
244246
245247
SAR release : milestone, m4, 10:18,1s
246248
247249
section Docs
248-
Create PR (Layer ARN) : crit, after layer_prod, 8s
249-
Release versioned docs : crit, 2.2m
250+
Create PR (Layer ARN) : active, after layer_prod, 8s
251+
Release versioned docs : active, 2.2m
250252
251253
Documentation release : milestone, m4, 10:28,1m
252254
253255
section Post-release
254-
Close pending issues : crit, 8s
256+
Close pending issues : active, 8s
255257
256258
Release complete : milestone, m6, 10:31,2m
257259
```

0 commit comments

Comments
 (0)