Add a periodic job to build + publish diskimage for fedora

This is a follow up of I8dc005cf023a5562466f4ac9ce862ee9fc9a9c2a,
which added periodic job for ubuntu and centos but not fedora which is
supported by our disk image builder.

Change-Id: I1c4b472b5506a64e4ecab69365a8e262aa01f66d
This commit is contained in:
Jacky Hu 2018-10-08 14:27:51 +08:00
parent a587614756
commit 46adc4653c
2 changed files with 11 additions and 0 deletions

View File

@ -89,6 +89,15 @@
amphora_image_size: 3 amphora_image_size: 3
amphora_os_release: 7 amphora_os_release: 7
- job:
name: publish-openstack-octavia-amphora-image-fedora
parent: publish-openstack-octavia-amphora-image
description: |
Publish Fedora-based amphora image to tarballs.o.o.
vars:
amphora_os: fedora
amphora_image_size: 3
- job: - job:
name: octavia-grenade name: octavia-grenade
parent: octavia-legacy-dsvm-base parent: octavia-legacy-dsvm-base

View File

@ -100,3 +100,5 @@
branches: ^(?!stable/.*).*$ branches: ^(?!stable/.*).*$
- publish-openstack-octavia-amphora-image-centos: - publish-openstack-octavia-amphora-image-centos:
branches: ^(?!stable/.*).*$ branches: ^(?!stable/.*).*$
- publish-openstack-octavia-amphora-image-fedora:
branches: ^(?!stable/.*).*$