-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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: bring BAZEL_BUILD_OPTIONS back for format and docs #13480
Conversation
Signed-off-by: Lizan Zhou <[email protected]>
Signed-off-by: Lizan Zhou <[email protected]>
to avoid the shellcheck/typing issue, how about renaming |
i think the other option is to only change the type on the lines where its being ~exported, so it doesnt change the type globally in the script |
Signed-off-by: Lizan Zhou <[email protected]>
@phlax ok let's pass it to proto_format only for now. we can do a follow up later, but this lacking of options slows CI down a lot so let's merge this quickly. |
) Signed-off-by: Lizan Zhou <[email protected]>
Backport following commits to 1.16: 748b2ab (mac ci: try ignoring update failure (#13658), 2020-10-20) f95f539 (ci: various improvements (#13660), 2020-10-20) 6481a27 (ci: stop building alpine-debug images in favor of ubuntu-based debug image (#13598), 2020-10-15) 73d78f8 (ci: use multiple stage (#13557), 2020-10-15) b7a4756 (ci: use azp for api and go-control-plane sync (#13550), 2020-10-14) 876a6bb (ci use azp to sync filter example (#13501), 2020-10-12) a0f31ee (ci: use azp to generate docs (#13481), 2020-10-12) 7e5d854 (ci: bring BAZEL_BUILD_OPTIONS back for format and docs (#13480), 2020-10-11) 7af2b2b (ci: use same flaky test process script on macOS (#13485), 2020-10-10) Signed-off-by: Lizan Zhou <[email protected]> Co-authored-by: asraa <[email protected]>
Commit Message:
They got lost in #13169, and we no longer has repository cache for format since then.