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

Temporary update of available resources for drones #46

Merged
merged 1 commit into from
Oct 27, 2019

Conversation

eileen-kuehn
Copy link
Member

The scheduling process currently did not include any concept on updating the available resources after a job was matched. This is fixed by this PR. However, this should not be considered final but allows running multiple jobs in partitionable slots in the same scheduling cycle.

This PR is associated to #43 and implements the first strategy mentioned there.

@codecov
Copy link

codecov bot commented Oct 27, 2019

Codecov Report

Merging #46 into master will decrease coverage by 0.3%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
- Coverage   34.17%   33.87%   -0.31%     
==========================================
  Files          15       15              
  Lines         676      682       +6     
  Branches      102      104       +2     
==========================================
  Hits          231      231              
- Misses        434      440       +6     
  Partials       11       11
Impacted Files Coverage Δ
lapis/scheduler.py 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 25716e9...4b53a15. Read the comment docs.

Copy link
Member

@maxfischer2781 maxfischer2781 left a comment

Choose a reason for hiding this comment

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

Good luck merging. ;)

@eileen-kuehn eileen-kuehn merged commit 0c602a7 into master Oct 27, 2019
@eileen-kuehn eileen-kuehn deleted the feature/job-drone-scheduling branch October 27, 2019 20:42
@eileen-kuehn eileen-kuehn mentioned this pull request Oct 27, 2019
2 tasks
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