From d8ecaa06dddb248119e0eebc51aa2f5f310cd0e6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 16 Oct 2025 16:17:57 -0700 Subject: [PATCH] proxies: jenkins and testdays are both prod only Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-redirects.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index ce76eee5bd..481909d0da 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -107,12 +107,14 @@ website: jenkins.fedorainfracloud.org target: https://jenkins-fedora-infra.apps.ci.centos.org/ tags: jenkins + when: env == "production" - role: httpd/redirect shortname: testdays-fic website: testdays.fedorainfracloud.org target: https://testdays.fedoraproject.org/ tags: testdays-fic + when: env == "production" - role: httpd/redirectmatch shortname: fpaste