-
Notifications
You must be signed in to change notification settings - Fork 299
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
Wait for the prebuild workload. #3255
Wait for the prebuild workload. #3255
Conversation
✅ Deploy Preview for kubernetes-sigs-kueue ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
a59b9af
to
f9e4321
Compare
Please also add "Fixes #3051" to the description. |
IIUC correct #3131 (comment) it's not fixing #3051. |
Hm, I thought it does, because the integration test passes. I would prefer to better understand the issue in the #3131 (comment) comment then before merging any of the solutions. |
/hold for #3131 (comment) |
/unhold due to #3131 (comment). |
I would suggest, for simplicity, move forward with this PR, and:
|
9ade4b2
to
d73282a
Compare
Done |
Co-authored-by: Irving Mondragón <irvingmg@users.noreply.github.com>
please check why the unit tests fail and adjust if ok |
d73282a
to
f05c9fc
Compare
Done |
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
Thanks, please follow up with the docs update suggestion for the label
LGTM label has been added. Git tree hash: 76100cd2904ec7df2d994714563305f622b745a1
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mbobrovskyi, mimowo 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 |
/hold cancel |
Oh, I see it is already added here. No need for follow up here. |
* Wait for the prebuild workload. Co-authored-by: Irving Mondragón <irvingmg@users.noreply.github.com> * Return an error on "prebuild workload not found" error. * Update docs. --------- Co-authored-by: Irving Mondragón <irvingmg@users.noreply.github.com>
* Wait for the prebuild workload. Co-authored-by: Irving Mondragón <irvingmg@users.noreply.github.com> * Return an error on "prebuild workload not found" error. * Update docs. --------- Co-authored-by: Irving Mondragón <irvingmg@users.noreply.github.com>
What type of PR is this?
/kind feature
What this PR does / why we need it:
Wait for the prebuilt Workload if a Job is running before it.
Which issue(s) this PR fixes:
Fixes #3051
Special notes for your reviewer:
Follow up for #3131 (comment).
Does this PR introduce a user-facing change?