Unblocking CI by n-v a few jobs

The commits marks several jobs as n-v to unblock the CI. The jobs
already have fixes proposed and are in the process of review.
Right now we wait on a change in Tempest which may take serveral
days to get merged.
The patch also fixes an issue with pep8 - too long line - seems
like the sensitivity of pep8 was increased because previously
the line was ok with pep8.

Change-Id: Icea222faadfe22ab029d0321fd68c3e6f1bbc0b4
This commit is contained in:
Martin Kopec 2023-06-01 08:07:02 +02:00
parent b0ee1bcdac
commit eca54c4743
2 changed files with 21 additions and 9 deletions

View File

@ -6,15 +6,27 @@
check: check:
jobs: jobs:
- openstack-tox-py39 - openstack-tox-py39
- python-tempestconf-tempest-devstack-admin # temporarily n-v to unblock the gates, the job is fixed by
- python-tempestconf-tempest-devstack-admin-yoga # https://review.opendev.org/c/openinfra/python-tempestconf/+/881551
- python-tempestconf-tempest-devstack-admin:
voting: false
# temporarily n-v to unblock the gates, the job is fixed by
# https://review.opendev.org/c/openinfra/python-tempestconf/+/881551
- python-tempestconf-tempest-devstack-admin-yoga:
voting: false
# temporarily marked to n-v, there is a bug # temporarily marked to n-v, there is a bug
# https://storyboard.openstack.org/#!/story/2010573 # https://storyboard.openstack.org/#!/story/2010573
- python-tempestconf-tempest-devstack-admin-zed: - python-tempestconf-tempest-devstack-admin-zed:
voting: false voting: false
- python-tempestconf-tempest-devstack-demo - python-tempestconf-tempest-devstack-demo
- python-tempestconf-tempest-devstack-admin-plugins # temporarily n-v to unblock the gates, the job is fixed by
- python-tempestconf-tempest-devstack-enforce-scope-new-defaults-admin # https://review.opendev.org/c/openinfra/python-tempestconf/+/881551
- python-tempestconf-tempest-devstack-admin-plugins:
voting: false
# temporarily n-v to unblock the gates, the job is fixed by
# https://review.opendev.org/c/openinfra/python-tempestconf/+/881551
- python-tempestconf-tempest-devstack-enforce-scope-new-defaults-admin:
voting: false
- python-tempestconf-tempest-devstack-enforce-scope-new-defaults-demo - python-tempestconf-tempest-devstack-enforce-scope-new-defaults-demo
- python-tempestconf-tempest-packstack-admin: - python-tempestconf-tempest-packstack-admin:
voting: false voting: false
@ -62,11 +74,11 @@
gate: gate:
jobs: jobs:
- openstack-tox-py39 - openstack-tox-py39
- python-tempestconf-tempest-devstack-admin # - python-tempestconf-tempest-devstack-admin
- python-tempestconf-tempest-devstack-admin-yoga # - python-tempestconf-tempest-devstack-admin-yoga
# - python-tempestconf-tempest-devstack-admin-zed # - python-tempestconf-tempest-devstack-admin-zed
- python-tempestconf-tempest-devstack-demo - python-tempestconf-tempest-devstack-demo
- python-tempestconf-tempest-devstack-admin-plugins # - python-tempestconf-tempest-devstack-admin-plugins
- refstack-client-devstack-master: - refstack-client-devstack-master:
irrelevant-files: *irrelevant-files irrelevant-files: *irrelevant-files
- tripleo-ci-centos-9-content-provider: - tripleo-ci-centos-9-content-provider:

View File

@ -306,8 +306,8 @@ def get_arg_parser():
help="""Convert images to raw format before uploading help="""Convert images to raw format before uploading
to glance.""") to glance.""")
parser.add_argument('--network-id', parser.add_argument('--network-id',
help="""Specify which network with external connectivity help="""Specify which network with external
should be used by the tests.""") connectivity should be used by the tests.""")
parser.add_argument('--append', action='append', default=[], parser.add_argument('--append', action='append', default=[],
metavar="SECTION.KEY=VALUE[,VALUE]", metavar="SECTION.KEY=VALUE[,VALUE]",
help="""Append values to tempest.conf help="""Append values to tempest.conf