Skip to content

Eventing and Kafka 0.24.x#1153

Merged
openshift-merge-robot merged 10 commits into
openshift-knative:mainfrom
matzew:eventing_0.24
Sep 7, 2021
Merged

Eventing and Kafka 0.24.x#1153
openshift-merge-robot merged 10 commits into
openshift-knative:mainfrom
matzew:eventing_0.24

Conversation

@matzew
Copy link
Copy Markdown
Member

@matzew matzew commented Aug 23, 2021

lets see how this goes...

@matzew
Copy link
Copy Markdown
Member Author

matzew commented Aug 23, 2021

Will wait for the 0.24.3 version of eventing-kafka, to have them alligned

@matzew matzew changed the title WIP: Eventing 0.24 WIP: Eventing and Kafka 0.24.x Aug 24, 2021
@matzew
Copy link
Copy Markdown
Member Author

matzew commented Aug 24, 2021

@matzew matzew force-pushed the eventing_0.24 branch 2 times, most recently from 485cb80 to fd6fab1 Compare August 25, 2021 14:45
@markusthoemmes
Copy link
Copy Markdown
Contributor

KafkaChannel.messaging.knative.dev \"e2e-singleevent-channel-binary\" is invalid: status.address: Required value

sounds quite relevant. The CRD is asking for this field to be filled in.

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
…ka 0.24.x bits

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
@matzew
Copy link
Copy Markdown
Member Author

matzew commented Sep 2, 2021 via email

@matzew
Copy link
Copy Markdown
Member Author

matzew commented Sep 2, 2021 via email

Comment on lines -790 to -795
data:
# Broker URL. Replace this with the URLs for your kafka cluster,
# which is in the format of my-cluster-kafka-bootstrap.my-kafka-namespace:9092.
bootstrapServers: REPLACE_WITH_CLUSTER_URL
#authSecretName: name-of-your-secret-for-kafka-auth
#authSecretNamespace: namespace-of-your-secret-for-kafka-auth
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should keep this instead of the kafka.brokers

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

already captured as https://issues.redhat.com/browse/SRVKE-812

Will take a look next week ...

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
@matzew
Copy link
Copy Markdown
Member Author

matzew commented Sep 3, 2021

@mgencur can you take a look here:

 ERROR:   🚨 Error (code: 1) occurred at /go/src/knative.dev/eventing/openshift/e2e-common.sh:27, with command: cat  <<-END$KNATIVE_EVENTING_TEST_RECORDEVENTSEND

that's this line here: https://github.com/openshift/knative-eventing/blob/release-v0.24/openshift/e2e-common.sh#L27

@markusthoemmes
Copy link
Copy Markdown
Contributor

I guess that ain't going to work because all those variables are unset for the serverless-operator.

@mgencur
Copy link
Copy Markdown
Contributor

mgencur commented Sep 6, 2021

@matzew @markusthoemmes Sent fix for the script sourcing in openshift/knative-eventing#1394

@mgencur
Copy link
Copy Markdown
Contributor

mgencur commented Sep 6, 2021

/retest
openshift/knative-eventing#1394 was merged. Retesting

@mgencur
Copy link
Copy Markdown
Contributor

mgencur commented Sep 6, 2021

@matzew tests passed.

@matzew matzew changed the title WIP: Eventing and Kafka 0.24.x Eventing and Kafka 0.24.x Sep 6, 2021
@matzew
Copy link
Copy Markdown
Member Author

matzew commented Sep 6, 2021

Nice!

This is ready...

@markusthoemmes
Copy link
Copy Markdown
Contributor

Let's give this one more whack, to rule out flakiness or whatever.

/test foo

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Sep 7, 2021

@markusthoemmes: The specified target(s) for /test were not found.
The following commands are available to trigger required jobs:

  • /test 4.6-images
  • /test 4.7-images
  • /test 4.8-aws-ovn-images
  • /test 4.8-azure-images
  • /test 4.8-gcp-images
  • /test 4.8-images
  • /test 4.8-operator-e2e-aws-ocp-48
  • /test 4.8-vsphere-images
  • /test 4.9-images
  • /test unit-test

The following commands are available to trigger optional jobs:

  • /test 4.8-upgrade-tests-aws-ocp-48
  • /test 4.8-upstream-e2e-aws-ocp-48
  • /test 4.8-upstream-e2e-mesh-aws-ocp-48

Use /test all to run the following jobs that were automatically triggered:

  • pull-ci-openshift-knative-serverless-operator-main-4.8-images
  • pull-ci-openshift-knative-serverless-operator-main-4.8-operator-e2e-aws-ocp-48
  • pull-ci-openshift-knative-serverless-operator-main-4.8-upgrade-tests-aws-ocp-48
  • pull-ci-openshift-knative-serverless-operator-main-4.8-upstream-e2e-aws-ocp-48
  • pull-ci-openshift-knative-serverless-operator-main-unit-test
Details

In response to this:

Let's give this one more whack, to rule out flakiness or whatever.

/test foo

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.

@markusthoemmes
Copy link
Copy Markdown
Contributor

/test 4.8-operator-e2e-aws-ocp-48
/test 4.8-upstream-e2e-aws-ocp-48
/test 4.8-upgrade-tests-aws-ocp-48

Copy link
Copy Markdown
Contributor

@markusthoemmes markusthoemmes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Sep 7, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: markusthoemmes, matzew

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [markusthoemmes,matzew]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit 5257d24 into openshift-knative:main Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants