From 727017ce95af89bef45ac3b21f06e85ee44eb36b Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 1 Feb 2024 16:46:40 -0500 Subject: [PATCH] bodhi/critpathcron: run `critpath.py` with `--with-coreos` Have the cron job that generates critpath information for Bodhi include gating information from CoreOS CI since we want to be able to actually gate those packages. --- roles/openshift-apps/bodhi/templates/critpathcron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/bodhi/templates/critpathcron.yml b/roles/openshift-apps/bodhi/templates/critpathcron.yml index 5bf7f9407d..2ec215384e 100644 --- a/roles/openshift-apps/bodhi/templates/critpathcron.yml +++ b/roles/openshift-apps/bodhi/templates/critpathcron.yml @@ -26,7 +26,7 @@ spec: cd /tmp git clone --depth 1 --single-branch https://pagure.io/releng.git cd /bodhi-critpath - /tmp/releng/scripts/critpath.py all --srpm + /tmp/releng/scripts/critpath.py all --srpm --with-coreos env: - name: BUILD_ENV value: "{{ env_short }}"