mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
@@ -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
|
||||
@@ -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
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user