openshift-knative / serverless-operator

Main source repository for Openshift Serverless
Apache License 2.0
43 stars 65 forks source link

Bump eventing to 1.14 #2659

Closed creydr closed 2 months ago

creydr commented 2 months ago

1.14 Bump for:

Additional information: PRs to allow to skip versions (e.g. 1.12 -> 1.14):

creydr commented 2 months ago

/test ?

openshift-ci[bot] commented 2 months ago

@creydr: The following commands are available to trigger required jobs:

The following commands are available to trigger optional jobs:

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

In response to [this](https://github.com/openshift-knative/serverless-operator/pull/2659#issuecomment-2109880275): >/test ? 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-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
creydr commented 2 months ago

/test 412-mesh-e2e-aws-412 /test 412-mesh-upgrade-aws-412 /test 415-mesh-e2e-aws-415 /test 415-mesh-upgrade-aws-415

creydr commented 2 months ago

/test 415-upstream-e2e-kafka-aws-415

pierDipi commented 2 months ago
           {
            "type": "Ready",
            "status": "False",
            "lastTransitionTime": "2024-05-14T10:13:03Z",
            "reason": "BindInProgress",
            "message": "Pod \"kafka-source-dispatcher-2\" is in phase \"Pending\" with conditions [PodScheduled=False]"
           },
creydr commented 2 months ago

Rebased after #2656 merged

creydr commented 2 months ago

/test 412-mesh-e2e-aws-412 /test 412-mesh-upgrade-aws-412 /test 415-mesh-e2e-aws-415 /test 415-mesh-upgrade-aws-415

ReToCode commented 2 months ago

Hm I'm not sure if we tested mesh tests in Serving bump 🤷 Probably unrelated to the changes here. Let me try it in a separate PR.

ReToCode commented 2 months ago

Serving tests pass on main: https://github.com/openshift-knative/serverless-operator/pull/2664. But seems Eventing has some flakes there as well.

creydr commented 2 months ago

/test 412-mesh-e2e-aws-412 /test 412-mesh-upgrade-aws-412 /test 415-mesh-e2e-aws-415 /test 415-mesh-upgrade-aws-415

creydr commented 2 months ago
    controller_test.go:73: Failed to find new leader: error getting leases for deployment "controller": client rate limiter Wait returned an error: context deadline exceeded
    prober.go:187: Stopping all probers
--- FAIL: TestControllerHA (68.46s)

/retest

creydr commented 2 months ago

Seeing the same issue with TestPingSourceTLS/SendsEventsTLS in mesh-e2e-aws tests as here https://github.com/openshift-knative/eventing-istio/pull/265#issuecomment-2111972249 (test should be skipped actually :thinking: )

Update: Istio seems not to be enabled in the config-features:

        {
            "apiVersion": "v1",
            "data": {
                "authentication-oidc": "disabled",
                "cross-namespace-event-links": "disabled",
                "delivery-retryafter": "disabled",
                "delivery-timeout": "enabled",
                "eventtype-auto-create": "disabled",
                "kreference-group": "disabled",
                "kreference-mapping": "disabled",
                "new-apiserversource-filters": "enabled",
                "new-trigger-filters": "enabled",
                "transport-encryption": "disabled"
            },
            "kind": "ConfigMap",
            "metadata": {
                "name": "config-features",
creydr commented 2 months ago

Update: Istio seems not to be enabled in the config-features:

https://github.com/openshift-knative/serverless-operator/pull/2668 should help on that

creydr commented 2 months ago

Rebased after #2668 and #2666 merged /test 412-mesh-e2e-aws-412 /test 412-mesh-upgrade-aws-412 /test 415-mesh-e2e-aws-415 /test 415-mesh-upgrade-aws-415

creydr commented 2 months ago

/retest

creydr commented 2 months ago

/retest

creydr commented 2 months ago

/test 412-mesh-e2e-aws-412 /test 412-mesh-upgrade-aws-412 /test 415-mesh-e2e-aws-415 /test 415-mesh-upgrade-aws-415

creydr commented 2 months ago

/test 412-mesh-e2e-aws-412 /test 412-mesh-upgrade-aws-412 /test 415-mesh-e2e-aws-415 /test 415-mesh-upgrade-aws-415

creydr commented 2 months ago

/test 415-upstream-e2e-kafka-aws-415

creydr commented 2 months ago

/retest /test 412-mesh-e2e-aws-412 /test 412-mesh-upgrade-aws-412 /test 415-mesh-e2e-aws-415 /test 415-mesh-upgrade-aws-415

creydr commented 2 months ago

/retest

openshift-ci[bot] commented 2 months ago

@creydr: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/415-mesh-upgrade-aws-415 f766cfbee4eeb81ec40eaaf9950da40d8d73ad49 link false /test 415-mesh-upgrade-aws-415
ci/prow/415-mesh-e2e-aws-415 f766cfbee4eeb81ec40eaaf9950da40d8d73ad49 link false /test 415-mesh-e2e-aws-415
ci/prow/412-mesh-e2e-aws-412 f766cfbee4eeb81ec40eaaf9950da40d8d73ad49 link false /test 412-mesh-e2e-aws-412

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-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
openshift-ci[bot] commented 2 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: creydr, pierDipi

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

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/openshift-knative/serverless-operator/blob/main/OWNERS)~~ [creydr,pierDipi] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment