~tai271828/plainbox-provider-resource:mr-graphic-resource-exception

Last commit made on 2018-09-25
Get this branch:
git clone -b mr-graphic-resource-exception https://git.launchpad.net/~tai271828/plainbox-provider-resource
Only Taihsiang Ho can upload to this branch. If you are Taihsiang Ho please log in for upload directions.

Branch merges

Branch information

Name:
mr-graphic-resource-exception
Repository:
lp:~tai271828/plainbox-provider-resource

Recent commits

d00350c... by Taihsiang Ho

graphics_card_resource: Add gpu_count corner case

784e557... by PMR <pmr@pmr-lander>

Merge #355451 from ~jocave/plainbox-provider-resource:handle-no-plugs-on-system

eee6cdf... by Jonathan Cave

Handle a system with no plugs/slots

d8ec664... by PMR <pmr@pmr-lander>

Merge #355391 from plainbox-provider-resource:release

Release_2018_Week38

fdc86ce... by Sylvain Pineau

increment version to v0.39.0.dev0

fbe2462... by Sylvain Pineau

Bump to v0.38.0

183ceec... by Sylvain Pineau

Bump to v0.38.0rc3

c9a4085... by Sylvain Pineau

Merge branch 'master' into release

c3df308... by PMR <pmr@pmr-lander>

Merge #354556 from ~sylvain-pineau/plainbox-provider-resource:add-total-gpus

277751b... by Sylvain Pineau

graphics_card_resource: Add to all records the total of available GPU

Knowing if the SUT runs with hybrid graphics will allow more control in
the requirement jobs (thanks to jinja templates).

E.g:

template-engine: jinja2
depends:
 {%- if gpu_count > "1" %}
  suspend/{{ index }}_suspend_after_switch_to_card_{{ product_slug }}_xenial
 {%- else %}
  suspend/suspend_advanced
 {%- endif %}