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

ci: fix CodeQL-build by removing deprecated set-env command #14046

Merged
merged 3 commits into from
Nov 17, 2020
Merged

ci: fix CodeQL-build by removing deprecated set-env command #14046

merged 3 commits into from
Nov 17, 2020

Conversation

tbarrella
Copy link
Contributor

@tbarrella tbarrella commented Nov 16, 2020

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

Signed-off-by: Taylor Barrella <tabarr@google.com>
Copy link
Contributor

@asraa asraa left a 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.

@tbarrella
Copy link
Contributor Author

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?

@asraa
Copy link
Contributor

asraa commented Nov 16, 2020

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.
So this PRs codeql build is "empty"

Signed-off-by: Taylor Barrella <tabarr@google.com>
@tbarrella
Copy link
Contributor Author

Thank you! Looks like it's building all right, although the build step is taking a while; maybe it's ok to revert now?

@asraa
Copy link
Contributor

asraa commented Nov 16, 2020

Sounds good to me! Looks like its past the build step.

asraa
asraa previously approved these changes Nov 16, 2020
This reverts commit 3d151ca.

Signed-off-by: Taylor Barrella <tabarr@google.com>
@tbarrella
Copy link
Contributor Author

Reverted. Thank you!

@mattklein123 mattklein123 merged commit 81b25eb into envoyproxy:master Nov 17, 2020
@tbarrella tbarrella deleted the codeql-build branch November 17, 2020 00:50
mpuncel added a commit to mpuncel/envoy that referenced this pull request Nov 18, 2020
* 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)
  ...
andreyprezotto pushed a commit to andreyprezotto/envoy that referenced this pull request Nov 24, 2020
qqustc pushed a commit to qqustc/envoy that referenced this pull request Nov 24, 2020
…xy#14046)

Signed-off-by: Taylor Barrella <tabarr@google.com>
Signed-off-by: Qin Qin <qqin@google.com>
@tbarrella
Copy link
Contributor Author

Marking this so that tests can pass in 1.16 backports, although maybe it's not a high priority
/backport

@repokitteh-read-only repokitteh-read-only bot added the backport/review Request to backport to stable releases label Jan 12, 2021
@Shikugawa Shikugawa added backport/approved Approved backports to stable releases and removed backport/review Request to backport to stable releases labels Feb 5, 2021
Shikugawa pushed a commit to Shikugawa/envoy that referenced this pull request Feb 5, 2021
…xy#14046)

Signed-off-by: Taylor Barrella <tabarr@google.com>
Signed-off-by: Shikugawa <rei@tetrate.io>
Shikugawa added a commit that referenced this pull request Feb 8, 2021
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/approved Approved backports to stable releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(ci) CodeQL-Build is failing in PR tests
4 participants