Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,15 @@ images:
as:
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18
to: openstack-cinder-csi-driver-operator
- dockerfile_path: Dockerfile.openstack-manila
inputs:
ocp_4.18_base-rhel9:
as:
- registry.ci.openshift.org/ocp/4.18:base-rhel9
ocp_builder_rhel-9-golang-1.22-openshift-4.18:
as:
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18
to: csi-driver-manila-operator
- dockerfile_path: Dockerfile.samba
inputs:
ocp_4.17_base-rhel9:
Expand Down Expand Up @@ -163,6 +172,9 @@ images:
- dockerfile_path: Dockerfile.test
from: src
to: smb-csi-driver-operator-test
- dockerfile_path: Dockerfile.test
from: src
to: manila-csi-driver-operator-test
operator:
bundles:
- as: smb-csi-driver-operator-bundle
Expand Down Expand Up @@ -308,7 +320,7 @@ tests:
workflow: openshift-e2e-azure-csi-extended
- as: e2e-openstack
optional: true
run_if_changed: ^(Dockerfile\.openstack-cinder|legacy/openstack-cinder-csi-driver-operator/.*)
run_if_changed: ^(Dockerfile\.openstack-cinder|legacy\/openstack-cinder-csi-driver-operator\/.*|Dockerfile\.openstack-manila|legacy\/csi-driver-manila-operator\/.*)
steps:
cluster_profile: openstack-vexxhost
env:
Expand All @@ -317,13 +329,18 @@ tests:
TEST_SUITE: experimental/reliability/minimal
workflow: openshift-e2e-openstack-ipi
- as: e2e-openstack-cinder-csi
run_if_changed: ^(Dockerfile\.openstack-cinder|legacy/openstack-cinder-csi-driver-operator/.*)
run_if_changed: ^(Dockerfile\.openstack-cinder|legacy\/openstack-cinder-csi-driver-operator\/.*)
steps:
cluster_profile: openstack-vh-mecha-central
env:
TEST_SKIPS: should concurrently access the volume and restored snapshot from
pods on the same node
workflow: openshift-e2e-openstack-csi-cinder
- as: e2e-openstack-manila-csi
run_if_changed: ^(Dockerfile\.openstack-manila|legacy\/csi-driver-manila-operator\/.*)
steps:
cluster_profile: openstack-vh-mecha-central
workflow: openshift-e2e-openstack-csi-manila
- as: smb-operator-e2e
optional: true
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,17 @@ images:
- builder
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18
to: openstack-cinder-csi-driver-operator
- build_args:
- name: TAGS
value: scos
dockerfile_path: Dockerfile.openstack-manila
from: origin_scos-4.18_base-stream9
inputs:
ocp_builder_rhel-9-golang-1.22-openshift-4.18:
as:
- builder
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18
to: csi-driver-manila-operator
promotion:
to:
- name: scos-4.18
Expand Down
Loading