Skip to content

Commit

Permalink
csi-operator: build test images from common Dockerfile.test
Browse files Browse the repository at this point in the history
  • Loading branch information
dobsonj committed Mar 7, 2024
1 parent 14a069f commit b1f82ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ images:
as:
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16
to: azure-disk-csi-driver-operator
- dockerfile_path: Dockerfile.aws-ebs.test
- dockerfile_path: Dockerfile.test
from: src
to: aws-ebs-csi-driver-operator-test
- dockerfile_path: Dockerfile.azure-disk.test
- dockerfile_path: Dockerfile.test
from: src
to: azure-disk-csi-driver-operator-test
- dockerfile_path: Dockerfile.azure-file
Expand All @@ -48,7 +48,7 @@ images:
as:
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16
to: azure-file-csi-driver-operator
- dockerfile_path: Dockerfile.azure-file.test
- dockerfile_path: Dockerfile.test
from: src
to: azure-file-csi-driver-operator-test
promotion:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ images:
as:
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20-openshift-4.15
to: aws-ebs-csi-driver-operator
- dockerfile_path: Dockerfile.aws-ebs.test
- dockerfile_path: Dockerfile.test
from: src
to: aws-ebs-csi-driver-operator-test
promotion:
Expand Down

0 comments on commit b1f82ba

Please sign in to comment.