From d0883f9c7a30ebecd6c73b9ed5a194a58e6b0ae2 Mon Sep 17 00:00:00 2001 From: Hemant Kumar Date: Mon, 1 Jul 2024 11:59:57 -0400 Subject: [PATCH] Add a note about ocp-build-data changes to be merged same time as csi-operato --- enhancements/storage/csi-driver-operator-merge.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/enhancements/storage/csi-driver-operator-merge.md b/enhancements/storage/csi-driver-operator-merge.md index bfd1f69ec6..fb4316e309 100644 --- a/enhancements/storage/csi-driver-operator-merge.md +++ b/enhancements/storage/csi-driver-operator-merge.md @@ -531,6 +531,8 @@ But once your operator has been changed to conform to new code in csi-operator r 1. Make sure that `Dockerfile.` at top of the `csi-operator` tree refers to new location of code and not older `legacy/` location.See example of existing Dockerfiles. 2. After your changes to `csi-operator` are merged, you should remove the old location from cachito - https://github.com/openshift-eng/ocp-build-data/pull/4219 +Please note the changes to `ocp-build-data`should be merged almost same time as changes into `csi-operator`'s Dockerfile are merged, otherwise we risk builds from breaking. + ## Implementation History Major milestones in the life cycle of a proposal should be tracked in `Implementation