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 <Al.Bailey@windriver.com>
Change-Id: Ifc7904d4908a5dbe2ffbd9214e5e4c425932afad
This commit is contained in:
albailey 2021-05-19 13:51:15 -05:00
parent 3e3ac96bb7
commit d55ca91b90
4 changed files with 12 additions and 3 deletions

View File

@ -77,6 +77,7 @@
parent: tox parent: tox
description: | description: |
Run flake8 test for sysinv Run flake8 test for sysinv
nodeset: ubuntu-bionic
files: files:
- sysinv/sysinv/* - sysinv/sysinv/*
vars: vars:
@ -104,6 +105,7 @@
parent: tox parent: tox
description: | description: |
Run bandit test for sysinv Run bandit test for sysinv
nodeset: ubuntu-bionic
files: files:
- sysinv/sysinv/* - sysinv/sysinv/*
vars: vars:
@ -114,6 +116,7 @@
name: controllerconfig-tox-py27 name: controllerconfig-tox-py27
parent: tox parent: tox
description: Run py27 tests for controllerconfig description: Run py27 tests for controllerconfig
nodeset: ubuntu-xenial
required-projects: required-projects:
- starlingx/fault - starlingx/fault
files: files:
@ -126,6 +129,7 @@
name: controllerconfig-tox-py36 name: controllerconfig-tox-py36
parent: tox parent: tox
description: Run py36 tests for controllerconfig description: Run py36 tests for controllerconfig
nodeset: ubuntu-bionic
required-projects: required-projects:
- starlingx/fault - starlingx/fault
files: files:
@ -138,6 +142,7 @@
name: controllerconfig-tox-flake8 name: controllerconfig-tox-flake8
parent: tox parent: tox
description: Run flake8 tests for controllerconfig description: Run flake8 tests for controllerconfig
nodeset: ubuntu-xenial
files: files:
- controllerconfig/* - controllerconfig/*
vars: vars:
@ -148,6 +153,7 @@
name: controllerconfig-tox-pylint name: controllerconfig-tox-pylint
parent: tox parent: tox
description: Run pylint tests for controllerconfig description: Run pylint tests for controllerconfig
nodeset: ubuntu-xenial
required-projects: required-projects:
- starlingx/fault - starlingx/fault
files: files:
@ -185,6 +191,7 @@
parent: tox parent: tox
description: | description: |
Run py27 test for cgts-client Run py27 test for cgts-client
nodeset: ubuntu-xenial
files: files:
- sysinv/cgts-client/* - sysinv/cgts-client/*
vars: vars:
@ -209,6 +216,7 @@
parent: tox parent: tox
description: | description: |
Run pep8 test for cgts-client Run pep8 test for cgts-client
nodeset: ubuntu-bionic
files: files:
- sysinv/cgts-client/* - sysinv/cgts-client/*
vars: vars:
@ -220,6 +228,7 @@
parent: tox parent: tox
description: | description: |
Run pylint test for cgts-client Run pylint test for cgts-client
nodeset: ubuntu-xenial
files: files:
- sysinv/cgts-client/* - sysinv/cgts-client/*
vars: vars:

View File

@ -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 # SPDX-License-Identifier: Apache-2.0
# #

View File

@ -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 # SPDX-License-Identifier: Apache-2.0
# #

View File

@ -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 # SPDX-License-Identifier: Apache-2.0
# #