From a4b30db3cc01c12da4c1dcb24ba7c8afc751c682 Mon Sep 17 00:00:00 2001 From: albailey Date: Wed, 19 May 2021 14:12:07 -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 Zuul targets that invoke a generic python3 interpreter such as pep8 is not specified. The copyright date was updated in order to trigger the zuul jobs, as a no-delta type of change. Change-Id: If5352228a018f3147ae78172ae625066150c0a95 Partial-Bug: 1928978 Signed-off-by: albailey (cherry picked from commit 9f5b85c41c2d8aec2e550f187a8b40a7525033b0) --- .zuul.yaml | 3 +++ distributedcloud/dcmanager/version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 096684fd7..171524ab6 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -27,6 +27,7 @@ name: stx-distcloud-tox-py27 parent: tox description: Run py27 for distcloud + nodeset: ubuntu-xenial required-projects: - starlingx/fault - starlingx/nfv @@ -40,6 +41,7 @@ name: stx-distcloud-tox-py36 parent: tox description: Run py36 for distcloud + nodeset: ubuntu-bionic required-projects: - starlingx/fault - starlingx/nfv @@ -53,6 +55,7 @@ name: stx-distcloud-tox-pylint parent: tox description: Run pylint for distcloud + nodeset: ubuntu-bionic required-projects: - starlingx/fault - starlingx/nfv diff --git a/distributedcloud/dcmanager/version.py b/distributedcloud/dcmanager/version.py index fcd5ca438..3deb66b44 100644 --- a/distributedcloud/dcmanager/version.py +++ b/distributedcloud/dcmanager/version.py @@ -10,7 +10,7 @@ # 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