-
Notifications
You must be signed in to change notification settings - Fork 294
perf: respect multinode consolidation timeout in all cases #2025
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
Merged
k8s-ci-robot
merged 37 commits into
kubernetes-sigs:main
from
rschalo:multinode-consolidation-timeout-fix
Mar 19, 2025
Merged
Changes from 14 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
b4cfac1
perf: respect multinode consolidation timeout in all cases
rschalo 40dde20
put comments back
rschalo 37323a4
inline clock.Now()
rschalo 8753963
expand context deadline handling
rschalo d6ab2b6
fix comment
rschalo 2c432e3
short circuit ctx canceled in solve
rschalo 56a681d
Merge branch 'main' into multinode-consolidation-timeout-fix
rschalo b92e99b
fix spacing
rschalo 767fbed
remove topology short circuit
rschalo 43dfd0a
nolint gocyclo silence
rschalo f021362
add test for context deadline timeout
rschalo 12d1adc
remove select block
rschalo 9b552a8
fix comment
rschalo 86ecbc3
remove redundant check
rschalo 5521002
pr response for context use
rschalo e2dccfe
Merge branch 'main' into multinode-consolidation-timeout-fix
rschalo 554a224
handle timeout in provisioning loop
rschalo c494ca5
mark all pods as not having been scheduled due to context errors
rschalo 12fa309
Merge branch 'main' into multinode-consolidation-timeout-fix
rschalo f631c7f
add additional context handling in provisioner
rschalo 0320177
reduce scope
rschalo fb32f53
remove unused function
rschalo 3729641
return error directly
rschalo ff9f119
use timeout instead of context cancels
rschalo e77389d
Revert "use timeout instead of context cancels"
rschalo f8be51a
remove pod error and break out of loop if ctx err
rschalo 1f6f9bf
remove binary from history
rschalo b153118
remove ctx check in nodePools
rschalo c56e10f
another pr round
rschalo 6f0187c
reduce diff
rschalo b34e1b2
return error from solve
rschalo eb5849c
fix presubmit
rschalo 05d24b7
fix test assertion
rschalo 8120724
add comment for provisioning loop
rschalo 209f725
updates for pr
rschalo f3d18de
more updates
rschalo 3c7a50f
log change
rschalo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.