Skip to content

Conversation

@Monokaix
Copy link
Member

@Monokaix Monokaix commented Dec 12, 2024

Ref: #3873, #3850, please merge volcano-sh/apis#144 first.
It includes three parts:

  1. Generate CRD yaml.
  2. Allocate changes to support scheduler jobs with network topology constrains.
  3. Add nodeOrder score result to hyperNode and get the final scores.

@volcano-sh-bot volcano-sh-bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 12, 2024
@Monokaix Monokaix self-assigned this Dec 12, 2024
@volcano-sh-bot volcano-sh-bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Dec 12, 2024
@Monokaix Monokaix force-pushed the network-topo branch 3 times, most recently from 6bb9f60 to c9bf5f3 Compare December 12, 2024 09:23
@Monokaix Monokaix changed the title [WIP]Network topology scheduling implementations of volcano scheduler Network topology scheduling implementations of volcano scheduler Dec 18, 2024
@volcano-sh-bot volcano-sh-bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 18, 2024
@Monokaix Monokaix force-pushed the network-topo branch 3 times, most recently from 2b31b0c to 92c294a Compare December 18, 2024 08:52
@volcano-sh-bot volcano-sh-bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Dec 18, 2024
Signed-off-by: Monokaix <[email protected]>
@volcano-sh-bot volcano-sh-bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Dec 18, 2024
for _, op := range s.operations {
switch op.name {
case Evict:
buffer += fmt.Sprintf("task %s evict from node %s ", op.task.Name, op.task.NodeName)
Copy link
Member

Choose a reason for hiding this comment

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

Does it need a ";" or "," to split each operation in log?

Copy link
Member Author

Choose a reason for hiding this comment

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

There is aleady a space: )

@lowang-bh
Copy link
Member

/lgtm

@volcano-sh-bot volcano-sh-bot added the lgtm Indicates that a PR is ready to be merged. label Dec 26, 2024
@hwdef
Copy link
Member

hwdef commented Dec 26, 2024

/approve

@volcano-sh-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hwdef

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@volcano-sh-bot volcano-sh-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 26, 2024
@volcano-sh-bot volcano-sh-bot merged commit abbcd96 into volcano-sh:network-topology Dec 26, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Development

Successfully merging this pull request may close these issues.

5 participants