-
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: fix CodeQL-build by removing deprecated set-env command #14046
Conversation
Signed-off-by: Taylor Barrella <tabarr@google.com>
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.
Thanks for fixing this! I think to test you can patch in the PR of failure (or make a modification in a source/common/http file to trigger a build), wait for codeql to pass that step, and then revert the commit.
Thank you! The failing step has been failing in all recent PRs I checked and was already run for this PR and succeeded; would the step run differently if I modified one of those files? |
Yes that's correct -- the codeql build analyzes which files in the PR have changed, if it's one of the core files (like in source/common/http) it will build and analyze the changed target. |
Signed-off-by: Taylor Barrella <tabarr@google.com>
Thank you! Looks like it's building all right, although the build step is taking a while; maybe it's ok to revert now? |
Sounds good to me! Looks like its past the build step. |
This reverts commit 3d151ca. Signed-off-by: Taylor Barrella <tabarr@google.com>
Reverted. Thank you! |
* master: (117 commits) vrp: allow supervisord to open its log file (envoyproxy#14066) [http1] fix H/1 response pipelining (envoyproxy#13983) wasm: make dependency clearer (envoyproxy#14062) docs: updating 100-continue docs (envoyproxy#14040) quiche: fix stream trailer decoding issue (envoyproxy#13871) tidy: use last_github_commit script instead of target branch (envoyproxy#14052) stats: use RE2 and a better pattern to accelerate a single stats tag-extraction RE (envoyproxy#8831) wasm: use static registration for runtimes (envoyproxy#14014) grpc-json-transcoder: Add support for configuring unescaping behavior (envoyproxy#14009) ci: fix CodeQL-build by removing deprecated set-env command (envoyproxy#14046) config: fix crash when type URL doesn't match proto. (envoyproxy#14031) Build: Propagate user-supplied tags to external headers library. (envoyproxy#14016) [test host utils] use make_shared to avoid memory leaks (envoyproxy#14042) jwt_authn: update to jwt_verify_lib with 1 minute clock skew (envoyproxy#13872) quiche: update QUICHE tar (envoyproxy#13949) sds: improve watched directory documentation. (envoyproxy#14029) log the internal error message from *SSL when the cert and private key doesn't match (envoyproxy#14023) wasm: fix CPE for Wasmtime. (envoyproxy#14024) docs: Bump sphinxext-rediraffe version (envoyproxy#13996) CDS: remove warming cluster if CDS response desired (envoyproxy#13997) ...
…xy#14046) Signed-off-by: Taylor Barrella <tabarr@google.com>
…xy#14046) Signed-off-by: Taylor Barrella <tabarr@google.com> Signed-off-by: Qin Qin <qqin@google.com>
Marking this so that tests can pass in 1.16 backports, although maybe it's not a high priority |
…xy#14046) Signed-off-by: Taylor Barrella <tabarr@google.com> Signed-off-by: Shikugawa <rei@tetrate.io>
* ci: fix docs tag build Signed-off-by: Lizan Zhou <lizan@tetrate.io> * review Signed-off-by: Shikugawa <rei@tetrate.io> * add versionversion Signed-off-by: Shikugawa <rei@tetrate.io> * add versionversion Signed-off-by: Shikugawa <rei@tetrate.io> * add versionversion Signed-off-by: Shikugawa <rei@tetrate.io> * add versionversion Signed-off-by: Shikugawa <rei@tetrate.io> * master -> main Signed-off-by: Shikugawa <rei@tetrate.io> * fix Signed-off-by: Shikugawa <rei@tetrate.io> * ci: fix CodeQL-build by removing deprecated set-env command (#14046) Signed-off-by: Taylor Barrella <tabarr@google.com> Signed-off-by: Shikugawa <rei@tetrate.io> * deps: Add more SHAs to configs and kafka requirements.txt (#14887) Signed-off-by: Dhi Aurrahman <dio@rockybars.com> Signed-off-by: Shikugawa <rei@tetrate.io> Co-authored-by: Lizan Zhou <lizan@tetrate.io> Co-authored-by: Taylor Barrella <tabarr@google.com> Co-authored-by: Dhi Aurrahman <dio@rockybars.com>
Commit Message:
ci: fix CodeQL-build by removing deprecated set-env command
Signed-off-by: Taylor Barrella tabarr@google.com
Additional Description: Tests seem to be failing for PRs with failures like this. Followed the example here to try to fix
Risk Level: Low
Testing: See if tests pass for this PR
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A
Fixes #14047