From 00340743c8ebc1d015836aaf24bc83bbb3ceeed6 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Mon, 24 Feb 2020 10:41:28 +0100 Subject: [PATCH] Ensure that fullstack job is run with python 2.7 On stable/queens branch we need to run fullstack job with python 2.7. There wasn't basepython set explicity for dsvm-fullstack and it seems that it was run on python 3.5 in the gate. So lets explicity set basepython for this job to avoid such problems. This patch is needed for queens only as for rocky and newer versions it was set explicity in [1]. [1] https://review.opendev.org/#/c/572973 Change-Id: Ic662f9b407c273beae676d0a8c93c48e624a2a96 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index b15cca0eb47..88f6412dee3 100644 --- a/tox.ini +++ b/tox.ini @@ -68,6 +68,7 @@ commands = {toxinidir}/tools/ostestr_compat_shim.sh {posargs} [testenv:dsvm-fullstack] +basepython = python2.7 setenv = {[testenv]setenv} {[testenv:common]setenv} {[testenv:dsvm]setenv}