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:
parent
3e3ac96bb7
commit
d55ca91b90
@ -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:
|
||||
|
@ -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
|
||||
#
|
||||
|
@ -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
|
||||
#
|
||||
|
@ -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
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user