
Image contains all binaries and saved images required for minikube deployment. Together with [0] it will allow to save up to 6 minutes on each minikube deployment in osh(|-infra) functional jobs. [0] https://review.opendev.org/744561 Change-Id: If76781c4398d4ce3415167d2132700a61f2f1178 Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
59 lines
1.8 KiB
YAML
59 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.
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- openstack-helm-images-build-minikube-aio
|
|
gate:
|
|
jobs:
|
|
- openstack-helm-images-upload-minikube-aio
|
|
promote:
|
|
jobs:
|
|
- openstack-helm-images-promote-minikube-aio
|
|
periodic:
|
|
jobs:
|
|
- openstack-helm-images-build-minikube-aio
|
|
|
|
- job:
|
|
name: openstack-helm-images-build-minikube-aio
|
|
parent: openstack-helm-images-build
|
|
provides: common-images
|
|
description: Build minikube-aio image for OSH gates
|
|
vars: &minikube_aio_vars
|
|
currentdate: "{{ now(utc=True,fmt='%Y%m%d') }}"
|
|
docker_images:
|
|
- context: minikube-aio
|
|
repository: openstackhelm/minikube-aio
|
|
tags:
|
|
- latest-ubuntu_bionic
|
|
- "ubuntu_bionic-{{ currentdate }}"
|
|
files: &minikube_aio_files
|
|
- minikube-aio/.*
|
|
- zuul.d/minikube-aio.yaml
|
|
|
|
- job:
|
|
name: openstack-helm-images-upload-minikube-aio
|
|
parent: openstack-helm-images-upload
|
|
provides: common-images
|
|
description: Build and upload minikube-aio image
|
|
vars: *minikube_aio_vars
|
|
files: *minikube_aio_files
|
|
|
|
- job:
|
|
name: openstack-helm-images-promote-minikube-aio
|
|
parent: openstack-helm-images-promote
|
|
description: Promote previously built minikube-aio image
|
|
vars: *minikube_aio_vars
|
|
files: *minikube_aio_files
|