Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[konflux] override params #5888

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
3 changes: 3 additions & 0 deletions images/monitoring-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ name: openshift/ose-monitoring-plugin-rhel8
payload_name: monitoring-plugin
owners:
- team-observability-ui@redhat.com
konflux:
# Until cachito support is setup https://issues.redhat.com/browse/ART-11115
mode: disabled
3 changes: 3 additions & 0 deletions images/nmstate-console-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ owners:
- yzamir@redhat.com
- phoracek@redhat.com
- fge@redhat.com
konflux:
# Until cachito support is setup https://issues.redhat.com/browse/ART-11115
mode: disabled
3 changes: 3 additions & 0 deletions images/oc-mirror-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ owners:
- jpower@redhat.com
- dmesser@redhat.com
- aflom@redhat.com
konflux:
# Until cachito support is setup https://issues.redhat.com/browse/ART-11115
mode: disabled
3 changes: 3 additions & 0 deletions images/openshift-enterprise-console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ labels:
name: openshift/ose-console
owners:
- spadgett@redhat.com
konflux:
# Until cachito support is setup https://issues.redhat.com/browse/ART-11115
mode: disabled
3 changes: 3 additions & 0 deletions images/openshift-kubernetes-nmstate-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ update-csv:
manifests-dir: manifests/
registry: image-registry.openshift-image-registry.svc:5000
valid-subscription-label: '["OpenShift Kubernetes Engine", "OpenShift Container Platform", "OpenShift Platform Plus"]'
konflux:
# Since no green build exists for parent nmstate-console-plugin (since its disabled)
mode: disabled
3 changes: 3 additions & 0 deletions images/ose-alibaba-cloud-csi-driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ from:
name: openshift/ose-alibaba-cloud-csi-driver
owners:
- aos-storage-staff@redhat.com
konflux:
# Until https://issues.redhat.com/browse/ART-11642 is resolved
mode: disabled
3 changes: 3 additions & 0 deletions images/ose-alibaba-machine-controllers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ owners:
- mfedosin@redhat.com
- dmoiseev@redhat.com
- ademicev@redhat.com
konflux:
# Until https://issues.redhat.com/browse/ART-11577 is resolved
mode: disabled
3 changes: 3 additions & 0 deletions images/ose-baremetal-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ from:
name: openshift/ose-baremetal-installer
owners:
- kni-devel-deployment@redhat.com
konflux:
# Since parent ose-installer-terraform-providers is disabled
mode: disabled
3 changes: 3 additions & 0 deletions images/ose-cli-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ name: openshift/ose-cli-artifacts
owners:
- ccoleman@redhat.com
- aos-master@redhat.com
konflux:
vm_override:
aarch64: linux-d160/arm64
4 changes: 4 additions & 0 deletions images/ose-etcd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ owners:
- melbeher@redhat.com
maintainer:
component: "Etcd"
konflux:
content:
source:
dockerfile: Dockerfile.rhel
5 changes: 5 additions & 0 deletions images/ose-installer-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ from:
name: openshift/ose-installer-artifacts
owners:
- aos-install@redhat.com
konflux:
# Until https://issues.redhat.com/browse/ART-11563 is resolved
mode: disabled
vm_override:
aarch64: linux-d160/arm64
3 changes: 3 additions & 0 deletions images/ose-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ from:
name: openshift/ose-installer
owners:
- aos-install@redhat.com
konflux:
# Since parent ose-installer-terraform-providers is disabled
mode: disabled
3 changes: 3 additions & 0 deletions images/ose-machine-os-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ from:
name: openshift/ose-machine-os-images
owners:
- metal-platform@redhat.com
konflux:
# Since parent ose-installer-terraform-providers is disabled
mode: disabled
3 changes: 3 additions & 0 deletions images/vertical-pod-autoscaler-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ update-csv:
manifests-dir: manifests/
registry: image-registry.openshift-image-registry.svc:5000
valid-subscription-label: '["OpenShift Kubernetes Engine", "OpenShift Container Platform", "OpenShift Platform Plus"]'
konflux:
# Until https://issues.redhat.com/browse/ART-11578 is resolved
mode: disabled
Loading