Mirror v0.21.1 test images of wathola#18873
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cardil, matzew The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/hold |
| registry.ci.openshift.org/openshift/knative-v0.21.0:knative-eventing-test-request-sender quay.io/openshift-knative/request-sender:v0.21.0 | ||
| registry.ci.openshift.org/openshift/knative-v0.21.0:knative-eventing-test-request-sender quay.io/openshift-knative/request-sender:v0.21 | ||
| registry.ci.openshift.org/openshift/knative-v0.21.0:knative-eventing-test-wathola-fetcher quay.io/openshift-knative/wathola-fetcher:v0.21.0 | ||
| registry.ci.openshift.org/openshift/knative-v0.21.0:knative-eventing-test-wathola-fetcher quay.io/openshift-knative/wathola-fetcher:v0.21 |
There was a problem hiding this comment.
this is from eventing . and it should stay
| registry.ci.openshift.org/openshift/knative-v0.21.0:knative-eventing-test-wathola-receiver quay.io/openshift-knative/wathola-receiver:v0.21 | ||
| registry.ci.openshift.org/openshift/knative-v0.21.0:knative-eventing-test-wathola-sender quay.io/openshift-knative/wathola-sender:v0.21.0 | ||
| registry.ci.openshift.org/openshift/knative-v0.21.0:knative-eventing-test-wathola-sender quay.io/openshift-knative/wathola-sender:v0.21 | ||
| registry.ci.openshift.org/openshift/knative-v0.21.1:knative-eventing-kafka-test-wathola-fetcher quay.io/openshift-knative/wathola-fetcher:v0.21.1 |
There was a problem hiding this comment.
this is from eventing-kafka ... and should perhaps be on a diferent repi ?
| registry.ci.openshift.org/openshift/knative-v0.21.1:knative-eventing-kafka-test-wathola-sender quay.io/openshift-knative/wathola-sender:v0.21.1 | ||
| registry.ci.openshift.org/openshift/knative-v0.21.1:knative-eventing-kafka-test-wathola-sender quay.io/openshift-knative/wathola-sender:v0.21 | ||
| registry.ci.openshift.org/openshift/knative-v0.21.1:knative-eventing-kafka-test-wathola-kafka-sender quay.io/openshift-knative/wathola-kafka-sender:v0.21.1 | ||
| registry.ci.openshift.org/openshift/knative-v0.21.1:knative-eventing-kafka-test-wathola-kafka-sender quay.io/openshift-knative/wathola-kafka-sender:v0.21 |
There was a problem hiding this comment.
we don't have the repos, yet - right ?
| registry.ci.openshift.org/openshift/knative-v0.21.0:knative-eventing-test-wathola-sender quay.io/openshift-knative/wathola-sender:v0.21 | ||
| registry.ci.openshift.org/openshift/knative-v0.21.1:knative-eventing-kafka-test-wathola-fetcher quay.io/openshift-knative/wathola-fetcher:v0.21.1 | ||
| registry.ci.openshift.org/openshift/knative-v0.21.1:knative-eventing-kafka-test-wathola-fetcher quay.io/openshift-knative/wathola-fetcher:v0.21 | ||
| registry.ci.openshift.org/openshift/knative-v0.21.1:knative-eventing-kafka-test-wathola-forwarder quay.io/openshift-knative/wathola-forwarder:v0.21.1 |
There was a problem hiding this comment.
quay.io/openshift-knative/eventing-kafka-wathola-forwarder is a better pre fix
|
as discussed w/ @cardil on call. we go with this. Perhaps we have to re-adjust the names of the additional kafka repo images. /unhold |
|
@cardil: Updated the
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Serverless operator in upgrade tests uses:
--imagetemplate quay.io/openshift-knative/{{.Name}}:v0.21 # for 1.15Serverless Operator runs both serving, eventing and eventing kafka tests. That's why we can't use original
registry.ci.openshift.orgimages as they contain a module prefix in them, and upgrade tests will not be able to find those images:I think this PR is required so that openshift-knative/serverless-operator#983 can pass.
/cc @mgencur
/cc @matzew