Skip to content
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

Add CI check that runs unit tests #39

Merged
merged 16 commits into from
Nov 27, 2024
Merged

Add CI check that runs unit tests #39

merged 16 commits into from
Nov 27, 2024

Conversation

syjn99
Copy link
Collaborator

@syjn99 syjn99 commented Nov 26, 2024

Adding CI job running unit tests for every PR. Leveraging #30 for better build performance.
As bazel server needs heavy environment, it is hard to run all unit tests at one instance hosted by Github. (Default storage: 14GB) It was found that //config/... needs a lot of disk space, so I decided to separate all packages and run tests parellel.

BuildBuddy or Buildkite can be an alternative for this issue as it provides dedicated instance and optimization for bazel.

@syjn99 syjn99 self-assigned this Nov 26, 2024
@syjn99 syjn99 marked this pull request as ready for review November 27, 2024 06:41
@syjn99 syjn99 requested a review from a team as a code owner November 27, 2024 06:41
@sb-anderson sb-anderson merged commit 5226d68 into master Nov 27, 2024
27 checks passed
@sb-anderson sb-anderson deleted the ci/unit-tests branch November 27, 2024 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants