-
Notifications
You must be signed in to change notification settings - Fork 118
test-report: istio 1.27-alpha v0.4.0 report 9/9 #1102
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for gateway-api-inference-extension ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Hi @aslakknutsen. Thanks for your PR. I'm waiting for a kubernetes-sigs 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. |
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 @aslakknutsen!! this is great
|
||
git clone [email protected]:kubernetes-sigs/gateway-api-inference-extension.git; cd gateway-api-inference-extension | ||
|
||
#go 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.
should this be completed?
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.
Not sure.. It's 1 README for potentially many reports, each report would have some kinda difference in the "go test" line so it's not possible to replicate fully. My initial feeling is; it's more of a guide to get you an env you can start running tests. What you want to test is up to you.
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.
have you thought about having a Makefile within conformance dir with the different report options?
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.
That could be an option.. hmm
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: aslakknutsen, LiorLieberman The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
||
## Reproduce | ||
|
||
``` |
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 to define GIE_VERSION variable and use it when accessing gie crds. it would probably be good to point to a specific version.
|
||
# gie conformance test suite | ||
|
||
git clone [email protected]:kubernetes-sigs/gateway-api-inference-extension.git; cd gateway-api-inference-extension |
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.
did you mean to cd into conformance dir?
git clone [email protected]:kubernetes-sigs/gateway-api-inference-extension.git; cd gateway-api-inference-extension | |
git clone [email protected]:kubernetes-sigs/gateway-api-inference-extension.git; cd gateway-api-inference-extension/conformance |
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.
maybe.. depends on the "go test" command. hehe
/ok-to-test |
Co-authored-by: Nir Rozenbaum <[email protected]>
…ort files on update
cf108fd
to
785ae74
Compare
More cowbell? |
Clean up some variable usage / exposure.
@aslakknutsen Shuold we move this to be based on istio master branch? |
@LiorLieberman does it mean Istio now supports GIE in master branch? |
Yes - istio/istio#56845 :) |
A start of something something
@LiorLieberman @keithmattix @zetxqx