From 608163f52552ff76b316f9b62a903c947d6fee20 Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Mon, 12 Oct 2020 14:50:13 +0300 Subject: [PATCH] Fix used python versions for CI Change-Id: Ib3ce073e260c1387f7d26b7d994da2fdc8077e06 --- .zuul.d/docker-jobs.yaml | 4 ++-- tox.ini | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.zuul.d/docker-jobs.yaml b/.zuul.d/docker-jobs.yaml index 9c33db83..262bdd16 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 804eab21..9bb0ee18 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