mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +08:00
releng: enable s390 pungi 4 branched and rawhide composes
This commit is contained in:
3
roles/releng/files/s390.branched
Normal file
3
roles/releng/files/s390.branched
Normal file
@@ -0,0 +1,3 @@
|
||||
# branched devel compose
|
||||
MAILTO=releng-cron@lists.fedoraproject.org
|
||||
15 10 * * * root TMPDIR=`mktemp -d /tmp/branched.XXXXXX` && cd $TMPDIR && git clone https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f24-secondary-arch && LANG=en_US.UTF-8 ./nightly.sh arm
|
||||
3
roles/releng/files/s390.rawhide
Normal file
3
roles/releng/files/s390.rawhide
Normal file
@@ -0,0 +1,3 @@
|
||||
# rawhide compose
|
||||
MAILTO=releng-cron@lists.fedoraproject.org
|
||||
15 8 * * * root TMPDIR=`mktemp -d /tmp/rawhide.XXXXXX` && cd $TMPDIR && git clone https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout secondary-arch && LANG=en_US.UTF-8 ./nightly.sh arm
|
||||
@@ -215,6 +215,16 @@
|
||||
copy: src="power64.rawhide" dest=/etc/cron.d/rawhide
|
||||
when: inventory_hostname.startswith('compose-ppc64-01')
|
||||
|
||||
# put cron job in for s390 branched compose
|
||||
- name: s390 branched compose cron
|
||||
copy: src="s390.branched" dest=/etc/cron.d/branched
|
||||
when: inventory_hostname.startswith('compose-s390-01')
|
||||
|
||||
# put cron job in for s390 rawhide compose
|
||||
- name: s390 rawhide compose cron
|
||||
copy: src="s390.rawhide" dest=/etc/cron.d/rawhide
|
||||
when: inventory_hostname.startswith('compose-s390-01')
|
||||
|
||||
# put cron job in for two-week nightly compose
|
||||
- name: twoweek compose cron
|
||||
copy: src="twoweek-updates" dest=/etc/cron.d/twoweek-updates
|
||||
|
||||
Reference in New Issue
Block a user