Merge "Add a periodic image build job"

This commit is contained in:
Zuul 2020-03-20 21:58:11 +00:00 committed by Gerrit Code Review
commit fa77cae14a
2 changed files with 15 additions and 0 deletions

View File

@ -111,3 +111,17 @@
required-projects:
- openstack/octavia-lib
- openstack/octavia
- job:
name: octavia-amphora-image-build
parent: base
description: |
Builds the amphora image using the released diskimage-builder version,
not Git master. This job does not publish the image.
run: playbooks/image-build/run.yaml
required-projects:
- openstack/octavia
- openstack/octavia-lib
vars:
amphora_os: ubuntu
amphora_os_release: bionic

View File

@ -80,3 +80,4 @@
branches: ^(?!stable/.*).*$
- publish-openstack-octavia-amphora-image-centos8:
branches: ^(?!stable/.*).*$
- octavia-amphora-image-build