Disable py3-bandit and py3-flake8 zuul jobs

The py3-bandit and py3-flake8 zuul jobs are failing due to a tox
environmental issue that will need to be resolved. This update
disables those jobs until the issue can be fixed.

Change-Id: I02bfacf5ca4def1d0f9997b317bbbe053cbb82f9
Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
Don Penney 2020-06-22 22:20:47 -04:00
parent 6abcfe6977
commit 4146e2a859
1 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@
check:
jobs:
- openstack-tox-linters
- py3-bandit
- py3-flake8
# - py3-bandit
# - py3-flake8
- patch-tox-pylint
- patch-tox-py27
- patch-tox-py36
@ -18,8 +18,8 @@
gate:
jobs:
- openstack-tox-linters
- py3-bandit
- py3-flake8
# - py3-bandit
# - py3-flake8
- patch-tox-pylint
- patch-tox-py27
- patch-tox-py36