Draft
Conversation
…ndows jobs: 8.7m/8.3m/8.5m. Ubuntu ~4.6-4.9m. macOS ~3.8-5.5m. Test Coverage 7.4m. Local: 77s.\n\nResult: {"status":"keep","slowest_ci_job_min":8.7,"local_test_s":77,"win_node20_min":8.7,"win_node22_min":8.3,"win_node24_min":8.5,"test_coverage_min":7.4}
…k: 4.1m (was 6.5m). Slowest job now Windows Node 20 shard 1/2 at 5.1m. All green including coverage merge and PR comment.\n\nResult: {"status":"keep","slowest_ci_job_min":5.1,"local_test_s":63,"win_node20_min":5.1,"win_node22_min":5,"win_node24_min":4.9,"test_coverage_min":4.1}
This reverts commit 0b09fbe.
…c codegen output)
Contributor
Coverage report
Test suite run success3806 tests passing in 1462 suites. Report generated by 🧪jest coverage report action from 49c9939 |
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.
WHY are these changes introduced?
The CI is a bit slow
WHAT is this pull request doing?
Reduces PR check wall-clock time from 8.7m to 5.1m (47% faster)
basicreporter in CI — less output overhead (local stays verbose)--prefer-offlineto pnpm install — skip network for cached packages--coverage.all=false— skip instrumenting untested files, removes need for full buildui-extensions-test-utilsfrom vitest workspace — no tests in packageunit-tests-gatejob — single required check for all matrix resultsHow to test your changes?
CI
Measuring impact
How do we know this change was effective? Please choose one:
Checklist