-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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: remove ci workspace #6229
ci: remove ci workspace #6229
Conversation
Signed-off-by: Lizan Zhou <[email protected]>
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.
Yes, a thousand times yes, if you can get CI to pass :)
ci/do_ci.sh
Outdated
@@ -268,7 +268,7 @@ elif [[ "$1" == "bazel.coverage" ]]; then | |||
exit 0 | |||
elif [[ "$1" == "bazel.clang_tidy" ]]; then | |||
setup_clang_toolchain | |||
cd "${ENVOY_CI_DIR}" | |||
cd "${ENVOY_SRCDIR}" |
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.
Aren't we already in ENVOY_SRCDIR in all ofthese?
Yeah I might have to roll #6186 into this PR to make it pass all CI runs. |
Signed-off-by: Lizan Zhou <[email protected]>
Signed-off-by: Lizan Zhou <[email protected]>
Signed-off-by: Lizan Zhou <[email protected]>
Signed-off-by: Lizan Zhou <[email protected]>
Signed-off-by: Lizan Zhou <[email protected]>
/sub |
@lizan Any update on PR? I think this will allow us to get rid of envoy_select_quiche |
/retest |
🔨 rebuilding |
/retest |
🔨 rebuilding |
Signed-off-by: Lizan Zhou <[email protected]>
Signed-off-by: Lizan Zhou <[email protected]>
Signed-off-by: Lizan Zhou <[email protected]>
Signed-off-by: Lizan Zhou <[email protected]>
Signed-off-by: Lizan Zhou <[email protected]>
Signed-off-by: Lizan Zhou <[email protected]>
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, but I'm not very familiar with Envoy build system:)
Signed-off-by: Lizan Zhou [email protected]
Description:
We no longer have prebuilt dependencies, so ci/WORKSPACE is no longer needed. Simplifies how CI runs.
Risk Level: Med for depending projects
Testing: CI
Docs Changes:
Release Notes: