Keep using bionic for tox jobs except with Python 3.8

The default nodeset was just changed to focal [1], which doesn't provide
python3.6 and python3.7 packages.

[1] https://review.opendev.org/c/opendev/base-jobs/+/789098

Change-Id: Ic404d0424978551a99df7e529840e6707ea2df59
This commit is contained in:
Pierre Riteau 2021-05-19 08:47:32 +02:00
parent ee09cab546
commit 8a1c326137
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
post-run: tests/ci/playbooks/fetch-html-and-json-reports.yaml post-run: tests/ci/playbooks/fetch-html-and-json-reports.yaml
description: | description: |
Run test for rally project. Run test for rally project.
nodeset: ubuntu-bionic
- job: - job:
name: rally-tox-docs name: rally-tox-docs
@ -84,6 +85,7 @@
Run unit test for rally project. Run unit test for rally project.
Uses tox with the ``py38`` environment. Uses tox with the ``py38`` environment.
nodeset: ubuntu-focal
vars: vars:
tox_env: py38 tox_env: py38
@ -104,6 +106,7 @@
Run test for rally project. Run test for rally project.
Uses tox with the ``cover`` environment. Uses tox with the ``cover`` environment.
nodeset: ubuntu-bionic
vars: vars:
coverage_output_src: '{{ zuul.project.src_dir }}/cover/' coverage_output_src: '{{ zuul.project.src_dir }}/cover/'
zuul_executor_dest: '{{ zuul.executor.log_root }}/coverage/' zuul_executor_dest: '{{ zuul.executor.log_root }}/coverage/'