Merge "Skip unnecessary tests for release cut off"

This commit is contained in:
Zuul 2020-10-14 22:21:14 +00:00 committed by Gerrit Code Review
commit 51b5a932ed
4 changed files with 29 additions and 0 deletions

View File

@ -68,9 +68,11 @@
- ^requirements.txt$ - ^requirements.txt$
- ^test-requirements.txt$ - ^test-requirements.txt$
- ^LICENSE$ - ^LICENSE$
- ^.gitreview$
- ^.gitignore$ - ^.gitignore$
- ^setup.cfg$ - ^setup.cfg$
- ^setup.py$ - ^setup.py$
- ^tox.ini$
roles: roles:
- zuul: zuul/zuul-jobs - zuul: zuul/zuul-jobs
# NOTE(tobias-urdin): The ceph variable must be provided with a default here # NOTE(tobias-urdin): The ceph variable must be provided with a default here
@ -106,9 +108,11 @@
- ^requirements.txt$ - ^requirements.txt$
- ^test-requirements.txt$ - ^test-requirements.txt$
- ^LICENSE$ - ^LICENSE$
- ^.gitreview$
- ^.gitignore$ - ^.gitignore$
- ^setup.cfg$ - ^setup.cfg$
- ^setup.py$ - ^setup.py$
- ^tox.ini$
- job: - job:
name: puppet-openstack-unit-base name: puppet-openstack-unit-base
@ -127,9 +131,11 @@
- ^test-requirements.txt$ - ^test-requirements.txt$
- ^spec/acceptance/.*$ - ^spec/acceptance/.*$
- ^LICENSE$ - ^LICENSE$
- ^.gitreview$
- ^.gitignore$ - ^.gitignore$
- ^setup.cfg$ - ^setup.cfg$
- ^setup.py$ - ^setup.py$
- ^tox.ini$
# TODO(tobias-urdin): Remove when we use rspec-puppet 2.7.1 # TODO(tobias-urdin): Remove when we use rspec-puppet 2.7.1
vars: vars:
rspec_puppet_version: '~> 2.3.0' rspec_puppet_version: '~> 2.3.0'
@ -147,11 +153,14 @@
- ^etc/.*$ - ^etc/.*$
- ^metadata.json$ - ^metadata.json$
- ^releasenotes/.*$ - ^releasenotes/.*$
- ^requirements.txt$
- ^test-requirements.txt$ - ^test-requirements.txt$
- ^LICENSE$ - ^LICENSE$
- ^.gitreview$
- ^.gitignore$ - ^.gitignore$
- ^setup.cfg$ - ^setup.cfg$
- ^setup.py$ - ^setup.py$
- ^tox.ini$
# TODO(tobias-urdin): Remove when we use rspec-puppet 2.7.1 # TODO(tobias-urdin): Remove when we use rspec-puppet 2.7.1
vars: vars:
rspec_puppet_version: '~> 2.3.0' rspec_puppet_version: '~> 2.3.0'

View File

@ -4,11 +4,19 @@
parent: puppet-openstack-module-base parent: puppet-openstack-module-base
run: playbooks/run-lint-tests.yaml run: playbooks/run-lint-tests.yaml
irrelevant-files: irrelevant-files:
- ^.*\.md$
- ^.*\.rst$
- ^doc/.*$ - ^doc/.*$
- ^etc/.*$ - ^etc/.*$
- ^releasenotes/.*$ - ^releasenotes/.*$
- ^requirements.txt$ - ^requirements.txt$
- ^test-requirements.txt$ - ^test-requirements.txt$
- ^LICENSE$
- ^.gitignore$
- ^.gitreview$
- ^setup.cfg$
- ^setup.py$
- ^tox.ini$
- job: - job:
name: puppet-openstack-syntax-6-ubuntu-bionic name: puppet-openstack-syntax-6-ubuntu-bionic
@ -39,6 +47,10 @@
- ^test-requirements.txt$ - ^test-requirements.txt$
- ^LICENSE$ - ^LICENSE$
- ^.gitignore$ - ^.gitignore$
- ^.gitreview$
- ^setup.cfg$
- ^setup.py$
- ^tox.ini$
- job: - job:
name: puppet-openstack-libraries-puppet-syntax-6-ubuntu-bionic name: puppet-openstack-libraries-puppet-syntax-6-ubuntu-bionic

View File

@ -19,9 +19,11 @@
- ^test-requirements.txt$ - ^test-requirements.txt$
- ^metadata.json$ - ^metadata.json$
- ^LICENSE$ - ^LICENSE$
- ^.gitreview$
- ^.gitignore$ - ^.gitignore$
- ^setup.cfg$ - ^setup.cfg$
- ^setup.py$ - ^setup.py$
- ^tox.ini$
- job: - job:
name: puppet-openstack-litmus-module-base name: puppet-openstack-litmus-module-base

View File

@ -11,11 +11,14 @@
- ^etc/.*$ - ^etc/.*$
- ^metadata.json$ - ^metadata.json$
- ^releasenotes/.*$ - ^releasenotes/.*$
- ^requirements.txt$
- ^test-requirements.txt$ - ^test-requirements.txt$
- ^LICENSE$ - ^LICENSE$
- ^.gitreview$
- ^.gitignore$ - ^.gitignore$
- ^setup.cfg$ - ^setup.cfg$
- ^setup.py$ - ^setup.py$
- ^tox.ini$
- project-template: - project-template:
name: tripleo-puppet-undercloud name: tripleo-puppet-undercloud
@ -37,11 +40,14 @@
- ^metadata.json$ - ^metadata.json$
- ^releasenotes/.*$ - ^releasenotes/.*$
- ^spec/.*$ - ^spec/.*$
- ^requirements.txt$
- ^test-requirements.txt$ - ^test-requirements.txt$
- ^LICENSE$ - ^LICENSE$
- ^.gitreview$
- ^.gitignore$ - ^.gitignore$
- ^setup.cfg$ - ^setup.cfg$
- ^setup.py$ - ^setup.py$
- ^tox.ini$
- job: - job:
name: tripleo-puppet-ci-centos-8-standalone name: tripleo-puppet-ci-centos-8-standalone