Log ccache stats to troubleshoot Basic Tests on Windows/macOS platform.#42033
Draft
yuanweiz wants to merge 16 commits into
Draft
Log ccache stats to troubleshoot Basic Tests on Windows/macOS platform.#42033yuanweiz wants to merge 16 commits into
yuanweiz wants to merge 16 commits into
Conversation
tools/run_tests/helper_scripts/run_tests_in_workspace.sh which should affect everything that uses run_tests_matrix.py
copybara-service Bot
pushed a commit
that referenced
this pull request
Apr 20, 2026
This will give us signal about the impact of ccache on the builds in the distribution tests. The code is copied from #42033. <!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. --> Closes #42077 COPYBARA_INTEGRATE_REVIEW=#42077 from murgatroid99:distribtest_ccache_stats ba85091 PiperOrigin-RevId: 902675367
asheshvidyut
pushed a commit
to asheshvidyut/grpc
that referenced
this pull request
Apr 23, 2026
This will give us signal about the impact of ccache on the builds in the distribution tests. The code is copied from grpc#42033. <!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. --> Closes grpc#42077 COPYBARA_INTEGRATE_REVIEW=grpc#42077 from murgatroid99:distribtest_ccache_stats ba85091 PiperOrigin-RevId: 902675367
asheshvidyut
pushed a commit
to a-detiste/grpc
that referenced
this pull request
Jun 10, 2026
This will give us signal about the impact of ccache on the builds in the distribution tests. The code is copied from grpc#42033. <!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. --> Closes grpc#42077 COPYBARA_INTEGRATE_REVIEW=grpc#42077 from murgatroid99:distribtest_ccache_stats ba85091 PiperOrigin-RevId: 902675367
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.
This change is in
tools/run_tests/helper_scripts/run_tests_in_workspace.shwhich should affect various tests that usestools/internal_ci/windows/grpc_run_tests_matrix.batandtools/internal_ci/macos/grpc_run_tests_matrix.sh.