From 8d2b5478c68579c1a9121f71b2085dc397ce9b85 Mon Sep 17 00:00:00 2001 From: albailey Date: Wed, 19 May 2021 15:47:55 -0500 Subject: [PATCH] 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 Change-Id: I4de3a640419ed431619cc4154ab928eebef71280 --- .zuul.yaml | 2 ++ distributedcloud-client/dcmanagerclient/utils.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 60e1e2e..de79922 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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 diff --git a/distributedcloud-client/dcmanagerclient/utils.py b/distributedcloud-client/dcmanagerclient/utils.py index 5267065..51e9c2e 100644 --- a/distributedcloud-client/dcmanagerclient/utils.py +++ b/distributedcloud-client/dcmanagerclient/utils.py @@ -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