Do not build images on prod until it is rebuilt to F24

This commit is contained in:
Martin Krizek 2017-01-16 18:48:13 +00:00
parent 24355c520d
commit 093bc398b3

View file

@ -41,18 +41,21 @@
name: "Build new f24 taskotron_cloud images in ImageFactory" name: "Build new f24 taskotron_cloud images in ImageFactory"
special_time: daily special_time: daily
job: '/var/lib/fedoraqa/base_images/trigger_build/trigger_build.py build --config /etc/taskotron_base_images/config_server.ini --release 24 --arch x86_64 --flavor="taskotron_cloud" --disksize="30G" > /dev/null' job: '/var/lib/fedoraqa/base_images/trigger_build/trigger_build.py build --config /etc/taskotron_base_images/config_server.ini --release 24 --arch x86_64 --flavor="taskotron_cloud" --disksize="30G" > /dev/null'
when: deployment_type in ['dev', 'stg']
- name: Create cronjob to build new F25 images - name: Create cronjob to build new F25 images
cron: cron:
name: "Build new f25 taskotron_cloud images in ImageFactory" name: "Build new f25 taskotron_cloud images in ImageFactory"
special_time: daily special_time: daily
job: '/var/lib/fedoraqa/base_images/trigger_build/trigger_build.py build --config /etc/taskotron_base_images/config_server.ini --release 25 --arch x86_64 --flavor="taskotron_cloud" --disksize="30G" > /dev/null' job: '/var/lib/fedoraqa/base_images/trigger_build/trigger_build.py build --config /etc/taskotron_base_images/config_server.ini --release 25 --arch x86_64 --flavor="taskotron_cloud" --disksize="30G" > /dev/null'
when: deployment_type in ['dev', 'stg']
- name: Create cronjob to build new rawhide images - name: Create cronjob to build new rawhide images
cron: cron:
name: "Build new rawhide taskotron_cloud images in ImageFactory" name: "Build new rawhide taskotron_cloud images in ImageFactory"
special_time: daily special_time: daily
job: '/var/lib/fedoraqa/base_images/trigger_build/trigger_build.py build --config /etc/taskotron_base_images/config_server.ini --release rawhide --arch x86_64 --flavor="taskotron_cloud" --disksize="30G" > /dev/null' job: '/var/lib/fedoraqa/base_images/trigger_build/trigger_build.py build --config /etc/taskotron_base_images/config_server.ini --release rawhide --arch x86_64 --flavor="taskotron_cloud" --disksize="30G" > /dev/null'
when: deployment_type in ['dev', 'stg']
- name: Create cronjob to report failed builds - name: Create cronjob to report failed builds
cron: cron: