Merge "Skip unnecessary tests for release cut off"
This commit is contained in:
commit
51b5a932ed
@ -68,9 +68,11 @@
|
||||
- ^requirements.txt$
|
||||
- ^test-requirements.txt$
|
||||
- ^LICENSE$
|
||||
- ^.gitreview$
|
||||
- ^.gitignore$
|
||||
- ^setup.cfg$
|
||||
- ^setup.py$
|
||||
- ^tox.ini$
|
||||
roles:
|
||||
- zuul: zuul/zuul-jobs
|
||||
# NOTE(tobias-urdin): The ceph variable must be provided with a default here
|
||||
@ -106,9 +108,11 @@
|
||||
- ^requirements.txt$
|
||||
- ^test-requirements.txt$
|
||||
- ^LICENSE$
|
||||
- ^.gitreview$
|
||||
- ^.gitignore$
|
||||
- ^setup.cfg$
|
||||
- ^setup.py$
|
||||
- ^tox.ini$
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-unit-base
|
||||
@ -127,9 +131,11 @@
|
||||
- ^test-requirements.txt$
|
||||
- ^spec/acceptance/.*$
|
||||
- ^LICENSE$
|
||||
- ^.gitreview$
|
||||
- ^.gitignore$
|
||||
- ^setup.cfg$
|
||||
- ^setup.py$
|
||||
- ^tox.ini$
|
||||
# TODO(tobias-urdin): Remove when we use rspec-puppet 2.7.1
|
||||
vars:
|
||||
rspec_puppet_version: '~> 2.3.0'
|
||||
@ -147,11 +153,14 @@
|
||||
- ^etc/.*$
|
||||
- ^metadata.json$
|
||||
- ^releasenotes/.*$
|
||||
- ^requirements.txt$
|
||||
- ^test-requirements.txt$
|
||||
- ^LICENSE$
|
||||
- ^.gitreview$
|
||||
- ^.gitignore$
|
||||
- ^setup.cfg$
|
||||
- ^setup.py$
|
||||
- ^tox.ini$
|
||||
# TODO(tobias-urdin): Remove when we use rspec-puppet 2.7.1
|
||||
vars:
|
||||
rspec_puppet_version: '~> 2.3.0'
|
||||
|
@ -4,11 +4,19 @@
|
||||
parent: puppet-openstack-module-base
|
||||
run: playbooks/run-lint-tests.yaml
|
||||
irrelevant-files:
|
||||
- ^.*\.md$
|
||||
- ^.*\.rst$
|
||||
- ^doc/.*$
|
||||
- ^etc/.*$
|
||||
- ^releasenotes/.*$
|
||||
- ^requirements.txt$
|
||||
- ^test-requirements.txt$
|
||||
- ^LICENSE$
|
||||
- ^.gitignore$
|
||||
- ^.gitreview$
|
||||
- ^setup.cfg$
|
||||
- ^setup.py$
|
||||
- ^tox.ini$
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-syntax-6-ubuntu-bionic
|
||||
@ -39,6 +47,10 @@
|
||||
- ^test-requirements.txt$
|
||||
- ^LICENSE$
|
||||
- ^.gitignore$
|
||||
- ^.gitreview$
|
||||
- ^setup.cfg$
|
||||
- ^setup.py$
|
||||
- ^tox.ini$
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-libraries-puppet-syntax-6-ubuntu-bionic
|
||||
|
@ -19,9 +19,11 @@
|
||||
- ^test-requirements.txt$
|
||||
- ^metadata.json$
|
||||
- ^LICENSE$
|
||||
- ^.gitreview$
|
||||
- ^.gitignore$
|
||||
- ^setup.cfg$
|
||||
- ^setup.py$
|
||||
- ^tox.ini$
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-litmus-module-base
|
||||
|
@ -11,11 +11,14 @@
|
||||
- ^etc/.*$
|
||||
- ^metadata.json$
|
||||
- ^releasenotes/.*$
|
||||
- ^requirements.txt$
|
||||
- ^test-requirements.txt$
|
||||
- ^LICENSE$
|
||||
- ^.gitreview$
|
||||
- ^.gitignore$
|
||||
- ^setup.cfg$
|
||||
- ^setup.py$
|
||||
- ^tox.ini$
|
||||
|
||||
- project-template:
|
||||
name: tripleo-puppet-undercloud
|
||||
@ -37,11 +40,14 @@
|
||||
- ^metadata.json$
|
||||
- ^releasenotes/.*$
|
||||
- ^spec/.*$
|
||||
- ^requirements.txt$
|
||||
- ^test-requirements.txt$
|
||||
- ^LICENSE$
|
||||
- ^.gitreview$
|
||||
- ^.gitignore$
|
||||
- ^setup.cfg$
|
||||
- ^setup.py$
|
||||
- ^tox.ini$
|
||||
|
||||
- job:
|
||||
name: tripleo-puppet-ci-centos-8-standalone
|
||||
|
Loading…
Reference in New Issue
Block a user