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: make clang-tidy always pass. #570

Merged
merged 2 commits into from
Nov 11, 2020

Conversation

oschaaf
Copy link
Member

@oschaaf oschaaf commented Nov 10, 2020

As discussed yesterday, make clang-tidy ignore failures to stop
the excessive flaking from being a blocker to merge.
This is meant as a temporary stop gap to buy us some time to dig
up the root cause.

Signed-off-by: Otto van der Schaaf [email protected]

As discussed yestereday, make clang-tidy ignore failures to stop
the excessive flaking from being a blocker to merge.

Signed-off-by: Otto van der Schaaf <[email protected]>
@oschaaf oschaaf added the waiting-for-review A PR waiting for a review. label Nov 10, 2020
@@ -34,7 +34,7 @@ function do_test() {
}

function do_clang_tidy() {
ci/run_clang_tidy.sh
ci/run_clang_tidy.sh || true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add a comment here pointing to the issue about a long term fix?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 0790741

@mum4k mum4k added waiting-for-changes A PR waiting for comments to be resolved and changes to be applied. and removed waiting-for-review A PR waiting for a review. labels Nov 11, 2020
Signed-off-by: Otto van der Schaaf <[email protected]>
@oschaaf oschaaf added waiting-for-review A PR waiting for a review. and removed waiting-for-changes A PR waiting for comments to be resolved and changes to be applied. labels Nov 11, 2020
@mum4k mum4k merged commit 683ef62 into envoyproxy:master Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting-for-review A PR waiting for a review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants