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

Run bazel test automatically in CI? #57

Open
RRobot-lm opened this issue Dec 22, 2022 · 3 comments
Open

Run bazel test automatically in CI? #57

RRobot-lm opened this issue Dec 22, 2022 · 3 comments

Comments

@RRobot-lm
Copy link
Contributor

Currently there does not seem to be an automated CI execution to the code under test/. Is the concern that it takes too long to compile?

@spacewander
Copy link
Member

Envoy uses Google's service as its remote cache in the CI: https://github.com/envoyproxy/envoy/blob/3bcac8143b2dc39bf42ec0faed79e491cfe7efe7/.azure-pipelines/pipelines.yml#L138

Maybe we can use GitHub's cache action to reduce build time?

@doujiang24
Copy link
Member

@RRobot-lm Yeah, the runner of GitHub action is too weak.

Build takes 4+ hours and Test failures after 5+ hours.
https://github.com/mosn/envoy-go-extension/actions/runs/3399605971

@doujiang24
Copy link
Member

@spacewander Yeah, cache is worth a try.

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

No branches or pull requests

3 participants