From b4bfdf699a1c401ca171f1262619919bae1f8f91 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 2 Apr 2020 09:25:08 -0500 Subject: [PATCH] Add file matchers for roles used via include_role Previous patches missed these because they're not in the main playbook. Add them to the file matchers for the appropriate service. Change-Id: I387804c81a2053c19373d2b38b6e0ad29340a91b --- .zuul.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 73a0593e85..2c90a0b71e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1499,6 +1499,7 @@ - playbooks/host_vars/.* - playbooks/group_vars/.* - playbooks/roles/letsencrypt-.* + - playbooks/roles/logrotate/.* - job: name: infra-prod-manage-projects @@ -1537,6 +1538,7 @@ - playbooks/service-bridge.yaml - playbooks/host_vars/bridge.openstack.org.yaml - playbooks/roles/ansible-cron/.* + - playbooks/roles/logrotate/.* - playbooks/roles/cloud-launcher-cron/.* - playbooks/roles/edit-secrets-script/.* - playbooks/roles/install-kubectl/.* @@ -1587,6 +1589,7 @@ - playbooks/roles/configure-kubectl/.* - playbooks/roles/configure-openstacksdk/.* - playbooks/roles/install-docker/.* + - playbooks/roles/install-zookeeper/.* - playbooks/roles/nodepool-.* - playbooks/templates/clouds/nodepool_.* @@ -1624,6 +1627,7 @@ - playbooks/roles/kerberos-client/.* - playbooks/roles/openafs-client/.* - playbooks/roles/mirror-update/.* + - playbooks/roles/logrotate/.* - job: name: infra-prod-service-mirror @@ -1637,6 +1641,9 @@ - playbooks/roles/kerberos-client/.* - playbooks/roles/openafs-client/.* - playbooks/roles/mirror/.* + - playbooks/roles/afs-release/.* + - playbooks/roles/afsmon/.* + - playbooks/roles/logrotate/.* - job: name: infra-prod-service-static