~sylvain-pineau/plainbox-provider-resource:udev_resource_short_list_option

Last commit made on 2018-11-25
Get this branch:
git clone -b udev_resource_short_list_option https://git.launchpad.net/~sylvain-pineau/plainbox-provider-resource
Only Sylvain Pineau can upload to this branch. If you are Sylvain Pineau please log in for upload directions.

Branch merges

Branch information

Name:
udev_resource_short_list_option
Repository:
lp:~sylvain-pineau/plainbox-provider-resource

Recent commits

c48998c... by Sylvain Pineau

bin:udev_resource: Add a --short option to the list command

Display the device and its chip id in a short form.

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 %}