Fix cinder image

Also always run cinder test job. Last commit
succeeded because cinder job was skipped
due to files filter in the parent cinder job.

Change-Id: I56a8da49277e54eb1dee78324a301d37a8eb013e
Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com>
This commit is contained in:
Vladimir Kozhukalov
2025-08-25 17:37:35 -05:00
parent bb90c9c1a5
commit cf4bdc33cd
5 changed files with 17 additions and 1 deletions

View File

@@ -97,7 +97,7 @@ cloudkitty_image:
container_filename: "Dockerfile"
target: "project"
registry: "{{ image_registry.host }}"
repository: "{{ image_registry.host }}/{{ image_registry.org }}/cinder"
repository: "{{ image_registry.host }}/{{ image_registry.org }}/cloudkitty"
tags: *tags
build_args:
- "FROM='base:{{ image_tag }}'"

View File

@@ -43,6 +43,8 @@
- job:
name: loci-compute-kit-2024-1-ubuntu_jammy
parent: openstack-helm-compute-kit-2024-1-ubuntu_jammy
files:
- ^.*$
required-projects:
- openstack/openstack-helm
dependencies:
@@ -54,6 +56,8 @@
- job:
name: loci-cinder-2024-1-ubuntu_jammy
parent: openstack-helm-cinder-2024-1-ubuntu_jammy
files:
- ^.*$
required-projects:
- openstack/openstack-helm
dependencies:

View File

@@ -43,6 +43,8 @@
- job:
name: loci-compute-kit-2024-2-ubuntu_jammy
parent: openstack-helm-compute-kit-2024-2-ubuntu_jammy
files:
- ^.*$
required-projects:
- openstack/openstack-helm
dependencies:
@@ -54,6 +56,8 @@
- job:
name: loci-cinder-2024-2-ubuntu_jammy
parent: openstack-helm-cinder-2024-2-ubuntu_jammy
files:
- ^.*$
required-projects:
- openstack/openstack-helm
dependencies:

View File

@@ -43,6 +43,8 @@
- job:
name: loci-compute-kit-2025-1-ubuntu_jammy
parent: openstack-helm-compute-kit-2025-1-ubuntu_jammy
files:
- ^.*$
required-projects:
- openstack/openstack-helm
dependencies:
@@ -54,6 +56,8 @@
- job:
name: loci-cinder-2025-1-ubuntu_jammy
parent: openstack-helm-cinder-2025-1-ubuntu_jammy
files:
- ^.*$
required-projects:
- openstack/openstack-helm
dependencies:

View File

@@ -43,6 +43,8 @@
- job:
name: loci-compute-kit-2025-1-ubuntu_noble
parent: openstack-helm-compute-kit-2025-1-ubuntu_noble
files:
- ^.*$
required-projects:
- openstack/openstack-helm
dependencies:
@@ -54,6 +56,8 @@
- job:
name: loci-cinder-2025-1-ubuntu_noble
parent: openstack-helm-cinder-2025-1-ubuntu_noble
files:
- ^.*$
required-projects:
- openstack/openstack-helm
dependencies: