Clean up some gitea-lb zuul config

This triggers the test job on changes to any gitea.* roles, including
gitea-lb which wasn't included before.

It also removes the letescrypt job as a soft dependency from the lb
jobs since that is not strictly necessary.

Change-Id: Ie5bcd4d8215bb14d939dddf3e20d3173ccc0acdc
This commit is contained in:
James E. Blair 2022-02-10 13:26:35 -08:00 committed by Jeremy Stanley
parent 2a9553ef25
commit f196aa047e
2 changed files with 1 additions and 4 deletions

View File

@ -463,8 +463,6 @@
soft: true
- infra-prod-service-gitea-lb: &infra-prod-service-gitea-lb
dependencies:
- name: infra-prod-letsencrypt
soft: true
- name: system-config-promote-image-haproxy-statsd
soft: true
- infra-prod-service-grafana: &infra-prod-service-grafana

View File

@ -626,8 +626,7 @@
- playbooks/roles/install-docker/
- playbooks/roles/letsencrypt
- playbooks/roles/gerrit/
- playbooks/roles/gitea/
- playbooks/roles/gitea-git-repos/
- playbooks/roles/gitea.*
- playbooks/roles/haproxy/
- playbooks/roles/letsencrypt-create-certs/handlers/restart_gitea.yaml
- testinfra/test_gitea.py