~mvo/snapd/+git/snapd-mvo:run-livepatch-harder

Last commit made on 2019-04-16
Get this branch:
git clone -b run-livepatch-harder https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
run-livepatch-harder
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

0e07bde... by Michael Vogt

tests: run livepatch on 18.04 as well

The canonical-livepatch package is available on 18.04
as well so we should test it there too.

5222bc8... by Paweł Stołowski

Merge pull request #6704 from stolowski/more-measurements

overlord/devicestate: measurements around ensure and related tasks

ddbfc36... by Paweł Stołowski

Merge branch 'master' into more-measurements

55e3fc0... by Michael Vogt

Merge pull request #6730 from mvo5/unbreak-master-2

tests: fix master

f75ee47... by Michael Vogt

tests: set selinux-clean test to manual for now

The selinux-clean test breaks in master and in the pending PRs
depending on the test order. To ensure other PRs can land this PR
disables it for now and when its debugged we can re-enable.

4d8763c... by Michael Vogt

tests: do not hardcode go1.10 in travis

In run-checks we add /usr/lib/go-1.10/bin to the PATH to ensure
that we use the right go version when building on Ubuntu systems
that use the golang-1.10 source package.

However this breaks in travis because we use go1.9 there to ensure
that RHEL (which has 1.9) works correctly. Recently travis added
go1.10 to their images so now the PATH setting actually picks up
go1.10 in the PATH but GOROOT is set to go-1.9 which causes
strange errors like `go tool asm: exit status 2`.

This PR fixes this by only setting the PATH outside of travis.

3f55d62... by Michael Vogt

tests: update canonical-livepatch now that -gcp kernels are supported

The canonical-livepatch test is now failing because -gcp kernels
are not also available for live-patch.

538b98f... by Paweł Stołowski

Merge branch 'master' into more-measurements

37bf874... by Michael Vogt

Merge pull request #6693 from bboozzoo/bboozzoo/tweak-internal-tool-cmd

cmd: tweak internal tool lookup to accept more possible locations

f4e5ad9... by Paweł Stołowski

Merge pull request #6662 from stolowski/auto-snapshots

overlord/snapstate,snapshotstate: create snapshot on snap removal (3/4)