IoT: add stable-iot cron job

Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
Paul Whalen 2024-11-07 14:57:08 -05:00 committed by kevin
parent 95b9389767
commit 58f307cb46
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# IoT stable compose
MAILTO=releng-cron@lists.fedoraproject.org
00 12 * * * root touch /tmp/fedora-compose-stable-iot && TMPDIR=`mktemp -d /tmp/stable.XXXXXX` && cd $TMPDIR && git clone https://pagure.io/fedora-iot/pungi-iot.git && cd pungi-iot && git checkout f41 && ./twoweek-nightly.sh RC-$(date "+\%Y\%m\%d").0 && rm /tmp/fedora-compose-stable-iot

View file

@ -338,6 +338,14 @@
mode: "644"
when: inventory_hostname.startswith('compose-x86-01.iad2')
# put cron job in for IoT stable compose
- name: IoT stable compose cron
ansible.builtin.copy:
src: stable-iot
dest: /etc/cron.d/stable-iot
mode: "644"
when: inventory_hostname.startswith('compose-iot01.iad2')
# put cron job in for IoT rawhide compose
- name: IoT rawhide compose cron
ansible.builtin.copy: