@@ -200,6 +200,8 @@ Every release makes hundreds of checks, security scans, canaries and deployments
200
200
201
201
This is a close visual representation of the main steps (GitHub Actions UI should be the source of truth).
202
202
203
+ <!-- use 8s to graph steps faster than 8s like seal/checksum that actually takes 0s -->
204
+
203
205
``` mermaid
204
206
gantt
205
207
@@ -210,48 +212,48 @@ axisFormat %H:%M
210
212
Release commit : milestone, m1, 10:00,2m
211
213
212
214
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
215
217
section QA
216
- Quality checks : crit , 2.2m
218
+ Quality checks : active , 2.2m
217
219
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
221
223
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
225
227
226
228
PyPi release : milestone, m2, 10:06,1s
227
229
228
230
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
233
235
234
236
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
238
240
239
241
Layer release : milestone, m3, 10:26,1s
240
242
241
243
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
244
246
245
247
SAR release : milestone, m4, 10:18,1s
246
248
247
249
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
250
252
251
253
Documentation release : milestone, m4, 10:28,1m
252
254
253
255
section Post-release
254
- Close pending issues : crit , 8s
256
+ Close pending issues : active , 8s
255
257
256
258
Release complete : milestone, m6, 10:31,2m
257
259
```
0 commit comments