commit 608163f52552ff76b316f9b62a903c947d6fee20 Author: Andrey Kurilin Date: Mon Oct 12 14:50:13 2020 +0300 Fix used python versions for CI Change-Id: Ib3ce073e260c1387f7d26b7d994da2fdc8077e06 diff --git a/.zuul.d/docker-jobs.yaml b/.zuul.d/docker-jobs.yaml index 9c33db8..262bdd1 100644 --- a/.zuul.d/docker-jobs.yaml +++ b/.zuul.d/docker-jobs.yaml @@ -28,7 +28,7 @@ - job: name: rally-openstack-docker-build parent: build-docker-image - nodeset: ubuntu-bionic + nodeset: ubuntu-focal run: tests/ci/playbooks/docker-build-and-check.yaml post-run: tests/ci/playbooks/fetch-html-and-json-reports.yaml timeout: 1800 @@ -44,7 +44,7 @@ - job: name: rally-openstack-docker-build-and-push parent: build-docker-image - nodeset: ubuntu-bionic + nodeset: ubuntu-focal run: tests/ci/playbooks/docker-build-check-and-push.yaml post-run: tests/ci/playbooks/fetch-html-and-json-reports.yaml timeout: 1800 diff --git a/tox.ini b/tox.ini index 804eab2..9bb0ee1 100644 --- a/tox.ini +++ b/tox.ini @@ -50,6 +50,7 @@ commands = {posargs} commands = oslo_debug_helper -t tests {posargs} [testenv:functional] +basepython = python3 sitepackages = True commands = find . -type f -name "*.pyc" -delete