make the e2e feature tests run as a parallel test by default
Now the e2e feature tests took too much time together to finish execution, so
instead of sequentially executing the tests the CI will execute them in a parallel way.
Optionally in a followup change, the separate parallel job definitions could
be removed, because with this current change all e2e feature tests will run as parallel tests.
Change-Id: I68dfbd3509a838dd2999cec3307771a0c7b3ef80
diff --git a/jjb/metal3/job_capm3_e2e_feature_tests.yml b/jjb/metal3/job_capm3_e2e_feature_tests.yml
index 5f132c4..72611cf 100644
--- a/jjb/metal3/job_capm3_e2e_feature_tests.yml
+++ b/jjb/metal3/job_capm3_e2e_feature_tests.yml
@@ -123,5 +123,5 @@
wipe-workspace: True
honor-refspec: True
shallow-clone: False
- script-path: "{ci_github_pipeline}"
+ script-path: "{e2e_feature_test_parallel_pipeline}"
lightweight-checkout: False