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

manager/scheduler: disable plugin filter #1224

Merged
merged 1 commit into from
Jul 25, 2016

Conversation

stevvooe
Copy link
Contributor

Since plugins are lazy loaded on use in the engine, tasks that require a
plugin that hasn't been used yet will never be dispatched until the
engine description reports it.

Rather than remove all this code, we have left it in place to be used
when plugin scheduling is added in the future.

cc @aluzzardi @tiborvass

Signed-off-by: Stephen J Day stephen.day@docker.com

Since plugins are lazy loaded on use in the engine, tasks that require a
plugin that hasn't been used yet will never be dispatched until the
engine description reports it.

Rather than remove all this code, we have left it in place to be used
when plugin scheduling is added in the future.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
@stevvooe stevvooe added this to the 1.12.0 milestone Jul 25, 2016
@aaronlehmann
Copy link
Collaborator

LGTM

@codecov-io
Copy link

Current coverage is 54.86% (diff: 100%)

Merging #1224 into master will decrease coverage by 0.28%

@@             master      #1224   diff @@
==========================================
  Files            77         77          
  Lines         12368      12368          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits           6821       6786    -35   
- Misses         4614       4650    +36   
+ Partials        933        932     -1   

Sunburst

Powered by Codecov. Last update aceca0d...6be09ef

@tiborvass
Copy link

tiborvass commented Jul 25, 2016

LGTM (IANAM)

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.

5 participants