From f196aa047ea4d8ebbd1b72755bbd821c1a06bc7f Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 10 Feb 2022 13:26:35 -0800 Subject: [PATCH] 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 --- zuul.d/project.yaml | 2 -- zuul.d/system-config-run.yaml | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index fec6a63964..72f582d583 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -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 diff --git a/zuul.d/system-config-run.yaml b/zuul.d/system-config-run.yaml index 219996f1fc..41916447aa 100644 --- a/zuul.d/system-config-run.yaml +++ b/zuul.d/system-config-run.yaml @@ -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