Skip to content

Conversation

Copy link

Copilot AI commented Nov 4, 2025

The cypress-split integration was using invalid GitHub Actions expressions (strategy.job-total and strategy.job-index) causing the test splitting to fail.

Changes

  • Added explicit containers: [0, 1, 2, 3] matrix dimension for 4-way test parallelization
  • Fixed environment variables:
    • SPLIT: 4 (hardcoded total)
    • SPLIT_INDEX: ${{ matrix.containers }} (0-based index from matrix)
  • Updated artifact names to include container index to prevent collisions

This creates 4 × 4 × 1 = 16 parallel jobs (4 containers × 4 server versions × 1 database), with cypress-split distributing tests across the container dimension within each server version.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copy link
Author

Copilot AI commented Nov 4, 2025

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • download.cypress.io
    • Triggering command: node index.js --exec install (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Fix cypress failures by updating dependencies fix: Correct cypress-split matrix configuration for parallel test execution Nov 4, 2025
Copilot AI requested a review from enjeck November 4, 2025 12:00
Copilot finished work on behalf of enjeck November 4, 2025 12:00
Copy link
Member

@blizzz blizzz left a comment

Choose a reason for hiding this comment

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

Impressive⸮

@enjeck
Copy link
Contributor

enjeck commented Nov 4, 2025

Impressive⸮

Lol 😂😂

@blizzz
Copy link
Member

blizzz commented Nov 4, 2025

Impressive⸮

Lol 😂😂

Earlier this day I stumbled across https://techhub.social/@FakeScrumStats/115490780352731280 and now feel reminded 🤣

@enjeck
Copy link
Contributor

enjeck commented Nov 11, 2025

Impressive⸮

To be fair, it did fix the workflow file such that the splltting now works. I was hoping that splitting fixes the Cypress renderer crashes, but it doesn't. Which is a whole other issue itself!

@enjeck enjeck closed this Nov 18, 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.

3 participants