Run ansible jobs on bridge.yaml changes
We almost merged I7ed75d253857f86b68f67023af6897af4e1b4f50 which would have broken production Ansible runs due to a issue with the upgraded Ansible and listener syntaxes. CI was picking this up, but the jobs weren't running on this change (in this case, it was noticed in a follow-on job that triggered the letsencrypt jobs to run). Add this file to all ansible tests so that if we bump versions of ansible/openstacksdk/ara etc, we run all the tests in the gate. Change-Id: I738c4e7721bd126e8e109c5ea1f38eba9e07b22b
This commit is contained in:
parent
e03a97de8f
commit
f3def9b84a
12
.zuul.yaml
12
.zuul.yaml
@ -572,6 +572,7 @@
|
||||
- name: eavesdrop01.openstack.org
|
||||
label: ubuntu-xenial
|
||||
files:
|
||||
- playbooks/bridge.yaml
|
||||
- playbooks/group_vars/eavesdrop.yaml
|
||||
- testinfra/test_eavesdrop.py
|
||||
vars:
|
||||
@ -605,6 +606,7 @@
|
||||
host_copy_output:
|
||||
'/var/log/acme.sh': logs
|
||||
files:
|
||||
- playbooks/bridge.yaml
|
||||
- playbooks/group_vars/letsencrypt.yaml
|
||||
- playbooks/roles/letsencrypt.*
|
||||
|
||||
@ -620,6 +622,7 @@
|
||||
- name: lists.openstack.org
|
||||
label: ubuntu-xenial
|
||||
files:
|
||||
- playbooks/bridge.yaml
|
||||
- modules/openstack_project/manifests/lists.pp
|
||||
- playbooks/host_vars/lists.openstack.org.yaml
|
||||
- roles/exim
|
||||
@ -645,6 +648,7 @@
|
||||
- playbooks/service-nodepool.yaml
|
||||
- playbooks/remote_puppet_else.yaml
|
||||
files:
|
||||
- playbooks/bridge.yaml
|
||||
- playbooks/group_vars/nodepool.yaml
|
||||
- playbooks/group_vars/nodepool-builder.yaml
|
||||
- playbooks/group_vars/nodepool-launcher.yaml
|
||||
@ -677,6 +681,7 @@
|
||||
'/etc/bind/named.conf': logs
|
||||
'/var/lib/bind/zones': logs
|
||||
files:
|
||||
- playbooks/bridge.yaml
|
||||
- playbooks/group_vars/adns.yaml
|
||||
- playbooks/group_vars/dns.yaml
|
||||
- ^playbooks/host_vars/(ad)?ns\d+.opendev.org.yaml
|
||||
@ -706,7 +711,7 @@
|
||||
run_playbooks:
|
||||
- playbooks/service-backup.yaml
|
||||
files:
|
||||
- .zuul.yaml
|
||||
- playbooks/bridge.yaml
|
||||
- playbooks/roles/backup.*
|
||||
- playbooks/zuul/templates/host_vars/backup.*
|
||||
- testinfra/test_backups.py
|
||||
@ -727,6 +732,7 @@
|
||||
- playbooks/service-letsencrypt.yaml
|
||||
- playbooks/service-mirror.yaml
|
||||
files:
|
||||
- playbooks/bridge.yaml
|
||||
- roles/
|
||||
- playbooks/group_vars/mirror_opendev.yaml
|
||||
- playbooks/roles/mirror/
|
||||
@ -756,6 +762,7 @@
|
||||
run_playbooks:
|
||||
- playbooks/service-mirror-update.yaml
|
||||
files:
|
||||
- playbooks/bridge.yaml
|
||||
- roles/
|
||||
- playbooks/roles/mirror-update/
|
||||
- playbooks/service-mirror-update.yaml
|
||||
@ -782,6 +789,7 @@
|
||||
'/var/registry/auth': logs
|
||||
'/var/registry/certs': logs
|
||||
files:
|
||||
- playbooks/bridge.yaml
|
||||
- playbooks/group_vars/registry.yaml
|
||||
- ^playbooks/host_vars/insecure-ci-registry\d+.opendev.org.yaml
|
||||
- playbooks/zuul/templates/group_vars/registry.yaml.j2
|
||||
@ -818,6 +826,7 @@
|
||||
host_copy_output:
|
||||
'/var/haproxy/etc': logs
|
||||
files:
|
||||
- playbooks/bridge.yaml
|
||||
- playbooks/group_vars/gitea.yaml
|
||||
- playbooks/group_vars/gitea-lb.yaml
|
||||
- playbooks/zuul/templates/group_vars/gitea.yaml.j2
|
||||
@ -850,6 +859,7 @@
|
||||
run_playbooks:
|
||||
- playbooks/service-zuul.yaml
|
||||
files:
|
||||
- playbooks/bridge.yaml
|
||||
- playbooks/roles/zuul-preview/
|
||||
- testinfra/test_zuul_preview.py
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user