SIGN IN SIGN UP

Fix sizebot (#15771)

The previous naming scheme used the name of the resulting bundle file.
However, there are cases where multiple bundles have the same filename.
This meant whichever bundle finishes last overwrites the previous ones
with the same name.

The updated naming scheme is `bundle-sizes-<CI_NODE_INDEX>.json`.
Instead of generating a separate info file per bundle, it now creates
one per process.
A
Andrew Clark committed
3b2302253f13c9cd049fac10784e10b6c582e3b6
Parent: 0f7cc2b
Committed by GitHub <noreply@github.com> on 5/30/2019, 4:30:16 AM