-
Notifications
You must be signed in to change notification settings - Fork 201
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: break CI actions into smaller pieces #1706
Conversation
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.
The approach looks sensible, thanks for looking into that.
3f59b08
to
a94128b
Compare
a94128b
to
41c2614
Compare
@kpodsiad looks like we can close this one? |
Actually, after #1708 was merged I pivoted into breaking CI actions into smaller pieces. I think it will be valuable to have more fine-grained actions which are responsible only for testing something more narrow than currently. #1708 won't regenerate bloop config if it was removed from e.g. one directory but #1715 fixes it. |
@tgodzik wdyt? |
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.
LGTM!
I removed
onload
resources generation and then I extracted two additional actions on CI.Finer grained CI actions should reduce main tests duration and provide a better experience when debugging CI.