Conversation
fhanau
commented
Dec 31, 2025
94afa6b to
36e60fb
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5805 +/- ##
==========================================
+ Coverage 70.01% 70.14% +0.13%
==========================================
Files 406 407 +1
Lines 107106 107188 +82
Branches 17965 17965
==========================================
+ Hits 74988 75192 +204
+ Misses 21321 21209 -112
+ Partials 10797 10787 -10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
36e60fb to
152cad8
Compare
Merging this PR will not alter performance
Comparing Footnotes
|
npaun
approved these changes
Jan 26, 2026
- Use remote_download_minimal to speed up release CI - Don't disable caching for wpt tests, just need to tell Bazel to fetch the outputs. - Disable building benchmarks when this was already supposed to happen, this is achieved by fixing ci-limit-storage so that test_tag_filters is adjusted too. - Remove ci-limit-storage from ci-linux/ci-linux-arm, it is a no-op there - Adjust build_tag_filters on ci-linux/ci-linux-arm so that benchmark and container tests are built as part of bazel build instead of later in bazel test. - Use ci-linux-common in lint CI to run with default set of build filters, that way we don't have to build container targets - Fix clang-tidy warning now that lint CI applies to benchmark targets
152cad8 to
9500b86
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
outputs.
achieved by fixing ci-limit-storage so that test_tag_filters is adjusted too.
container tests are built as part of bazel build instead of later in bazel
test.
way we don't have to build container targets