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 @@ -11,6 +11,11 @@ images:
to: openperouter-operator
- dockerfile_path: operator/bundle.Dockerfile.openshift
to: openperouter-operator-bundle
- build_args:
- name: BASE_IMAGE
value: quay.io/centos/centos:stream10
dockerfile_path: Dockerfile.edge.openshift
to: openperouter-operator-edge
operator:
bundles:
- as: operator-bundle
Expand All @@ -23,6 +28,8 @@ promotion:
to:
- name: "5.0"
namespace: ocp
prowgen:
disable_sparse_checkout: true
releases:
initial:
integration:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ postsubmits:
- ^main$
cluster: build12
decorate: true
decoration_config:
sparse_checkout_files:
- Dockerfile.openshift
- operator/bundle.Dockerfile.openshift
decoration_config: {}
labels:
ci-operator.openshift.io/is-promotion: "true"
ci.openshift.io/generator: prowgen
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ presubmits:
cluster: build13
context: ci/prow/ci-bundle-operator-bundle
decorate: true
decoration_config:
sparse_checkout_files:
- Dockerfile.openshift
- operator/bundle.Dockerfile.openshift
decoration_config: {}
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
Expand Down Expand Up @@ -66,10 +63,7 @@ presubmits:
cluster: build13
context: ci/prow/images
decorate: true
decoration_config:
sparse_checkout_files:
- Dockerfile.openshift
- operator/bundle.Dockerfile.openshift
decoration_config: {}
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
Expand Down