From d55ca91b907c45dc73d4d44e39560e37a7b668ef Mon Sep 17 00:00:00 2001 From: albailey Date: Wed, 19 May 2021 13:51:15 -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 for some files in order to trigger the zuul jobs, as a no-delta type of change. Partial-Bug: 1928978 Signed-off-by: albailey Change-Id: Ifc7904d4908a5dbe2ffbd9214e5e4c425932afad --- .zuul.yaml | 9 +++++++++ .../controllerconfig/controllerconfig/utils.py | 2 +- sysinv/cgts-client/cgts-client/cgtsclient/client.py | 2 +- sysinv/sysinv/sysinv/sysinv/sanity_coverage.py | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index b527a323e5..fe3b015d9c 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -77,6 +77,7 @@ parent: tox description: | Run flake8 test for sysinv + nodeset: ubuntu-bionic files: - sysinv/sysinv/* vars: @@ -104,6 +105,7 @@ parent: tox description: | Run bandit test for sysinv + nodeset: ubuntu-bionic files: - sysinv/sysinv/* vars: @@ -114,6 +116,7 @@ name: controllerconfig-tox-py27 parent: tox description: Run py27 tests for controllerconfig + nodeset: ubuntu-xenial required-projects: - starlingx/fault files: @@ -126,6 +129,7 @@ name: controllerconfig-tox-py36 parent: tox description: Run py36 tests for controllerconfig + nodeset: ubuntu-bionic required-projects: - starlingx/fault files: @@ -138,6 +142,7 @@ name: controllerconfig-tox-flake8 parent: tox description: Run flake8 tests for controllerconfig + nodeset: ubuntu-xenial files: - controllerconfig/* vars: @@ -148,6 +153,7 @@ name: controllerconfig-tox-pylint parent: tox description: Run pylint tests for controllerconfig + nodeset: ubuntu-xenial required-projects: - starlingx/fault files: @@ -185,6 +191,7 @@ parent: tox description: | Run py27 test for cgts-client + nodeset: ubuntu-xenial files: - sysinv/cgts-client/* vars: @@ -209,6 +216,7 @@ parent: tox description: | Run pep8 test for cgts-client + nodeset: ubuntu-bionic files: - sysinv/cgts-client/* vars: @@ -220,6 +228,7 @@ parent: tox description: | Run pylint test for cgts-client + nodeset: ubuntu-xenial files: - sysinv/cgts-client/* vars: diff --git a/controllerconfig/controllerconfig/controllerconfig/utils.py b/controllerconfig/controllerconfig/controllerconfig/utils.py index 59fec88575..df42a634b3 100644 --- a/controllerconfig/controllerconfig/controllerconfig/utils.py +++ b/controllerconfig/controllerconfig/controllerconfig/utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2014-2020 Wind River Systems, Inc. +# Copyright (c) 2014-2021 Wind River Systems, Inc. # # SPDX-License-Identifier: Apache-2.0 # diff --git a/sysinv/cgts-client/cgts-client/cgtsclient/client.py b/sysinv/cgts-client/cgts-client/cgtsclient/client.py index bc6c488565..a49954dc4d 100644 --- a/sysinv/cgts-client/cgts-client/cgtsclient/client.py +++ b/sysinv/cgts-client/cgts-client/cgtsclient/client.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2020 Wind River Systems, Inc. +# Copyright (c) 2013-2021 Wind River Systems, Inc. # # SPDX-License-Identifier: Apache-2.0 # diff --git a/sysinv/sysinv/sysinv/sysinv/sanity_coverage.py b/sysinv/sysinv/sysinv/sysinv/sanity_coverage.py index b7447059ac..00ddc370da 100644 --- a/sysinv/sysinv/sysinv/sysinv/sanity_coverage.py +++ b/sysinv/sysinv/sysinv/sysinv/sanity_coverage.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018 Wind River Systems, Inc. +# Copyright (c) 2018-2021 Wind River Systems, Inc. # # SPDX-License-Identifier: Apache-2.0 #