From 9503d8df1123c7c8aac772cc0360ba0112fa4ab4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 6 Feb 2026 09:54:04 -0800 Subject: [PATCH] bodhi / openshift: adjust critpath to pull from forge instead of pagure.io releng moved things from pagure.io/releng to forge.fedoraproject.org/releng/tooling Adjust this cron to do likewise. Signed-off-by: Kevin Fenzi --- roles/openshift-apps/bodhi/templates/critpathcron.yml.j2 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/roles/openshift-apps/bodhi/templates/critpathcron.yml.j2 b/roles/openshift-apps/bodhi/templates/critpathcron.yml.j2 index 8371e6c56d..b9947edbc1 100644 --- a/roles/openshift-apps/bodhi/templates/critpathcron.yml.j2 +++ b/roles/openshift-apps/bodhi/templates/critpathcron.yml.j2 @@ -24,9 +24,8 @@ spec: args: - | cd /tmp - git clone --depth 1 --single-branch https://pagure.io/releng.git - cd /bodhi-critpath - /tmp/releng/scripts_new/quality-assurance/critpath/critpath.py all --srpm --with-coreos + git clone --depth 1 --single-branch https:/forge.fedoraproject.org/releng/tooling + /tmp/tooling/quality-assurance/critpath/critpath.py all --srpm --with-coreos env: - name: BUILD_ENV value: "{{ env_short }}"