google / knative-gcp

GCP event implementations to use with Knative Eventing.
https://github.com/knative/eventing
Apache License 2.0
160 stars 74 forks source link

[main] Upgrade to latest dependencies #2209

Closed knative-automation closed 3 years ago

knative-automation commented 3 years ago

Cron -knative-prow-robot

/cc @nlopezgi @zhongduo /assign $@nlopezgi @zhongduo

Produced by: knative-sandbox/knobots/actions/update-deps

Details:

bumping knative.dev/eventing 25f0fcb...54c29bb:
  > 54c29bb Port channel chain and DLS e2e tests to reconciler-tests (# 5378)
  > 3f43f49 Remove myself from community contacts (# 5376)
  > 2ef4d0d Fix error text (# 5370)
  > 3e41b6e Skipping recently introduced API SERVER SOURCE test (# 5373)
bumping knative.dev/pkg 37b289b...4564797:
  > 4564797 Remove grantr from approvers (# 2118)
bumping knative.dev/serving 0cc2c38...3a38d70:
  > 3a38d70 Add Domainmapping AutoTLS e2e test (# 10795)
knative-prow-robot commented 3 years ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: To complete the pull request process, please assign zhongduo after the PR has been reviewed. You can assign the PR to them by writing /assign @zhongduo in a comment when ready.

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

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/google/knative-gcp/blob/main/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
knative-prow-robot commented 3 years ago

Hi @knative-automation. Thanks for your PR.

I'm waiting for a google member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
tommyreddad commented 3 years ago

/ok-to-test

knative-prow-robot commented 3 years ago

@knative-automation: The following tests failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
pull-google-knative-gcp-build-tests 5dd9766158ef8eb981cea138cf0b91a8883ab67c link /test pull-google-knative-gcp-build-tests
pull-google-knative-gcp-upgrade-tests 5dd9766158ef8eb981cea138cf0b91a8883ab67c link /test pull-google-knative-gcp-upgrade-tests
pull-google-knative-gcp-wi-tests 5dd9766158ef8eb981cea138cf0b91a8883ab67c link /test pull-google-knative-gcp-wi-tests
pull-google-knative-gcp-conformance-tests 5dd9766158ef8eb981cea138cf0b91a8883ab67c link /test pull-google-knative-gcp-conformance-tests
pull-google-knative-gcp-integration-tests 5dd9766158ef8eb981cea138cf0b91a8883ab67c link /test pull-google-knative-gcp-integration-tests

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
eclipselu commented 3 years ago
May 11 13:17:15.887 go_test_e2e [OUT] test/e2e/e2e_test.go:169:2: undefined: "knative.dev/eventing/test/e2e/helpers".ChannelChainTestHelper
May 11 13:17:15.887 go_test_e2e [OUT] test/e2e/e2e_test.go:193:2: undefined: "knative.dev/eventing/test/e2e/helpers".ChannelDeadLetterSinkTestHelper

knative.dev/eventing/test/e2e/helpers is removed in https://github.com/knative/eventing/pull/5378

eclipselu commented 3 years ago

https://github.com/knative/eventing/pull/5382 helper functions are added back. Closing to wait for the next auto-update.