~chad.smith/curtin:ubuntu/devel

Last commit made on 2018-10-02
Get this branch:
git clone -b ubuntu/devel https://git.launchpad.net/~chad.smith/curtin
Only Chad Smith can upload to this branch. If you are Chad Smith please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/devel
Repository:
lp:~chad.smith/curtin

Recent commits

b516065... by Chad Smith

releasing curtin version 18.1-56-g3aafe77d-0ubuntu1

8e44216... by Chad Smith

update changelog (New upstream snapshot 18.1-56-g3aafe77d).

5e754f8... by Chad Smith

merge from master at 18.1-56-g3aafe77d

3aafe77... by Scott Moser

vmtest: Fix typo in skip-by-date.

The previous commit made one skip by date change go backwards.
Instead of 2019 we had set it to 2018.

7da9471... by Chad Smith

releasing curtin version 18.1-55-g0a27f283-0ubuntu1

fcf62ef... by Chad Smith

update changelog (New upstream snapshot 18.1-55-g0a27f283).

5e60267... by Chad Smith

merge from master at 18.1-55-g0a27f283

0a27f28... by Scott Moser

vmtest: kick skip-by-date for 1671951.

The bug is marked as fix-released (cosmic), and not fixed in bionic.
Our tests still fail in cosmic though, so kick this along while we figure
that out.

1149317... by Scott Moser

tools/jenkins-runner: Error if both filters and tests are given.

Previously if you gave both '--filter' and 'tests/vmtests/' arguments
to tools/jenkins-runner it would just silently ignore the test arguments.
Just fail instead of doing the wrong thing, and possibly leaving the user
believing that the tests they provided correctly ran.

5c7d667... by Ryan Harper

vmtests: prevent tests from modifying cls.collect_scripts

vmtests now has a set of collect scripts which are shared in all
subclassed tests and should not be modifed by the subclass. Fix
test_lvm_raid.py which modified cls.collect_scripts to use
extra_collect_scripts and update the base class to raise a RuntimeError
if a subclass presents a modified cls.collect_scripts.