Skip to content
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

feat: scheduler plugins (3/): add topology spread constraints plugin logic #437

Merged
merged 1 commit into from
Jul 20, 2023

Conversation

michaelawyu
Copy link
Contributor

Description of your changes

This PR is part of the PRs that implement the in-tree scheduler framework plugins.

It features some scheduling logic for the topology spread constraints plugin.

I have:

  • Run make reviewable to ensure this PR is ready for review.

How has this code been tested

  • Unit tests

Special notes for your reviewer

To control the size of the PR, certain unit tests are not checked in; they will be sent in a separate PR.

},
},
{
name: "multiple domains, different counts, separate special counts",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, i did not get what's the "separate special" counts. could you please explain it a little bit?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The separate special counts refer to the smallest, second smallest, and largest counts the counter tracks.

@michaelawyu michaelawyu merged commit 5a03556 into Azure:main Jul 20, 2023
10 checks passed
@michaelawyu michaelawyu deleted the scheduler-plugin-tsc branch July 20, 2023 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants