We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bazel test
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?
test/
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
@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
@spacewander Yeah, cache is worth a try.
No branches or pull requests
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?The text was updated successfully, but these errors were encountered: