From 05bc7f17b430cd7fadb673ab375f4033055f887e Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Wed, 10 Feb 2021 12:09:06 -0600 Subject: [PATCH] Enable devstack parallel installation in tempest-full-parallel job Devstack depends-on patch enable the way to install the things in parallel, let's try it in tempest-full-parallel job which run all the scenario tests in parallel with API tests. This can help to check the stability of devstack parallel logic as well as to see how much improvement it add in runtime. If tempest-full-parallel job run faster then it will be bigger step to run back the scneario tests in parallel. Depends-On: https://review.opendev.org/c/openstack/devstack/+/771505 Change-Id: I1da50a89fb7617364249b04efcf207e7728f7de7 --- zuul.d/tempest-specific.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zuul.d/tempest-specific.yaml b/zuul.d/tempest-specific.yaml index 387a94bdc7..fd348cc0ce 100644 --- a/zuul.d/tempest-specific.yaml +++ b/zuul.d/tempest-specific.yaml @@ -46,6 +46,8 @@ tox_envlist: full-parallel run_tempest_cleanup: true run_tempest_dry_cleanup: true + devstack_localrc: + DEVSTACK_PARALLEL: True - job: name: tempest-full-py3-ipv6