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
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,6 @@ images:
as:
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18
to: azure-disk-csi-driver-operator
- dockerfile_path: Dockerfile.test
from: src
to: aws-ebs-csi-driver-operator-test
- dockerfile_path: Dockerfile.test
from: src
to: azure-disk-csi-driver-operator-test
- dockerfile_path: Dockerfile.azure-file
inputs:
ocp_4.17_base-rhel9:
Expand All @@ -130,9 +124,15 @@ images:
as:
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18
to: azure-file-csi-driver-operator
- dockerfile_path: Dockerfile.test
from: src
to: azure-file-csi-driver-operator-test
- dockerfile_path: Dockerfile.openstack-cinder
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: openstack-cinder-csi-driver-operator
- dockerfile_path: Dockerfile.samba
inputs:
ocp_4.17_base-rhel9:
Expand All @@ -148,6 +148,18 @@ images:
as:
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18
to: smb-csi-driver-operator
- dockerfile_path: Dockerfile.test
from: src
to: aws-ebs-csi-driver-operator-test
- dockerfile_path: Dockerfile.test
from: src
to: azure-disk-csi-driver-operator-test
- dockerfile_path: Dockerfile.test
from: src
to: azure-file-csi-driver-operator-test
- dockerfile_path: Dockerfile.test
from: src
to: openstack-cinder-csi-driver-operator-test
- dockerfile_path: Dockerfile.test
from: src
to: smb-csi-driver-operator-test
Expand Down Expand Up @@ -294,6 +306,24 @@ tests:
env:
TEST_SCENARIOS: \[CSI-Driver\]|\[Azure-File-CSI-Driver\]|\[Azure-File-CSI-Driver-Operator\]
workflow: openshift-e2e-azure-csi-extended
- as: e2e-openstack
optional: true
run_if_changed: ^(Dockerfile\.openstack-cinder|legacy/openstack-cinder-csi-driver-operator/.*)
steps:
cluster_profile: openstack-vexxhost
env:
BASE_DOMAIN: shiftstack.devcluster.openshift.com
CONFIG_TYPE: minimal
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/.*)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice. this would be useful for other operators too!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It may need to be a bit more involved, since conceivably any chance to the "common" code could affect an individual driver. However, we could just rely on the fact that (a) changes to the asset generation will require an asset generation run (I assume there's a job to check that - I have yet to look) and (b) if it's a programming error the build will likely fail. In any case, a can to kick down the road slightly until we start reworking this driver to take advantage of the generator.

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: smb-operator-e2e
optional: true
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@ images:
- builder
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18
to: azure-disk-csi-driver-operator
- build_args:
- name: TAGS
value: scos
dockerfile_path: Dockerfile.openstack-cinder
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: openstack-cinder-csi-driver-operator
promotion:
to:
- name: scos-4.18
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,6 @@ images:
as:
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18
to: azure-disk-csi-driver-operator
- dockerfile_path: Dockerfile.test
from: src
to: aws-ebs-csi-driver-operator-test
- dockerfile_path: Dockerfile.test
from: src
to: azure-disk-csi-driver-operator-test
- dockerfile_path: Dockerfile.azure-file
inputs:
ocp_4.17_base-rhel9:
Expand All @@ -130,9 +124,15 @@ images:
as:
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18
to: azure-file-csi-driver-operator
- dockerfile_path: Dockerfile.test
from: src
to: azure-file-csi-driver-operator-test
- dockerfile_path: Dockerfile.openstack-cinder
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: openstack-cinder-csi-driver-operator
- dockerfile_path: Dockerfile.samba
inputs:
ocp_4.17_base-rhel9:
Expand All @@ -148,6 +148,18 @@ images:
as:
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18
to: smb-csi-driver-operator
- dockerfile_path: Dockerfile.test
from: src
to: aws-ebs-csi-driver-operator-test
- dockerfile_path: Dockerfile.test
from: src
to: azure-disk-csi-driver-operator-test
- dockerfile_path: Dockerfile.test
from: src
to: azure-file-csi-driver-operator-test
- dockerfile_path: Dockerfile.test
from: src
to: openstack-cinder-csi-driver-operator-test
- dockerfile_path: Dockerfile.test
from: src
to: smb-csi-driver-operator-test
Expand Down Expand Up @@ -295,6 +307,24 @@ tests:
env:
TEST_SCENARIOS: \[CSI-Driver\]|\[Azure-File-CSI-Driver\]|\[Azure-File-CSI-Driver-Operator\]
workflow: openshift-e2e-azure-csi-extended
- as: e2e-openstack
optional: true
run_if_changed: ^(Dockerfile\.openstack-cinder|legacy/openstack-cinder-csi-driver-operator/.*)
steps:
cluster_profile: openstack-vexxhost
env:
BASE_DOMAIN: shiftstack.devcluster.openshift.com
CONFIG_TYPE: minimal
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/.*)
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: smb-operator-e2e
optional: true
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,6 @@ images:
as:
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18
to: azure-disk-csi-driver-operator
- dockerfile_path: Dockerfile.test
from: src
to: aws-ebs-csi-driver-operator-test
- dockerfile_path: Dockerfile.test
from: src
to: azure-disk-csi-driver-operator-test
- dockerfile_path: Dockerfile.azure-file
inputs:
ocp_4.17_base-rhel9:
Expand All @@ -130,9 +124,15 @@ images:
as:
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18
to: azure-file-csi-driver-operator
- dockerfile_path: Dockerfile.test
from: src
to: azure-file-csi-driver-operator-test
- dockerfile_path: Dockerfile.openstack-cinder
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: openstack-cinder-csi-driver-operator
- dockerfile_path: Dockerfile.samba
inputs:
ocp_4.17_base-rhel9:
Expand All @@ -148,6 +148,18 @@ images:
as:
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18
to: smb-csi-driver-operator
- dockerfile_path: Dockerfile.test
from: src
to: aws-ebs-csi-driver-operator-test
- dockerfile_path: Dockerfile.test
from: src
to: azure-disk-csi-driver-operator-test
- dockerfile_path: Dockerfile.test
from: src
to: azure-file-csi-driver-operator-test
- dockerfile_path: Dockerfile.test
from: src
to: openstack-cinder-csi-driver-operator-test
- dockerfile_path: Dockerfile.test
from: src
to: smb-csi-driver-operator-test
Expand Down Expand Up @@ -294,6 +306,24 @@ tests:
env:
TEST_SCENARIOS: \[CSI-Driver\]|\[Azure-File-CSI-Driver\]|\[Azure-File-CSI-Driver-Operator\]
workflow: openshift-e2e-azure-csi-extended
- as: e2e-openstack
optional: true
run_if_changed: ^(Dockerfile\.openstack-cinder|legacy/openstack-cinder-csi-driver-operator/.*)
steps:
cluster_profile: openstack-vexxhost
env:
BASE_DOMAIN: shiftstack.devcluster.openshift.com
CONFIG_TYPE: minimal
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/.*)
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: smb-operator-e2e
optional: true
steps:
Expand Down

This file was deleted.

This file was deleted.

Loading