Specify the nodeset for zuul jobs

The py2.7 jobs need to specify xenial
The py3.6 jobs need to specify bionic
The focal zuul nodes only have python 3.8 installed in them

The copyright date was updated in order to trigger
the zuul jobs, as a no-delta type of change

Note: pep8 and pylint jobs are not being specified for this repo
because they specify a generic python3 interpreter, and are
currently passing in python 3.6 and python 3.8.

Partial-Bug: 1928978
Signed-off-by: albailey <Al.Bailey@windriver.com>
Change-Id: I4de3a640419ed431619cc4154ab928eebef71280
This commit is contained in:
albailey 2021-05-19 15:47:55 -05:00
parent d52a908008
commit 8d2b5478c6
2 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,7 @@
name: stx-distcloud-client-tox-py27
parent: tox
description: Run py27 for distcloud-client
nodeset: ubuntu-xenial
vars:
tox_envlist: py27
tox_extra_args: -c distributedcloud-client/tox.ini
@ -34,6 +35,7 @@
name: stx-distcloud-client-tox-py36
parent: tox
description: Run py36 for distcloud-client
nodeset: ubuntu-bionic
vars:
tox_envlist: py36
tox_extra_args: -c distributedcloud-client/tox.ini

View File

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Copyright (c) 2017 Wind River Systems, Inc.
# Copyright (c) 2017-2021 Wind River Systems, Inc.
#
# The right to copy, distribute, modify, or otherwise make use
# of this software may be licensed only pursuant to the terms