velero icon indicating copy to clipboard operation
velero copied to clipboard

Support running test cases parallelly

Open blackpiglet opened this issue 7 months ago • 0 comments

Describe the problem/challenge you have

The Velero E2E test duration is more than 4 hours. It's better to save some time to make the CI pipeline run more efficiently.

https://onsi.github.io/ginkgo/index#spec-parallelization Ginkgo v2 supports running test cases parallelly. We can leverage that feature to reduce this time consumption.

Describe the solution you'd like

Anything else you would like to add:

Environment:

  • Velero version (use velero version):
  • Kubernetes version (use kubectl version):
  • Kubernetes installer & version:
  • Cloud provider or hardware configuration:
  • OS (e.g. from /etc/os-release):

Vote on this issue!

This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.

  • :+1: for "The project would be better with this feature added"
  • :-1: for "This feature will not enhance the project in a meaningful way"

blackpiglet avatar Jul 01 '24 10:07 blackpiglet