Skip functional tests on pre-commit config update
This file has no functional impact and is not used in any tests so far. Change-Id: I054993ba153997cffaf7ec281a1934ae5f49ab80
This commit is contained in:
parent
8c6bcd9888
commit
26fdf6a31f
@ -13,6 +13,7 @@
|
||||
run: playbooks/run_functional_job.yaml
|
||||
post-run: playbooks/post_functional_job.yaml
|
||||
irrelevant-files: &irrelevant-files
|
||||
- ^\.pre-commit-config\.yaml$
|
||||
- ^\.pylintrc$
|
||||
- ^.*\.conf\.sample$
|
||||
- ^.*\.rst$
|
||||
@ -78,6 +79,7 @@
|
||||
# tox.ini file
|
||||
'/opt/stack/logs/dsvm-fullstack-logs.tar.gz': logs
|
||||
irrelevant-files:
|
||||
- ^\.pre-commit-config\.yaml$
|
||||
- ^\.pylintrc$
|
||||
- ^releasenotes/.*$
|
||||
- ^doc/.*$
|
||||
@ -120,6 +122,7 @@
|
||||
tox_envlist: mypy
|
||||
voting: false
|
||||
irrelevant-files:
|
||||
- ^\.pre-commit-config\.yaml$
|
||||
- ^\.pylintrc$
|
||||
- ^releasenotes/.*$
|
||||
- ^doc/.*$
|
||||
|
@ -5,6 +5,7 @@
|
||||
- openstack/grenade
|
||||
- openstack/neutron
|
||||
irrelevant-files: &openvswitch-irrelevant-files
|
||||
- ^\.pre-commit-config\.yaml$
|
||||
- ^\.pylintrc$
|
||||
- ^test-requirements.txt$
|
||||
- ^releasenotes/.*$
|
||||
@ -222,6 +223,7 @@
|
||||
parent: grenade-multinode
|
||||
timeout: 9000
|
||||
irrelevant-files:
|
||||
- ^\.pre-commit-config\.yaml$
|
||||
- ^\.pylintrc$
|
||||
- ^test-requirements.txt$
|
||||
- ^releasenotes/.*$
|
||||
|
@ -5,6 +5,7 @@
|
||||
- openstack-tox-py39: # from openstack-python3-jobs template
|
||||
timeout: 3600
|
||||
irrelevant-files: &irrelevant-files
|
||||
- ^\.pre-commit-config\.yaml$
|
||||
- ^\.pylintrc$
|
||||
- ^.*\.conf\.sample$
|
||||
- ^.*\.rst$
|
||||
|
@ -30,6 +30,7 @@
|
||||
- neutron-ovn-rally-task
|
||||
- tempest-integrated-networking:
|
||||
irrelevant-files: &ovn-irrelevant-files
|
||||
- ^\.pre-commit-config\.yaml$
|
||||
- ^\.pylintrc$
|
||||
- ^test-requirements.txt$
|
||||
- ^releasenotes/.*$
|
||||
|
@ -52,6 +52,7 @@
|
||||
- openstack/rally-openstack
|
||||
- openstack/osprofiler
|
||||
irrelevant-files:
|
||||
- ^\.pre-commit-config\.yaml$
|
||||
- ^\.pylintrc$
|
||||
- ^test-requirements.txt$
|
||||
- ^releasenotes/.*$
|
||||
@ -97,6 +98,7 @@
|
||||
- name: openstack/rally
|
||||
- name: openstack/rally-openstack
|
||||
irrelevant-files:
|
||||
- ^\.pre-commit-config\.yaml$
|
||||
- ^\.pylintrc$
|
||||
- ^test-requirements.txt$
|
||||
- ^releasenotes/.*$
|
||||
|
@ -44,6 +44,7 @@
|
||||
- openstack/tempest
|
||||
pre-run: playbooks/dvr-multinode-scenario-pre-run.yaml
|
||||
irrelevant-files: &openvswitch-irrelevant-files
|
||||
- ^\.pre-commit-config\.yaml$
|
||||
- ^\.pylintrc$
|
||||
- ^test-requirements.txt$
|
||||
- ^releasenotes/.*$
|
||||
@ -379,6 +380,7 @@
|
||||
- openstack/neutron-tempest-plugin
|
||||
- openstack/tempest
|
||||
irrelevant-files: &ovn-irrelevant-files
|
||||
- ^\.pre-commit-config\.yaml$
|
||||
- ^\.pylintrc$
|
||||
- ^test-requirements.txt$
|
||||
- ^releasenotes/.*$
|
||||
|
@ -59,6 +59,7 @@
|
||||
Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
|
||||
NEUTRON_DEPLOY_MOD_WSGI: true
|
||||
irrelevant-files: &openvswitch-irrelevant-files
|
||||
- ^\.pre-commit-config\.yaml$
|
||||
- ^\.pylintrc$
|
||||
- ^test-requirements.txt$
|
||||
- ^.*\.conf\.sample$
|
||||
@ -126,6 +127,7 @@
|
||||
experimental:
|
||||
linuxbridge: true
|
||||
irrelevant-files:
|
||||
- ^\.pre-commit-config\.yaml$
|
||||
- ^\.pylintrc$
|
||||
- ^test-requirements.txt$
|
||||
- ^.*\.conf\.sample$
|
||||
@ -256,6 +258,7 @@
|
||||
'/var/log/openvswitch': 'logs'
|
||||
'/var/lib/ovn': 'logs'
|
||||
irrelevant-files: &tempest-db-irrelevant-files
|
||||
- ^\.pre-commit-config\.yaml$
|
||||
- ^\.pylintrc$
|
||||
- ^test-requirements.txt$
|
||||
- ^.*\.conf\.sample$
|
||||
@ -349,6 +352,7 @@
|
||||
s-object: false
|
||||
s-proxy: false
|
||||
irrelevant-files:
|
||||
- ^\.pre-commit-config\.yaml$
|
||||
- ^\.pylintrc$
|
||||
- ^test-requirements.txt$
|
||||
- ^.*\.conf\.sample$
|
||||
@ -494,6 +498,7 @@
|
||||
'/var/log/openvswitch': 'logs'
|
||||
'/var/lib/ovn': 'logs'
|
||||
irrelevant-files: &irrelevant-files
|
||||
- ^\.pre-commit-config\.yaml$
|
||||
- ^\.pylintrc$
|
||||
- ^test-requirements.txt$
|
||||
- ^.*\.conf\.sample$
|
||||
@ -625,6 +630,7 @@
|
||||
c-vol: false
|
||||
cinder: false
|
||||
irrelevant-files: &ovn-irrelevant-files
|
||||
- ^\.pre-commit-config\.yaml$
|
||||
- ^\.pylintrc$
|
||||
- ^test-requirements.txt$
|
||||
- ^releasenotes/.*$
|
||||
|
Loading…
Reference in New Issue
Block a user