Run remote-puppet-else daily instead of hourly

Update the file matchers to actually match the current set of puppet
things. This ensure the deploy job runs when we want it and we can catch
up daily instead of hourly.

Previously a number of the matchers didn't actually match the puppet
things because the path prefix was wrong or works were in different
orders for the dir names.

Change-Id: I3510da81d942cf6fb7da998b8a73b0a566ea7411
This commit is contained in:
Clark Boylan 2021-08-17 15:54:38 -07:00
parent ffe06527de
commit ce5d207dbb
2 changed files with 10 additions and 9 deletions

View File

@ -637,16 +637,20 @@
- opendev/ansible-role-puppet
- opendev/system-config
files:
- Gemfile
- Rakefile
- modules.env
- install_modules.sh
- hiera/
- inventory/
- roles/puppet-install/
- playbooks/install_puppet.yaml
- playbooks/update_puppet_version.yaml
- playbooks/remote_puppet_else.yaml
- inventory/service/group_vars/
- inventory/service/host_vars/
- inventory/service/group_vars/puppet
- playbooks/roles/run-puppet/
- playbooks/roles/puppet-run/
- playbooks/roles/install-ansible-roles/
- playbooks/roles/puppet-install/
- playbooks/roles/disable-puppet-agent/
- playbooks/roles/puppet-setup-ansible/
- playbooks/roles/iptables/
- modules/
- manifests/

View File

@ -406,6 +406,7 @@
- infra-prod-run-accessbot
- infra-prod-service-afs
- infra-prod-service-zuul-preview
- infra-prod-remote-puppet-else
- infra-prod-run-cloud-launcher
opendev-prod-hourly:
jobs:
@ -430,7 +431,3 @@
dependencies:
- name: infra-prod-install-ansible
soft: true
- infra-prod-remote-puppet-else:
dependencies:
- name: infra-prod-install-ansible
soft: true