Skip to content

Parallelize Kubernetes TestRunIntegrationTestsWithFeatureFlag tests

Georgi N. Georgiev requested to merge k8s-parallel-tests into main

What does this MR do?

Parallelizes the tests in TestRunIntegrationTestsWithFeatureFlag to reduce the overall tests duration.

Why was this MR needed?

When adding more tests the test started timing out.

What's the best way to test this MR?

Job should be passing. Compare an old job with a new job. It should be faster. Currently by about 5 minutes.

What are the relevant issue numbers?

Edited by Georgi N. Georgiev

Merge request reports