Do not build images on prod until it is rebuilt to F24
This commit is contained in:
parent
24355c520d
commit
093bc398b3
1 changed files with 3 additions and 0 deletions
|
@ -41,18 +41,21 @@
|
|||
name: "Build new f24 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 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
|
||||
cron:
|
||||
name: "Build new f25 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 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
|
||||
cron:
|
||||
name: "Build new rawhide 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 rawhide --arch x86_64 --flavor="taskotron_cloud" --disksize="30G" > /dev/null'
|
||||
when: deployment_type in ['dev', 'stg']
|
||||
|
||||
- name: Create cronjob to report failed builds
|
||||
cron:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue