Merge "Skip functional tests on pre-commit config update"

This commit is contained in:
Zuul 2024-11-04 18:20:35 +00:00 committed by Gerrit Code Review
commit e84edd88e9
7 changed files with 17 additions and 0 deletions

View File

@ -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$
@ -79,6 +80,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 @@
vars:
tox_envlist: mypy
irrelevant-files:
- ^\.pre-commit-config\.yaml$
- ^\.pylintrc$
- ^releasenotes/.*$
- ^doc/.*$

View File

@ -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/.*$

View File

@ -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$

View File

@ -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/.*$

View File

@ -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/.*$

View File

@ -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/.*$

View File

@ -60,6 +60,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$
@ -127,6 +128,7 @@
experimental:
linuxbridge: true
irrelevant-files:
- ^\.pre-commit-config\.yaml$
- ^\.pylintrc$
- ^test-requirements.txt$
- ^.*\.conf\.sample$
@ -257,6 +259,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$
@ -350,6 +353,7 @@
s-object: false
s-proxy: false
irrelevant-files:
- ^\.pre-commit-config\.yaml$
- ^\.pylintrc$
- ^test-requirements.txt$
- ^.*\.conf\.sample$
@ -495,6 +499,7 @@
'/var/log/openvswitch': 'logs'
'/var/lib/ovn': 'logs'
irrelevant-files: &irrelevant-files
- ^\.pre-commit-config\.yaml$
- ^\.pylintrc$
- ^test-requirements.txt$
- ^.*\.conf\.sample$
@ -626,6 +631,7 @@
c-vol: false
cinder: false
irrelevant-files: &ovn-irrelevant-files
- ^\.pre-commit-config\.yaml$
- ^\.pylintrc$
- ^test-requirements.txt$
- ^releasenotes/.*$