~sylvain-pineau/plainbox-provider-checkbox:snap_resource

Last commit made on 2017-04-07
Get this branch:
git clone -b snap_resource https://git.launchpad.net/~sylvain-pineau/plainbox-provider-checkbox
Only Sylvain Pineau can upload to this branch. If you are Sylvain Pineau please log in for upload directions.

Branch merges

Branch information

Name:
snap_resource
Repository:
lp:~sylvain-pineau/plainbox-provider-checkbox

Recent commits

02cb700... by Sylvain Pineau

Add snap resource to miscellanea/submission-resources

0b8af69... by PMR <pmr@pmr-lander>

Merge #321439 from ~kissiel/plainbox-provider-checkbox:apste-support-job

8ec9087... by Maciej Kisielewski

add job that checks APSTE availabilty on NVMe drives

I decided to go with device.driver == 'nvme' and device.category == 'OTHER'"
template-filter to make sure only one job is generated (per controller), and
that the template will be given nvmeN name (N being 0, 1..), so the check for
pm_qos file would be possible. If I'd narrow it down to category == 'DISK' then
the drives would be reported, like nvme0n1, which is fine for the nvme cli
tool, but it would require some obscure tweaking to get 'the parent' for the
sysfs check.

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

Merge #321819 from ~sylvain-pineau/plainbox-provider-checkbox:no_prefix_block_resource

8a751bc... by Sylvain Pineau

jobs:disks: Express requirements using the new block_device_resource prop names

Resources expressions are considering one resource object at a time.
Syntax like:

    block_device.smart == 'True' and block_device.name == '{name}'

are thus safer to use as it moves the parameter var outside (i.e {name})
the resource property.

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

Merge #321722 from ~bladernr/plainbox-provider-checkbox:update-lxd-test

f951c8c... by Jeff Lane 

Fixed bug where the test would fail if LXD_TEMPLATE and LXD_ROOTFS were not set in the conf file. LP: #1679213

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

Merge #321661 from ~sylvain-pineau/plainbox-provider-checkbox:json_attachments_no_key

b8462f5... by Sylvain Pineau

Merge branch 'master' of git+ssh://git.launchpad.net/plainbox-provider-checkbox

27e15aa... by Sylvain Pineau

jobs:submission.txt: Update json attachment jobs to drop the main key

The new tarball submission format will now contain a json export based on
dicts (and not a dict of list of dict...)