openstack-helm-images/zuul.d/openstack-base.yaml

72 lines
1.8 KiB
YAML

---
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- job:
name: openstack-helm-images-build-openstack
abstract: true
timeout: 7200
required-projects:
- openstack/loci
dependencies:
- name: openstack-helm-images-buildset-registry
run:
- zuul.d/playbooks/build-openstack.yml
vars: &vars
branchname: "master"
shortbranchname: "master"
distroname: ""
from: ""
ceph_repo: ""
ceph_key: ""
openstack_docker_images:
- keystone
- glance
- cinder
- nova
- ironic
- neutron
- horizon
- heat
- barbican
- placement
- monasca_api
- cyborg
- magnum
- masakari
- masakari_monitors
- manila
- tacker
- job:
name: openstack-helm-images-upload-openstack
parent: openstack-helm-images-build-openstack
abstract: true
post-run:
- zuul.d/playbooks/upload-openstack.yml
secrets:
name: docker_credentials
secret: openstack-helm-dockerhub
vars: *vars
- job:
name: openstack-helm-images-promote-openstack
abstract: true
run:
- zuul.d/playbooks/promote-openstack.yml
secrets:
name: docker_credentials
secret: openstack-helm-dockerhub
vars: *vars
nodeset:
nodes: []