Skip to content

Instantly share code, notes, and snippets.

@mmcgahan
Last active August 3, 2019 00:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmcgahan/3fc8292431e24d7db2e4d465aeccf009 to your computer and use it in GitHub Desktop.
Save mmcgahan/3fc8292431e24d7db2e4d465aeccf009 to your computer and use it in GitHub Desktop.
Gantt chart for mup-web build (3 August 2019)
gantt
dateFormat  mm:ss
axisFormat  %M:%S
title mup-web build

section unit test
install               : 00:00, 95s
run unit tests        :        640s
sync github+coveralls :        20s

section build TRN & sync
install               : 00:00, 95s
build trn             :        60s
lint - flow           :        180s
lint - eslint         :        100s
push - tx             :        10s

section language build
install                  : crit,lang-i,  00:00,        95s
compile language A       : crit,langA,   after lang-i, 15m
compile language B       : crit,langB,   after lang-i, 14m
compile language C       : crit,langC,   after lang-i, 14m
build package       :crit,build-pack, after lang-i, 25m

section collate
install                    :                00:00,         95s
static integration test    : static,        after build-pack,   95s
push AWS                   : crit,pushAWS,       after static, 2m

section e2e
install                    : e2e-i,         after pushAWS,  95s
deploy selenium (est)      : e2e-grid,      after e2e-i,  180s
deploy canary app          : crit,e2e-dep,  after e2e-i,    750s
run e2e tests (est)              : crit, e2e,      after e2e-dep, 750s

section deploy
install         : dep-i,         after e2e,  95s
deploy prod app : crit,dep-dep,  after dep-i,    750s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment