Files
openstack-helm-images/zuul.d/openstack-2025.1-ubuntu_noble.yaml
Vladimir Kozhukalov c82a78fcc1 Cleanup Openstack image build jobs
We have been using Loci images by default for quite some time.
They seem to be stable and images are published on
quay.io/airshipit.

Also the cleanup will encourage further improvements of Loci
which are not supposed to be necessarily backward compatible with
osh-images Openstack build jobs.

Change-Id: Ibe2cd0e6ae8b86334637f2a5ea1c71cae6b9381c
2025-06-16 10:35:44 -05:00

57 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-compute-kit-2025-1-ubuntu_noble
- openstack-helm-images-cinder-2025-1-ubuntu_noble
- job:
name: openstack-helm-images-compute-kit-2025-1-ubuntu_noble
parent: openstack-helm-compute-kit-2025-1-ubuntu_noble
dependencies:
- name: openstack-helm-images-build-openvswitch
soft: true
- name: openstack-helm-images-build-mariadb
soft: true
- name: openstack-helm-images-build-libvirt
soft: true
- name: openstack-helm-images-upload-openvswitch
soft: true
- name: openstack-helm-images-upload-mariadb
soft: true
- name: openstack-helm-images-upload-libvirt
soft: true
files:
- openvswitch/.*
- zuul.d/openvswitch.yaml
- mariadb/.*
- zuul.d/mariadb.yaml
- libvirt/.*
- zuul.d/libvirt.yaml
- zuul.d/openstack-2025.1-ubuntu_noble.yaml
- job:
name: openstack-helm-images-cinder-2025-1-ubuntu_noble
parent: openstack-helm-cinder-2025-1-ubuntu_noble
dependencies:
- name: openstack-helm-images-build-mariadb
soft: true
- name: openstack-helm-images-upload-mariadb
soft: true
files:
- mariadb/.*
- zuul.d/mariadb.yaml
- zuul.d/openstack-2025.1-ubuntu_noble.yaml