Files
openstack-helm/zuul.d/2025.2-ubuntu_noble.yaml
Vladimir Kozhukalov e8e1998575 [skyline] Use Loci skyline image
Change-Id: I0b848660be75a7106f19f83e47cdcd1100a04d11
Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com>
2025-11-06 10:35:10 -06:00

69 lines
2.1 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-cinder-2025-2-ubuntu_noble
parent: openstack-helm-cinder-rook
nodeset: openstack-helm-5nodes-ubuntu_noble
vars:
osh_params:
openstack_release: "2025.2"
container_distro_name: ubuntu
container_distro_version: noble
- job:
name: openstack-helm-compute-kit-2025-2-ubuntu_noble
parent: openstack-helm-compute-kit
nodeset: openstack-helm-3nodes-ubuntu_noble
timeout: 10800
vars:
osh_params:
openstack_release: "2025.2"
container_distro_name: ubuntu
container_distro_version: noble
- job:
name: openstack-helm-compute-kit-ovn-2025-2-ubuntu_noble
parent: openstack-helm-compute-kit-ovn
nodeset: openstack-helm-3nodes-ubuntu_noble
timeout: 10800
vars:
osh_params:
openstack_release: "2025.2"
container_distro_name: ubuntu
container_distro_version: noble
feature_gates: ovn
- job:
name: openstack-helm-octavia-2025-2-ubuntu_noble
parent: openstack-helm-octavia
nodeset: openstack-helm-4nodes-ubuntu_noble
timeout: 10800
vars:
osh_params:
openstack_release: "2025.2"
container_distro_name: ubuntu
container_distro_version: noble
- job:
name: openstack-helm-skyline-2025-2-ubuntu_noble
parent: openstack-helm-skyline
nodeset: openstack-helm-3nodes-ubuntu_noble
timeout: 10800
vars:
osh_params:
openstack_release: "2025.2"
container_distro_name: ubuntu
container_distro_version: noble
...