build: add manually-dispatched stress-test workflow#64118
Open
joyeecheung wants to merge 1 commit into
Open
Conversation
Collaborator
|
Review requested:
|
Add a GitHub action workflow that can be manually dispatched to stress-run tests on a PR/branch to verify flakiness.
a929666 to
1a81765
Compare
Renegade334
reviewed
Jun 24, 2026
Comment on lines
+75
to
+78
| - name: Set up sccache | ||
| uses: Mozilla-Actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 | ||
| with: | ||
| version: v0.16.0 |
Member
There was a problem hiding this comment.
If this runs infrequently then we may not get any benefit from sccache, unless it's the sort of thing that might be re-run several times in succession?
Member
Author
There was a problem hiding this comment.
Typically this would get multiple runs, e.g. one from main branch and one from PR branch, for comparison, and I think during verification it's likely to run a couple of attempts while it's being iterated on (e.g. this fix didn't make the flake go away, how about a different one, or there are several attempts to try to log more things for clues in the same PR/branch).
Member
|
How would I trigger this on a PR created from the contributor's fork? |
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.
Add a GitHub action workflow that can be manually dispatched to stress-run tests on a PR/branch to verify flakiness.