![Felipe Monteiro](/assets/img/avatar_default.png)
This patchset either expands on existing entries in irrelevant-files or adds irrelevant-files to various jobs to save on resources in Zuul. Change-Id: I50a8c6ae7b64cd12eb896b5281a42c04e07671cc
92 lines
2.5 KiB
YAML
92 lines
2.5 KiB
YAML
# 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.
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- airship-armada-linter
|
|
- airship-armada-lint-pep8
|
|
- airship-armada-ubuntu
|
|
- airship-armada-unit-py35
|
|
|
|
gate:
|
|
jobs:
|
|
- airship-armada-linter
|
|
- airship-armada-lint-pep8
|
|
- airship-armada-unit-py35
|
|
|
|
- job:
|
|
name: airship-armada-linter
|
|
run: tools/gate/playbooks/zuul-linter.yaml
|
|
nodeset: airship-armada-single-node
|
|
|
|
- job:
|
|
name: airship-armada
|
|
roles:
|
|
- zuul: openstack/openstack-helm-infra
|
|
vars:
|
|
zuul_osh_infra_relative_path: ../openstack-helm-infra/
|
|
timeout: 7200
|
|
pre-run:
|
|
- tools/gate/playbooks/osh-infra-upgrade-host.yaml
|
|
- tools/gate/playbooks/osh-infra-deploy-docker.yaml
|
|
- tools/gate/playbooks/osh-infra-build.yaml
|
|
- tools/gate/playbooks/osh-infra-deploy-k8s.yaml
|
|
run: tools/gate/playbooks/airship-armada-check.yaml
|
|
post-run: tools/gate/playbooks/osh-infra-collect-logs.yaml
|
|
required-projects:
|
|
- openstack/openstack-helm-infra
|
|
|
|
- job:
|
|
name: airship-armada-ubuntu
|
|
parent: airship-armada
|
|
nodeset: openstack-helm-single-node
|
|
voting: false
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^etc/.*$
|
|
- ^releasenotes/.*$
|
|
- ^setup.cfg$
|
|
- ^armada/tests/unit/.*$
|
|
|
|
- nodeset:
|
|
name: airship-armada-single-node
|
|
nodes:
|
|
- name: primary
|
|
label: ubuntu-xenial
|
|
|
|
- job:
|
|
name: airship-armada-unit-py35
|
|
description: |
|
|
Executes unit tests under Python 3.5
|
|
run: tools/gate/playbooks/unit-py35.yaml
|
|
timeout: 300
|
|
nodeset: airship-armada-single-node
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^etc/.*$
|
|
- ^releasenotes/.*$
|
|
- ^setup.cfg$
|
|
|
|
- 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$
|
|
|