Remove redundant pep8 job from .zuul.yaml

This patch set drops a redundant pep8 job from .zuul.yaml.
openstack-tox-pep8 is already as a job, so
airship-armada-lint-pep8 can be dropped.

Change-Id: Iaaa0c8d34a2de93b7f105f7c686951df4e3b6824
This commit is contained in:
Felipe Monteiro 2018-10-14 11:30:03 -04:00
parent 6078774b34
commit 501d1e13b3
2 changed files with 0 additions and 32 deletions

View File

@ -19,13 +19,11 @@
check:
jobs:
- openstack-tox-pep8
- airship-armada-lint-pep8
- airship-armada-ubuntu
- airship-armada-docker-build-gate
gate:
jobs:
- openstack-tox-pep8
- airship-armada-lint-pep8
- airship-armada-docker-build-gate
post:
jobs:
@ -67,16 +65,6 @@
- name: primary
label: ubuntu-xenial
- job:
name: airship-armada-lint-pep8
description: |
Lints Python files against the PEP8 standard
run: tools/gate/playbooks/pep8-linter.yaml
timeout: 300
nodeset: airship-armada-single-node
files:
- ^.*\.py$
- job:
name: airship-armada-docker-build-gate
timeout: 1800

View File

@ -1,20 +0,0 @@
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- hosts: primary
tasks:
- name: Execute the make target for PEP8 linting
make:
chdir: "{{ zuul.project.src_dir }}"
target: test-pep8
register: result
failed_when: result.failed