Skip to content

chore(workflow): disable fail-fast option in e2e test#622

Merged
9aoy merged 2 commits intomainfrom
e2e-fail-fast-false
Oct 16, 2025
Merged

chore(workflow): disable fail-fast option in e2e test#622
9aoy merged 2 commits intomainfrom
e2e-fail-fast-false

Conversation

@9aoy
Copy link
Copy Markdown
Collaborator

@9aoy 9aoy commented Oct 16, 2025

Summary

disable fail-fast option in e2e test due to unstable timeouts for some tests.

Related Links

https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#jobsjob_idstrategyfail-fast

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copilot AI review requested due to automatic review settings October 16, 2025 06:38
@netlify
Copy link
Copy Markdown

netlify bot commented Oct 16, 2025

Deploy Preview for rstest-dev ready!

Name Link
🔨 Latest commit add1dda
🔍 Latest deploy log https://app.netlify.com/projects/rstest-dev/deploys/68f093a92cff200008747f08
😎 Deploy Preview https://deploy-preview-622--rstest-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Disable fail-fast in the e2e GitHub Actions workflow so that other matrix jobs continue running even if one fails due to flaky timeouts.

  • Add fail-fast: false to the job strategy
  • Applied within the test workflow matrix configuration

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines +76 to +79
# run ut in macOS, as SWC cases will fail in Ubuntu CI
os: [macos-14, windows-latest]
node_version: [18, 20, 22, 24]
fail-fast: false
Copy link

Copilot AI Oct 16, 2025

Choose a reason for hiding this comment

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

fail-fast is placed under matrix, which does not affect job cancellation behavior. This adds a matrix variable instead of disabling the fast-fail strategy. Move fail-fast up one level to jobs.<job_id>.strategy (sibling to matrix), e.g.: strategy: fail-fast: false and then strategy: matrix: ....

Copilot uses AI. Check for mistakes.
@9aoy 9aoy merged commit c7ced38 into main Oct 16, 2025
16 checks passed
@9aoy 9aoy deleted the e2e-fail-fast-false branch October 16, 2025 06:48
@9aoy 9aoy mentioned this pull request Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants