Skip to content

build: add manually-dispatched stress-test workflow#64118

Open
joyeecheung wants to merge 1 commit into
nodejs:mainfrom
joyeecheung:stress-workflow
Open

build: add manually-dispatched stress-test workflow#64118
joyeecheung wants to merge 1 commit into
nodejs:mainfrom
joyeecheung:stress-workflow

Conversation

@joyeecheung

Copy link
Copy Markdown
Member

Add a GitHub action workflow that can be manually dispatched to stress-run tests on a PR/branch to verify flakiness.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/actions

Add a GitHub action workflow that can be manually dispatched to
stress-run tests on a PR/branch to verify flakiness.
@nodejs-github-bot nodejs-github-bot added the meta Issues and PRs related to the general management of the project. label Jun 24, 2026
@joyeecheung joyeecheung changed the title tools: add manually-dispatched stress-test workflow build: add manually-dispatched stress-test workflow 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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

@joyeecheung joyeecheung Jun 25, 2026

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

@joyeecheung joyeecheung added the review wanted PRs that need reviews. label Jun 25, 2026
@panva

panva commented Jun 25, 2026

Copy link
Copy Markdown
Member

How would I trigger this on a PR created from the contributor's fork?

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

Labels

meta Issues and PRs related to the general management of the project. review wanted PRs that need reviews.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants