-
Notifications
You must be signed in to change notification settings - Fork 611
Add conformance report for Traefik Proxy #4207
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
Add conformance report for Traefik Proxy #4207
Conversation
|
Hi @kevinpollet. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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-sigs/prow repository. |
|
/ok-to-test |
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.
Thanks @kevinpollet!
| @@ -0,0 +1,71 @@ | |||
| apiVersion: gateway.networking.k8s.io/v1 | |||
| date: '-' | |||
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.
I think the intent here is to indicate when the tests were run
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 should be automatically populated when our tests generate the conformance report - was there a bug here? Or was this file generated some other way?
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.
Today, our CI checks that the committed conformance report matches the one generated during the CI job. To avoid date differences, we explicitly set the date to - (see https://github.com/traefik/traefik/blob/v3.6/integration/gateway_api_conformance_test.go#L210).
I will update the report with the proper date, and we’ll look into possible ways to prevent this issue in the future.
| @@ -0,0 +1,29 @@ | |||
| # Traefik Proxy | |||
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.
Recommend updating the implementations.md list as well to bump your conformant status to v1.4.
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.
Thanks for catching that, I updated the implementations.md list accordingly.
ac072b6 to
33d643a
Compare
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.
Thanks @kevinpollet!
/lgtm
|
|
||
| ### Traefik Proxy | ||
|
|
||
| [](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/reports/v1.3.0/traefik-traefik) |
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.
Can be done in a follow up, will merge as is so this gets in in time for blog post deadline.
| [](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/reports/v1.4.0/traefik-traefik) |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kevinpollet, robscott 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 |
What type of PR is this?
/kind documentation
/area conformance-test
What this PR does / why we need it:
This pull request adds the conformance report for v1.4.0 for Traefik Proxy.
Does this PR introduce a user-facing change?: