Cron job for epel8-playground composes
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
34a8869f9f
commit
24fda1a51c
2 changed files with 8 additions and 0 deletions
3
roles/releng/files/epel8-playgorund
Normal file
3
roles/releng/files/epel8-playgorund
Normal file
|
@ -0,0 +1,3 @@
|
|||
# epel8-playground compose
|
||||
MAILTO=releng-cron@lists.fedoraproject.org
|
||||
15 5 * * * root TMPDIR=`mktemp -d /tmp/epel8-playground.XXXXXX` && cd $TMPDIR && git clone https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout epel8-playground && /usr/local/bin/lock-wrapper epel8-playground-compose "PYTHONMALLOC=debug LANG=en_US.UTF-8 ./epel8-playground-nightly.sh"
|
|
@ -204,6 +204,11 @@
|
|||
copy: src="rawhide-iot" dest=/etc/cron.d/rawhide-iot
|
||||
when: inventory_hostname.startswith('compose-iot-01')
|
||||
|
||||
# put cron job in for epel8-playground compose
|
||||
- name: epel8-playground compose cron
|
||||
copy: src="epel8-playground" dest=/etc/cron.d/epel8-playground
|
||||
when: inventory_hostname.startswith('branched-composer')
|
||||
|
||||
- name: install compose /etc/httpd/conf.d/compose.conf file
|
||||
copy: >
|
||||
src="compose.conf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue