Skip to content
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

Restart a specific job executes all test cases #719

Closed
nitishvu opened this issue Jan 11, 2023 · 2 comments
Closed

Restart a specific job executes all test cases #719

nitishvu opened this issue Jan 11, 2023 · 2 comments
Labels
Cypress Cloud duplicate This issue or pull request already exists

Comments

@nitishvu
Copy link

Hi

I'm using spot instances on GCP to perform my tests according to the technique listed below.
I have to restart the entire workflow if one of these instances is preempted during test execution. If I restart the failed run, all test cases are being executed in one VM, which takes a lot of time. Is it possible to restart one run to only execute the test cases that are assigned to the preempted VM?

    strategy:
      matrix:
        machines: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
@MikeMcC399
Copy link
Collaborator

@nitishvu

@MikeMcC399 MikeMcC399 added duplicate This issue or pull request already exists Cypress Cloud labels Nov 4, 2023
@MikeMcC399
Copy link
Collaborator

@MikeMcC399 MikeMcC399 closed this as not planned Won't fix, can't repro, duplicate, stale Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cypress Cloud duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants