Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Conversation

@drigz
Copy link
Member

@drigz drigz commented Mar 2, 2022

This should catch issues like #801. This uses the new tasks syntax to
define multiple Windows tasks:

https://github.com/bazelbuild/continuous-integration/blob/master/buildkite/README.md#basic-syntax

I've removed /WX to allow warnings because there are quite a few, and I'm not confident enough in my C++ to dig into solving them. https://buildkite.com/bazel/google-logging/builds/2611#8de3f805-297c-484e-a63d-2092e8e49faa

This should catch issues like #801. This uses the new `tasks` syntax to
define multiple Windows tasks:

https://github.com/bazelbuild/continuous-integration/blob/master/buildkite/README.md#basic-syntax
@drigz drigz requested a review from sergiud March 2, 2022 16:22
@codecov-commenter
Copy link

codecov-commenter commented Mar 2, 2022

Codecov Report

Merging #802 (ae29a93) into master (a8e0007) will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #802      +/-   ##
==========================================
- Coverage   73.20%   73.13%   -0.08%     
==========================================
  Files          17       17              
  Lines        3281     2963     -318     
==========================================
- Hits         2402     2167     -235     
+ Misses        879      796      -83     
Impacted Files Coverage Δ
src/stacktrace_unwind-inl.h 25.00% <0.00%> (-67.86%) ⬇️
src/demangle.cc 97.37% <0.00%> (-0.11%) ⬇️
src/signalhandler.cc 6.38% <0.00%> (-0.07%) ⬇️
src/raw_logging.cc 100.00% <0.00%> (ø)
src/logging.cc 75.35% <0.00%> (+0.66%) ⬆️
src/symbolize.cc 66.66% <0.00%> (+2.54%) ⬆️
src/vlog_is_on.cc 72.89% <0.00%> (+2.66%) ⬆️
src/utilities.cc 71.30% <0.00%> (+3.65%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a8e0007...ae29a93. Read the comment docs.

@sergiud
Copy link
Contributor

sergiud commented Mar 2, 2022

Thanks. Looks great! Only some runners are having a bad day.

@sergiud
Copy link
Contributor

sergiud commented Mar 4, 2022

@drigz You can try amending the latest commit and force push the changes. This should solve Codecov issues.

I would prefer to fix this in glog.bzl but couldn't get that to work.
@drigz drigz force-pushed the new-presubmit-format branch from ae29a93 to b34ddf6 Compare March 4, 2022 09:53
@sergiud
Copy link
Contributor

sergiud commented Mar 4, 2022

I think we can ignore those macOS runner failure. I'll look into it later.

@drigz drigz merged commit d153e29 into master Mar 4, 2022
@drigz drigz deleted the new-presubmit-format branch March 4, 2022 10:12
@drigz
Copy link
Member Author

drigz commented Mar 4, 2022

Thanks for checking. Do you also plan to look at the clang warnings?

@sergiud
Copy link
Contributor

sergiud commented Mar 4, 2022

Yes, I'll look at that too. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants