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:
@@ -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 }}'"
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user