-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump code dependencies to 1.13 #2578
Bump code dependencies to 1.13 #2578
Conversation
|
||
diff --git a/vendor/sigs.k8s.io/controller-runtime/pkg/client/config/config.go b/vendor/sigs.k8s.io/controller-runtime/pkg/client/config/config.go | ||
index fd2772412..54aab6c3d 100644 | ||
--- a/vendor/sigs.k8s.io/controller-runtime/pkg/client/config/config.go |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK this is no longer needed. But it might be good if someone can take another look.
@@ -29,13 +29,13 @@ FLOATING_DEPS=( | |||
) | |||
|
|||
REPLACE_DEPS=( | |||
"knative.dev/eventing-kafka-broker=github.com/openshift-knative/eventing-kafka-broker@${EVENTING_KAFKA_BROKER_VERSION}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reordered to make sure the script runs. Eventing deps need new version of upstream deps first
@@ -66,13 +66,25 @@ func main() { | |||
os.Exit(1) | |||
} | |||
|
|||
// Setup all Webhooks | |||
disableHTTP2 := func(c *tls.Config) { c.NextProtos = []string{"http/1.1"} } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not longer exposed, to have a "custom" webhook, one needs to create it upfront and pass it to the manager. IMHO, might be good if somebody else can cross-check.
/override "Lint" Let's fix this in a separate PR. |
@ReToCode: Overrode contexts on behalf of ReToCode: Lint In 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. |
/test 415-test-upgrade-aws-415 |
/test 415-upstream-e2e-kafka-aws-415 |
|
On the previous run, for
|
@ReToCode for the Kafka test, we need to apply the new KafkaUser here openshift-knative/eventing-kafka-broker@ef01093 In SO we apply serverless-operator/hack/lib/strimzi.bash Line 109 in a207eee
|
I can do it as well, if you don't want to |
Also something is off with the registry:
|
feel free to commit to this branch, might be easier as you exactly know what to do :) |
Done! Let's see ... |
Looks good, thanks @pierDipi. Now we need the fixes for the 1.32 images and hopefully the upgrade tests also pass. |
/test 415-test-upgrade-aws-415 |
/override "Lint" |
@ReToCode: Overrode contexts on behalf of ReToCode: Lint In 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. |
the upgrade test |
hack/patches/018-remove-deployment-failure-post-upgrade-test.patch
Outdated
Show resolved
Hide resolved
/hold |
No idea what I did wrong there 🤷 But nice catch. |
/override "ci/prow/415-test-upgrade-aws-415" /test 412-operator-e2e-aws-412 /test 412-test-upgrade-aws-412 /test 412-upstream-e2e-kafka-aws-412 /test 412-upstream-e2e-aws-412 |
/override "ci/prow/415-operator-e2e-aws-415" /override "ci/prow/415-test-upgrade-aws-415" /override "ci/prow/415-upstream-e2e-kafka-aws-415" /override "ci/prow/415-upstream-e2e-aws-415" |
@ReToCode: Overrode contexts on behalf of ReToCode: ci/prow/415-operator-e2e-aws-415, ci/prow/415-test-upgrade-aws-415 In 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. |
/test 412-operator-e2e-aws-412 |
/test 412-test-upgrade-aws-412 |
For the |
I don't really know about that - or how to do that. I just wanted to retry because it passed before. |
I'm looking at #13422 (reported as missing) [1] and on the trace https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/pr-logs/pull/openshift-knative_serverless-operator/2578/pull-ci-openshift-knative-serverless-operator-main-412-test-upgrade-aws-412/1773327266730741761/artifacts/test-upgrade-aws-412/test/artifacts/build-Wr07zAdI/traces/events/step-13422.json I see that the filter received a 200 from the wathola-receiver
[1] |
We're "missing" these 2 improvements on 1.13
|
Porting them here openshift-knative/eventing#580, I think "Wait for events with poll interval after finished event received" might help |
@pierDipi can you restart the test once the fixes are in? |
/test 415-test-upgrade-aws-415 |
/test 412-test-upgrade-aws-412 |
Cool, 4.12 builds now all pass 🎉 Seems like the 4.15 ones still fail cause of the cluster-operators bug. Please take another look at the PR @pierDipi @maschmid @skonto @mgencur. /override "Lint" /override "ci/prow/415-operator-e2e-aws-415" /override "ci/prow/415-test-upgrade-aws-415" /override "ci/prow/415-upstream-e2e-kafka-aws-415" /override "ci/prow/415-upstream-e2e-aws-415" |
@ReToCode: Overrode contexts on behalf of ReToCode: Lint, ci/prow/415-operator-e2e-aws-415, ci/prow/415-test-upgrade-aws-415, ci/prow/415-upstream-e2e-aws-415, ci/prow/415-upstream-e2e-kafka-aws-415 In 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pierDipi, ReToCode 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:
Approvers can indicate their approval by writing |
Thanks @ReToCode |
If you're happy with this PR, I think we need to manually merge as lint errors cannot be made green nor fixed |
355521c
into
openshift-knative:main
Basic changes
006-version.patch
to new controller-runtime version