Closed pierDipi closed 4 days ago
/cherry-pick release-1.35
@pierDipi: once the present PR merges, I will cherry-pick it on top of release-1.35
in a new PR and assign it to you.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: creydr, mgencur, pierDipi
The full list of commands accepted by this bot can be found here.
The pull request process is described here
We need this after each cut? Do we need to document it in the template as in here: https://github.com/openshift-knative/serverless-operator/issues/2989?
We need this after each cut? Do we need to document it in the template as in here
No. That's a one-time change. We had that before because we wanted to be able to install Serverless operator from "main" and from release branch without rebuilding the Bundle (i.e. faster setup - for periodic jobs or local runs). But now we need to rebuild the Bundle every time because we replace registry.redhat.io references with quay.io. So, the bundle will be rebuilt correctly for each branch.
No. That's a one-time change.
Is there going to be a 1.36 entry (registry.ci.openshift.org/knative/release-1.36.0:serverless-bundle
) in there with registry.redhat.io references
?
Is there going to be a 1.36 entry in there with registry.redhat.io references?
No.
We need this after each cut? Do we need to document it in the template as in here: #2989?
no, I don't think so
/retest-required
Remaining retests: 0 against base HEAD c9eb519cfff2016485e157a8f1f761c9559eda22 and 2 for PR HEAD cd12d326871a53ba14cf7c00d41f83d1a143a6ac in total
error getting cluster operators: Get "https://api.serverless-ocp-4-17-amd64-aws-us-east-1-6544x.serverless.devcluster.openshift.com:6443/apis/config.openshift.io/v1/clusteroperators": dial tcp 3.227.130.244:6443: connect: connection refused
ClusterOperators:
clusteroperators are missing
Can we merge anyway?
/retest-required
Remaining retests: 0 against base HEAD 511168ab8c84d76504417e6a8ecdb77dafc4c0e0 and 1 for PR HEAD cd12d326871a53ba14cf7c00d41f83d1a143a6ac in total
/retest-required
Remaining retests: 0 against base HEAD 511168ab8c84d76504417e6a8ecdb77dafc4c0e0 and 2 for PR HEAD cd12d326871a53ba14cf7c00d41f83d1a143a6ac in total
/retest-required
Remaining retests: 0 against base HEAD 511168ab8c84d76504417e6a8ecdb77dafc4c0e0 and 2 for PR HEAD cd12d326871a53ba14cf7c00d41f83d1a143a6ac in total
/retest-required
Remaining retests: 0 against base HEAD 511168ab8c84d76504417e6a8ecdb77dafc4c0e0 and 2 for PR HEAD cd12d326871a53ba14cf7c00d41f83d1a143a6ac in total
@pierDipi: new pull request created: #3061
Our Dockerfile for Index image is now pulling
registry.ci.openshift.org/knative/release-1.35.0:serverless-bundle
on line 14 as the bundle now exists.It doesn't pull the the previously built
image-registry.openshift-image-registry.svc:5000/openshift-marketplace/serverless-bundle:latest
and the release-1.35.0 bundle references images atregistry.redhat.io
which are not pullable yet.Originally reported here: https://github.com/openshift-knative/serverless-operator/pull/3054#issuecomment-2503220449