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:
Takashi Kajinami 2024-10-24 10:37:08 +09:00
parent 8c6bcd9888
commit 26fdf6a31f
7 changed files with 17 additions and 0 deletions

View File

@ -13,6 +13,7 @@
run: playbooks/run_functional_job.yaml run: playbooks/run_functional_job.yaml
post-run: playbooks/post_functional_job.yaml post-run: playbooks/post_functional_job.yaml
irrelevant-files: &irrelevant-files irrelevant-files: &irrelevant-files
- ^\.pre-commit-config\.yaml$
- ^\.pylintrc$ - ^\.pylintrc$
- ^.*\.conf\.sample$ - ^.*\.conf\.sample$
- ^.*\.rst$ - ^.*\.rst$
@ -78,6 +79,7 @@
# tox.ini file # tox.ini file
'/opt/stack/logs/dsvm-fullstack-logs.tar.gz': logs '/opt/stack/logs/dsvm-fullstack-logs.tar.gz': logs
irrelevant-files: irrelevant-files:
- ^\.pre-commit-config\.yaml$
- ^\.pylintrc$ - ^\.pylintrc$
- ^releasenotes/.*$ - ^releasenotes/.*$
- ^doc/.*$ - ^doc/.*$
@ -120,6 +122,7 @@
tox_envlist: mypy tox_envlist: mypy
voting: false voting: false
irrelevant-files: irrelevant-files:
- ^\.pre-commit-config\.yaml$
- ^\.pylintrc$ - ^\.pylintrc$
- ^releasenotes/.*$ - ^releasenotes/.*$
- ^doc/.*$ - ^doc/.*$

View File

@ -5,6 +5,7 @@
- openstack/grenade - openstack/grenade
- openstack/neutron - openstack/neutron
irrelevant-files: &openvswitch-irrelevant-files irrelevant-files: &openvswitch-irrelevant-files
- ^\.pre-commit-config\.yaml$
- ^\.pylintrc$ - ^\.pylintrc$
- ^test-requirements.txt$ - ^test-requirements.txt$
- ^releasenotes/.*$ - ^releasenotes/.*$
@ -222,6 +223,7 @@
parent: grenade-multinode parent: grenade-multinode
timeout: 9000 timeout: 9000
irrelevant-files: irrelevant-files:
- ^\.pre-commit-config\.yaml$
- ^\.pylintrc$ - ^\.pylintrc$
- ^test-requirements.txt$ - ^test-requirements.txt$
- ^releasenotes/.*$ - ^releasenotes/.*$

View File

@ -5,6 +5,7 @@
- openstack-tox-py39: # from openstack-python3-jobs template - openstack-tox-py39: # from openstack-python3-jobs template
timeout: 3600 timeout: 3600
irrelevant-files: &irrelevant-files irrelevant-files: &irrelevant-files
- ^\.pre-commit-config\.yaml$
- ^\.pylintrc$ - ^\.pylintrc$
- ^.*\.conf\.sample$ - ^.*\.conf\.sample$
- ^.*\.rst$ - ^.*\.rst$

View File

@ -30,6 +30,7 @@
- neutron-ovn-rally-task - neutron-ovn-rally-task
- tempest-integrated-networking: - tempest-integrated-networking:
irrelevant-files: &ovn-irrelevant-files irrelevant-files: &ovn-irrelevant-files
- ^\.pre-commit-config\.yaml$
- ^\.pylintrc$ - ^\.pylintrc$
- ^test-requirements.txt$ - ^test-requirements.txt$
- ^releasenotes/.*$ - ^releasenotes/.*$

View File

@ -52,6 +52,7 @@
- openstack/rally-openstack - openstack/rally-openstack
- openstack/osprofiler - openstack/osprofiler
irrelevant-files: irrelevant-files:
- ^\.pre-commit-config\.yaml$
- ^\.pylintrc$ - ^\.pylintrc$
- ^test-requirements.txt$ - ^test-requirements.txt$
- ^releasenotes/.*$ - ^releasenotes/.*$
@ -97,6 +98,7 @@
- name: openstack/rally - name: openstack/rally
- name: openstack/rally-openstack - name: openstack/rally-openstack
irrelevant-files: irrelevant-files:
- ^\.pre-commit-config\.yaml$
- ^\.pylintrc$ - ^\.pylintrc$
- ^test-requirements.txt$ - ^test-requirements.txt$
- ^releasenotes/.*$ - ^releasenotes/.*$

