You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
They currently take ~ 20 mins , which is a long time.
We could parallelize them by:
Running multiple tests in parallel in the same cluster. This causes conflicts between the tests. For instance it would require ensure that the resources created in each test are unique, to avoid clashes.
Using multiple kubernetes clusters and distributing tests across the clusters, to be run sequentially in each cluster. This may make it harder to run tests in pre-existing clusters (e.g. locally) but I guess we can always add an option to run tests sequentially or use a single cluster.
The text was updated successfully, but these errors were encountered:
They currently take ~ 20 mins , which is a long time.
We could parallelize them by:
The text was updated successfully, but these errors were encountered: