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

koord-scheduler: Add unschedulable field to Reservation #1381

Merged

Conversation

FillZpp
Copy link
Member

@FillZpp FillZpp commented Jun 13, 2023

Ⅰ. Describe what this PR does

Add unschedulable field to Reservation.

Ⅱ. Does this pull request fix one issue?

fixes #1377

Ⅲ. Describe how to verify it

Ⅳ. Special notes for reviews

V. Checklist

  • I have written necessary docs and comments
  • I have added necessary unit tests and integration tests
  • All checks passed in make test

@FillZpp
Copy link
Member Author

FillZpp commented Jun 13, 2023

/cc @eahydra

@codecov
Copy link

codecov bot commented Jun 13, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (a46f10e) 64.12% compared to head (bfb557f) 64.12%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1381   +/-   ##
=======================================
  Coverage   64.12%   64.12%           
=======================================
  Files         342      342           
  Lines       35201    35204    +3     
=======================================
+ Hits        22571    22573    +2     
+ Misses      10964    10962    -2     
- Partials     1666     1669    +3     
Flag Coverage Δ
unittests 64.12% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/scheduler/frameworkext/reservation_info.go 29.94% <100.00%> (+1.14%) ⬆️
pkg/scheduler/plugins/reservation/transformer.go 64.51% <100.00%> (ø)

... and 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@eahydra eahydra changed the title Add unschedulable field to Reservation koord-scheduler: Add unschedulable field to Reservation Jun 13, 2023
@koordinator-bot koordinator-bot bot added the lgtm label Jun 14, 2023
@FillZpp FillZpp force-pushed the add-reservation-unschedulable branch from 3029759 to 11438ea Compare July 24, 2023 09:18
@koordinator-bot koordinator-bot bot removed the lgtm label Jul 24, 2023
@FillZpp FillZpp force-pushed the add-reservation-unschedulable branch from 11438ea to 0b7c1bd Compare July 24, 2023 09:45
@koordinator-bot koordinator-bot bot added size/M and removed size/L labels Jul 24, 2023
Signed-off-by: Siyu Wang <FillZpp.pub@gmail.com>
@FillZpp FillZpp force-pushed the add-reservation-unschedulable branch from 0b7c1bd to bfb557f Compare July 24, 2023 11:12
Copy link
Member

@eahydra eahydra left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@koordinator-bot koordinator-bot bot added the lgtm label Jul 24, 2023
@eahydra eahydra requested review from hormes, ZiMengSheng, jasonliu747 and KunWuLuan and removed request for buptcozy July 24, 2023 12:32
@FillZpp
Copy link
Member Author

FillZpp commented Jul 25, 2023

/approve

@koordinator-bot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: eahydra, FillZpp

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

@koordinator-bot koordinator-bot bot merged commit ef6cb8f into koordinator-sh:main Jul 25, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[proposal] Reservation supports to be marked as unschedulable
3 participants