Skip to content

Commit 7a7c6b4

Browse files
committed
Introduce the .ci-operator.yaml file
Allows us to control the build_root ci-operator configuration for o/operator-framework-olm in the repository vs. in o/release. This allows us to make changes to the build root Dockerfile (base.Dockerfile) and have those changes get tested in the same PR. Previously, the build root Dockerfile was always built using the HEAD version, which led to situations where you would need to first merge (blindly) to master, then open a PR to test those changes worked.
1 parent 32eb259 commit 7a7c6b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci-operator.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
project_image:
2+
context_dir: .
3+
dockerfile_path: base.Dockerfile

0 commit comments

Comments
 (0)