Live data from Hacker News

Gravity CI

gravity.ci

1–4 of 4 posts

Re: Gravity CI

#3
post #2

Gravity monitors build artifact sizes to prevent accidental increases – right in your CI pipeline.

looks be nice for critical files/directories. Does it always require a manual check if the sizes do change, or does it allow to set a threshold like https://github.com/siddharthkp/bundlesize which auto-succeeds it the size diff is within it?

Re: Gravity CI

#4
post #3
post #2

Gravity monitors build artifact sizes to prevent accidental increases – right in your CI pipeline.

looks be nice for critical files/directories. Does it always require a manual check if the sizes do change, or does it allow to set a threshold like https://github.com/siddharthkp/bundlesize which auto-succeeds it the size diff is within it?

It does require manual approval for any new or growing files atm but adding some kind of setting for a threshold (maybe per file type) for which Gravity auto-approves might be a good addition in the future