Run gitea and static tests when update Apache UA filters
The gitea and static services both deploy apache using our UA filters. We were not testing these services when updating UA filters. This change fixes that giving us some basic sanity checking that UA filter updates are functional and quicker deployments of these filters. Change-Id: Icbe6558bb47946299a43905e2f64522576bad939
This commit is contained in:
parent
dd9ec9ef60
commit
2875f64ed3
@ -289,6 +289,7 @@
|
||||
- inventory/base
|
||||
- playbooks/service-static.yaml
|
||||
- inventory/service/group_vars/static.yaml
|
||||
- playbooks/roles/apache-ua-filter/
|
||||
- playbooks/roles/iptables/
|
||||
- playbooks/roles/static/
|
||||
- playbooks/roles/zuul-user/
|
||||
@ -453,6 +454,7 @@
|
||||
- playbooks/service-gitea.yaml
|
||||
- inventory/service/group_vars/gitea.yaml
|
||||
- inventory/service/host_vars/gitea[0-9][0-9]
|
||||
- playbooks/roles/apache-ua-filter/
|
||||
- playbooks/roles/install-docker/
|
||||
- playbooks/roles/pip3/
|
||||
- playbooks/roles/gitea/
|
||||
|
@ -739,6 +739,7 @@
|
||||
- inventory/service/host_vars/gitea
|
||||
- playbooks/zuul/templates/group_vars/gitea.yaml.j2
|
||||
- playbooks/zuul/templates/group_vars/gitea-lb.yaml.j2
|
||||
- playbooks/roles/apache-ua-filter/
|
||||
- playbooks/roles/pip3/
|
||||
- playbooks/roles/install-docker/
|
||||
- playbooks/roles/letsencrypt
|
||||
@ -1171,6 +1172,7 @@
|
||||
run_test_playbook: playbooks/test-static.yaml
|
||||
files:
|
||||
- playbooks/bootstrap-bridge.yaml
|
||||
- playbooks/roles/apache-ua-filter/
|
||||
- playbooks/roles/static/
|
||||
- playbooks/roles/letsencrypt
|
||||
- playbooks/letsencrypt.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user