mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
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:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user