View File

@ -44,6 +44,7 @@
- openstack/tempest - openstack/tempest
pre-run: playbooks/dvr-multinode-scenario-pre-run.yaml pre-run: playbooks/dvr-multinode-scenario-pre-run.yaml
irrelevant-files: &openvswitch-irrelevant-files irrelevant-files: &openvswitch-irrelevant-files
- ^\.pre-commit-config\.yaml$
- ^\.pylintrc$ - ^\.pylintrc$
- ^test-requirements.txt$ - ^test-requirements.txt$
- ^releasenotes/.*$ - ^releasenotes/.*$
@ -379,6 +380,7 @@
- openstack/neutron-tempest-plugin - openstack/neutron-tempest-plugin
- openstack/tempest - openstack/tempest
irrelevant-files: &ovn-irrelevant-files irrelevant-files: &ovn-irrelevant-files
- ^\.pre-commit-config\.yaml$
- ^\.pylintrc$ - ^\.pylintrc$
- ^test-requirements.txt$ - ^test-requirements.txt$
- ^releasenotes/.*$ - ^releasenotes/.*$

View File

@ -59,6 +59,7 @@
Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
NEUTRON_DEPLOY_MOD_WSGI: true NEUTRON_DEPLOY_MOD_WSGI: true
irrelevant-files: &openvswitch-irrelevant-files irrelevant-files: &openvswitch-irrelevant-files
- ^\.pre-commit-config\.yaml$
- ^\.pylintrc$ - ^\.pylintrc$
- ^test-requirements.txt$ - ^test-requirements.txt$
- ^.*\.conf\.sample$ - ^.*\.conf\.sample$
@ -126,6 +127,7 @@
experimental: experimental:
linuxbridge: true linuxbridge: true
irrelevant-files: irrelevant-files:
- ^\.pre-commit-config\.yaml$
- ^\.pylintrc$ - ^\.pylintrc$
- ^test-requirements.txt$ - ^test-requirements.txt$
- ^.*\.conf\.sample$ - ^.*\.conf\.sample$
@ -256,6 +258,7 @@
'/var/log/openvswitch': 'logs' '/var/log/openvswitch': 'logs'
'/var/lib/ovn': 'logs' '/var/lib/ovn': 'logs'
irrelevant-files: &tempest-db-irrelevant-files irrelevant-files: &tempest-db-irrelevant-files
- ^\.pre-commit-config\.yaml$
- ^\.pylintrc$ - ^\.pylintrc$
- ^test-requirements.txt$ - ^test-requirements.txt$
- ^.*\.conf\.sample$ - ^.*\.conf\.sample$
@ -349,6 +352,7 @@
s-object: false s-object: false
s-proxy: false s-proxy: false
irrelevant-files: irrelevant-files:
- ^\.pre-commit-config\.yaml$
- ^\.pylintrc$ - ^\.pylintrc$
- ^test-requirements.txt$ - ^test-requirements.txt$
- ^.*\.conf\.sample$ - ^.*\.conf\.sample$
@ -494,6 +498,7 @@
'/var/log/openvswitch': 'logs' '/var/log/openvswitch': 'logs'
'/var/lib/ovn': 'logs' '/var/lib/ovn': 'logs'
irrelevant-files: &irrelevant-files irrelevant-files: &irrelevant-files
- ^\.pre-commit-config\.yaml$
- ^\.pylintrc$ - ^\.pylintrc$
- ^test-requirements.txt$ - ^test-requirements.txt$
- ^.*\.conf\.sample$ - ^.*\.conf\.sample$
@ -625,6 +630,7 @@
c-vol: false c-vol: false
cinder: false cinder: false
irrelevant-files: &ovn-irrelevant-files irrelevant-files: &ovn-irrelevant-files
- ^\.pre-commit-config\.yaml$
- ^\.pylintrc$ - ^\.pylintrc$
- ^test-requirements.txt$ - ^test-requirements.txt$
- ^releasenotes/.*$ - ^releasenotes/.*$