IoT: drop cronjobs for iot composes

No longer use cron jobs for automated iot compose.

Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
Paul Whalen
2025-10-28 17:30:15 -04:00
committed by kevin
parent 683a191ae2
commit 5f39dbe9e6
3 changed files with 0 additions and 22 deletions

View File

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

View File

@@ -1,3 +0,0 @@
# IoT stable compose
MAILTO=releng-cron@lists.fedoraproject.org
00 11 * * * 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 f42 && ./twoweek-nightly.sh RC-$(date "+\%Y\%m\%d").0 && rm /tmp/fedora-compose-stable-iot

View File

@@ -326,22 +326,6 @@
mode: "644"
when: inventory_hostname.startswith('compose-x86-01.rdu3')
# 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.rdu3')
# put cron job in for IoT rawhide compose
- name: IoT rawhide compose cron
ansible.builtin.copy:
src: rawhide-iot
dest: /etc/cron.d/rawhide-iot
mode: "644"
when: inventory_hostname.startswith('compose-iot01.rdu3')
# put cron job in for ELN compose
- name: ELN compose cron
ansible.builtin.copy: