diff --git a/roles/releng/files/rawhide-iot b/roles/releng/files/rawhide-iot new file mode 100644 index 0000000000..ac62f8c936 --- /dev/null +++ b/roles/releng/files/rawhide-iot @@ -0,0 +1,3 @@ +# IoT rawhide compose +MAILTO=releng-cron@lists.fedoraproject.org +00 8 * * * root 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" diff --git a/roles/releng/tasks/main.yml b/roles/releng/tasks/main.yml index 76fd7ff0aa..ebf1e52be3 100644 --- a/roles/releng/tasks/main.yml +++ b/roles/releng/tasks/main.yml @@ -199,6 +199,11 @@ template: src=clean-amis.j2 dest=/etc/cron.d/clean-amis when: inventory_hostname.startswith('compose-x86-01') +# put cron job in for IoT rawhide compose +- name: IoT rawhide compose cron + copy: src="rawhide-iot" dest=/etc/cron.d/rawhide-iot + when: inventory_hostname.startswith('compose-iot-01') + - name: install compose /etc/httpd/conf.d/compose.conf file copy: > src="compose.conf"