taskotron: make imagefactory cronjob desc more readable
This commit is contained in:
parent
6d2a7e939d
commit
e906a6a136
1 changed files with 2 additions and 2 deletions
|
@ -36,9 +36,9 @@
|
|||
- name: Generate configuration
|
||||
template: src=config_server.ini.j2 dest=/etc/taskotron_base_images/config_server.ini owner=root group=root mode=0644
|
||||
|
||||
- name: Create cronjob to build new {{ item }} images
|
||||
- name: Create cronjob to build new Fedora {{ item }} images
|
||||
cron:
|
||||
name: "Build new {{ item }} taskotron_cloud images in ImageFactory"
|
||||
name: "Build new Fedora {{ item }} taskotron_cloud images in ImageFactory"
|
||||
special_time: daily
|
||||
job: '/var/lib/fedoraqa/base_images/trigger_build/trigger_build.py build --config /etc/taskotron_base_images/config_server.ini --release {{ item }} --arch x86_64 --flavor="taskotron_cloud" --disksize="30G" > /dev/null'
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue