Allow injecting Knative Eventing images in CSV#1591
Conversation
|
Testing this PR in openshift-knative/eventing-kafka-broker#286 |
|
/test 4.10-upgrade-tests-aws-ocp-410 |
fa2f78d to
1caf387
Compare
|
/test 4.10-upgrade-tests-aws-ocp-410 |
|
|
1caf387 to
09b30fa
Compare
|
/test 4.10-upstream-e2e-mesh-aws-ocp-410 |
| target_file="$target_dir/$index-$file" | ||
| if [[ ${KNATIVE_EVENTING_MANIFESTS_DIR} = "" ]]; then | ||
| branch=$(metadata.get dependencies.eventing_artifacts_branch) | ||
| url="https://raw.githubusercontent.com/openshift/eventing/${branch}/openshift/release/artifacts/$file" |
There was a problem hiding this comment.
https://raw.githubusercontent.com/openshift/eventing
it should be knative-eventing
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
09b30fa to
7ebe642
Compare
|
/test 4.10-upgrade-tests-aws-ocp-410 |
2 similar comments
|
/test 4.10-upgrade-tests-aws-ocp-410 |
|
/test 4.10-upgrade-tests-aws-ocp-410 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: matzew, pierDipi 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 |
As discussed in the SIG release call, this allows running eventing
midstream tests by using the serverless operator.
Proposed Changes