~juliank/autopkgtest-cloud:multiple-cloud-workers

Last commit made on 2019-04-26
Get this branch:
git clone -b multiple-cloud-workers 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:
multiple-cloud-workers
Repository:
lp:~juliank/autopkgtest-cloud

Recent commits

09a43f0... by Julian Andres Klode

cloud worker: Only enable image building on the leader

This simply touches a file on the leader and the script then does
nothing if the file does not exist.

86771fc... by Julian Andres Klode

cleanup-instances: Only cleanup instances with matching hostnames (if any)

If the instance name has the correct number of components, and the
one supposed to be the hostname is not our hostname, ignore it.

29bffda... by Julian Andres Klode

worker-config-production: Add $HOSTNAME to worker names

This allows us to know which cloud worker started the task,
in case there are multiple ones.

17dd860... by Iain Lane

cleanup-instances: Print the ID too

If they get stuck we need to give this to sysadmins so they can delete
it manually, let's not make people go look it up themselves.

f69711a... by Steve Langasek

Add eoan

0e3fbc0... by Steve Langasek

Add cl-ironclad to big_packages for amd64, arm64.

New version of this package consistently fails autopkgtests on these
architectures due to OOM. This is compiling common lisp code, so requiring
a lot of memory is not unexpected for this kind of application.

fcbb57f... by Balint Reczey

Lintian tests take long but can be run in parallel on big testbeds

Debian bug: #926409

47f9c61... by Julian Andres Klode

request.cgi: Sort parameter lines we are printing

This ensures our output is always stable, so e.g. arch will always
be the first row.

9184853... by Iain Lane

whoopsie, print the path too

21ffc22... by Iain Lane

worker: Retry a few times when trying to put objects into swift

Sometimes swift is very flaky when uploading objects - we should give it
a break.