~juliank/autopkgtest-cloud:fix-clone-location

Last commit made on 2018-04-30
Get this branch:
git clone -b fix-clone-location https://git.launchpad.net/~juliank/autopkgtest-cloud
Only Julian Andres Klode can upload to this branch. If you are Julian Andres Klode please log in for upload directions.

Branch merges

Branch information

Name:
fix-clone-location
Repository:
lp:~juliank/autopkgtest-cloud

Recent commits

9b4a3fb... by Julian Andres Klode

Fixup cloning of autopgktest

In commit 1ad4b1f33d7a75a3545af49afef3dc3c0cac98ba, the location
of the repo was changed, but that also changes the name of the
git clone. Add the name so it clones to the correct directory
again.

10c58ca... by Iain Lane

submit: Marshal parameters to the LP API correctly

We were sending parameters without encoding them. This just led to an
amusing failure where the version string 3.190 was being treated as a
float 3.19, causing a retry to fail.

Most LP API parameters should be passed through json.dumps.

And we should consider switching to lplib.

50ec19a... by Steve Langasek

add snapd/arm64 to list of long-running tests

8a90734... by Steve Langasek

Handle archive 404s for EOLed releases

74f09ab... by Iain Lane

Set up autopkgtest-web for mail notifications

fc15307... by Iain Lane

update-github-jobs: Don't capture stderr, fwd mail to ubuntu user

Let's get this emailed out

ed2de26... by Iain Lane

update-github-jobs: log an error if any of the status files can't be read as json

1ad4b1f... by Steve Langasek

Deploy from a branch we control, not a mirror of upstream

6979684... by Iain Lane

Use lxd from xenial-backports, and configure MTU/DNS/network appropriately

We're fixing a bunch of configuration problems here, which hopefully
should add up to DNS working reliably enough for snapcraft to finish its
tests.

ba31a0e... by Iain Lane

For linux, consider auxverb failures to be tmp-to-perm failures

When we reboot or boot into the new kernel, we might have a broken
system already at this point, which could manifest as an auxverb failure
- give those the tmp-to-perm (3 strikes) treatment.