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.
This commit is contained in:
Jonathan Lebon 2024-02-01 16:46:40 -05:00 committed by kevin
parent ca42dcf422
commit 727017ce95

View file

@ -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 }}"