-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Bump CI versions #1082
base: master
Are you sure you want to change the base?
ci: Bump CI versions #1082
Conversation
|
Size Change: 0 B Total Size: 65.8 kB ℹ️ View Unchanged
|
branches-ignore: | ||
- trying.tmp | ||
- staging.tmp | ||
branches: | ||
- master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Limiting to master else a PR gets a CI run from both push
and & pull_request
triggers
@@ -43,7 +42,7 @@ describe('fixtures', () => { | |||
|
|||
await sleep(1); | |||
|
|||
const output = await buildDirectory(fixtureDir); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately we need to drop this aspect of the suite. gzip & brotli sizes aren't guaranteed to be stable, not through Node versions or on different systems. As such, I was seeing tests pass locally that would then be 1-2b off on the CI.
Besides, all that this aspect was testing was that the gzip & brotli size estimates were stable, which isn't particularly important -- what matters is that the expected output is stable. Gzip/brotli sizes are just derived values & not meaningfully actionable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmmm do we get any reporting on the size then?
I guess compressed size action?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Compressed Size, yeah.
It's not ideal but I don't have any other ideas for how to deal with this.
Will then need the required CIs to be updated Edit: Not an admin so I can't do it myself |
No description provided.