Files
openstack-helm-images/zuul.d/libvirt.yaml
Vladimir Kozhukalov e5de10eb18 Build 2025.2 libvirt images
Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com>
Change-Id: I54b67ab820cc06b5a08ecf5234131507e59013b3
2025-10-01 15:29:14 -05:00

110 lines
3.5 KiB
YAML

---
# Copyright 2019, SUSE LINUX GmbH.
#
# 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-libvirt
gate:
jobs:
- openstack-helm-images-upload-libvirt
promote:
jobs:
- openstack-helm-images-promote-libvirt
periodic-weekly:
jobs:
- openstack-helm-images-upload-libvirt
- openstack-helm-images-promote-libvirt:
dependencies:
- name: openstack-helm-images-compute-kit-2025-1-ubuntu_jammy
- openstack-helm-images-compute-kit-2025-1-ubuntu_jammy
- job:
name: openstack-helm-images-build-libvirt
parent: openstack-helm-images-build
description: Build libvirt images
vars: &libvirt_vars
currentdate: "{{ now(utc=True,fmt='%Y%m%d') }}"
docker_images:
- context: libvirt
repository: openstackhelm/libvirt
dockerfile: Dockerfile
arch:
- linux/amd64
tags:
- "caracal-ubuntu_jammy-{{ currentdate }}"
- "caracal-ubuntu_jammy"
- "2024.1-ubuntu_jammy-{{ currentdate }}"
- "2024.1-ubuntu_jammy"
build_args:
- FROM=ubuntu:jammy
- RELEASE=caracal
- context: libvirt
repository: openstackhelm/libvirt
dockerfile: Dockerfile
arch:
- linux/amd64
tags:
- "dalmatian-ubuntu_noble-{{ currentdate }}"
- "dalmatian-ubuntu_noble"
- "2024.2-ubuntu_noble-{{ currentdate }}"
- "2024.2-ubuntu_noble"
build_args:
- FROM=ubuntu:noble
- RELEASE=dalmatian
- context: libvirt
repository: openstackhelm/libvirt
dockerfile: Dockerfile
arch:
- linux/amd64
tags:
- "epoxy-ubuntu_noble-{{ currentdate }}"
- "epoxy-ubuntu_noble"
- "2025.1-ubuntu_noble-{{ currentdate }}"
- "2025.1-ubuntu_noble"
build_args:
- FROM=ubuntu:noble
- RELEASE=epoxy
- context: libvirt
repository: openstackhelm/libvirt
dockerfile: Dockerfile
arch:
- linux/amd64
tags:
- "flamingo-ubuntu_noble-{{ currentdate }}"
- "flamingo-ubuntu_noble"
- "2025.2-ubuntu_noble-{{ currentdate }}"
- "2025.2-ubuntu_noble"
build_args:
- FROM=ubuntu:noble
- RELEASE=flamingo
files: &libvirt_files
- libvirt/.*
- zuul.d/libvirt.yaml
- job:
name: openstack-helm-images-upload-libvirt
parent: openstack-helm-images-upload
description: Build and upload libvirt images
vars: *libvirt_vars
files: *libvirt_files
- job:
name: openstack-helm-images-promote-libvirt
parent: openstack-helm-images-promote
description: Promote a previously published libvirt image to latest.
vars: *libvirt_vars
files: *libvirt_files