-
Notifications
You must be signed in to change notification settings - Fork 233
chore: test circleci's max auto-reruns feature #5755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
46bd1e4
to
dadc333
Compare
📚 Branch Preview🔍 Visual Regression Test ResultsWhen a visual regression test fails (or has previously failed while working on this branch), its results can be found in the following URLs:
Deployed to Azure Blob Storage: If the changes are expected, update the |
Tachometer resultsCurrently, no packages are changed by this PR... |
a69aad5
to
bd4aa74
Compare
Pull Request Test Coverage Report for Build 18102662587Details
💛 - Coveralls |
bd4aa74
to
3e271a8
Compare
* docs(table): update a11y docs * chore(docs): address feedback * Update packages/table/README.md Co-authored-by: [ Cassondra ] <castastrophe@users.noreply.github.com> --------- Co-authored-by: [ Cassondra ] <castastrophe@users.noreply.github.com>
3e271a8
to
00131ad
Compare
command: | | ||
TEST=$(circleci tests glob "{packages,tools}/*/test/*.test.js" | grep -v ".*-memory\.test\.js$" | circleci tests split --split-by=timings) | ||
yarn test:start --files $TEST --config web-test-runner.config.ci-chromium.js --group unit-ci | ||
max_auto_reruns: 3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jnjosh I tested out adding this to our test commands and I'm not seeing any issues in CI. What would you think of adding to as a ticket in our backlog? It still reports that tests had to be rerun and it still flags specific tests that fail as flaky so it doesn't mask any underlying issues; just saves PRs from having to manually re-run when they're not making changes to the flaky files.
Description
Motivation and context
Related issue(s)
Screenshots (if appropriate)
Author's checklist
Reviewer's checklist
patch
,minor
, ormajor
featuresManual review test cases
Descriptive Test Statement
Descriptive Test Statement
Device review