From 8dd47f37698164db5c085427d3d3979dd734674b Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Wed, 24 Jun 2020 18:02:48 +0200 Subject: [PATCH] scenario tests: use py2 on <=train branches Those tests are used on the stable branches too, where they should run using Python 2 (there is a specific py3 test there). Change-Id: I64b3e6f0edaa2cc166ebeccbba5cd2cfffb452b0 --- .zuul.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index c80ed78b..f3f66566 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -210,6 +210,17 @@ devstack_localrc: SAHARA_USE_MOD_WSGI: 'True' +# variant to be used on pre-Ussuri branches (Python 2 only) +- job: + name: sahara-tests-scenario + branches: + - stable/rocky + - stable/stein + - stable/train + vars: + devstack_localrc: + USE_PYTHON3: 'False' + - job: name: sahara-tests-scenario-radosgw description: |