-
Notifications
You must be signed in to change notification settings - Fork 58
Update AppWrappers to v0.21.1 #588
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
Update AppWrappers to v0.21.1 #588
Conversation
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 all look sane to me. Do you have any clue about the failing e2e test. Could it be due to some change in logic in the AW controller?
At first glance in the logs, it looks like the AppWrapper+RayCluster workload is pending because a GPU isn't available, but I haven't analyzed fully to figure out if that is just a transitory problem that might resolve once the concurrently running test that is using the GPU first finishes..
|
I have already seen this intermittently, seems caused by AppWrapper workload not being admitted:
Though I wasn't able to reproduce it yet. |
Going to hold because back leveling Go to 1.22.2 is more trouble that it is worth. |
e2e test instability is addressed in #591 |
Highlights: * Update to Kueue 0.7.1 * Remove ChildAdmissionController only needed by Kueue 0.6 * Flexible configuration of Kueue's GenericJob Reconciller * Correctly handle wrapped resources that use generateName Full Changelog: project-codeflare/appwrapper@v0.20.2...v0.21.1
replace github.com/project-codeflare/appwrapper v0.21.1 => github.com/project-codeflare/appwrapper v0.21.2-0.20240712173553-5b007c947b37 | ||
|
||
replace sigs.k8s.io/kueue v0.7.1 => github.com/opendatahub-io/kueue v0.7.0-odh-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.
Not thrilled with these replace directives, but we can't have the go.version at 1.22.2 and depend directly on the upstream kueue and appwrapper releases which are at 1.22.4 without breaking all the go tooling.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sutaakar 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 |
03d5bee
into
project-codeflare:main
Highlights:
Full Changelog:
project-codeflare/appwrapper@v0.20.2...v0.21.0