-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Kueue E2E Tests #27868
Kueue E2E Tests #27868
Conversation
Welcome @kannon92! |
Hi @kannon92. Thanks for your PR. I'm waiting for a kubernetes 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/test-infra repository. |
Unknown CLA label state. Rechecking for CLA labels. Send feedback to sig-contributor-experience at kubernetes/community. /check-cla |
description: "Run kueue end to end tests" | ||
spec: | ||
containers: | ||
- image: golang:1.18 |
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.
Are you sure this image supports creating a kind cluster?
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.
Changed. I wasn't really sure if this would work but I took an example from the descheduler e2e tests. Now that this is merged, I will see how to test this to verify everything is working.
aa2b7f9
to
33ed8a4
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alculquicondor, kannon92 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 |
- test-e2e-kind | ||
# docker-in-docker needs privileged mode | ||
securityContext: | ||
privileged: true |
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.
Which E2E tests is this supposed to 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.
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.
The ones from https://github.com/kubernetes-sigs/kueue/tree/main/test/e2e I suppose....
I don't see anything obviously wrong, but I'm not an expert for Prow configs.
/ok-to-test |
I realize I should've done this in a different order. Next time, I add tests to prow. I realize I should get the prow config merged first so then I can run the testing from the other repo. Sorry about that. |
/hold I think this is fine. Just add the optional for now. We will see if there are errors in other PRs, we have plenty coming up :) |
33ed8a4
to
202dd55
Compare
202dd55
to
d084c1b
Compare
/hold cancel |
d084c1b
to
928e956
Compare
Thanks. Sorry about that. |
/lgtm |
@kannon92: Updated the
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. |
PR kubernetes-sigs/kueue#421 adds e2e tests to Kueue and we want to add a e2e test in the testgrid.
I think we should merge once the above PR is merged.
Partial kubernetes-sigs/kueue#61