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

Feat: Parallel e2e tests #2066

Open
wants to merge 2 commits into
base: staging
Choose a base branch
from

Conversation

ibraheem-opentensor
Copy link
Contributor

We are currently going with 2 parallel machines running our tests.
The workload is distributed according to the folder directory in our e2e tests.

Note: Tests where we wait for an epoch must be distributed amongst these folders otherwise one machine may have to wait for too long if there are multiple tests.

Additional note: We also tested spinning up an additional machine exclusively for tests where we are waiting for epochs, but the execution and cost downsides didn't justify the minimum improvement in results (yet). We can revisit this case as we increase our coverage.

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.

None yet

1 participant