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

Last commit made on 2021-10-19
Get this branch:
git clone -b wip/multiple-cloud-workers-2 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:
wip/multiple-cloud-workers-2
Repository:
lp:~juliank/autopkgtest-cloud

Recent commits

bfc03b2... by Julian Andres Klode

Switch production to 2 cloud workers

n-workers is *per* cloud worker at the moment, optimally someone
with Juju knowledge makes this distribute better, but let's split
them up for now.

286b6ca... by Julian Andres Klode

staging: Adjust worker numbers

845e81c... by Julian Andres Klode

build-adt-image@.service: Set SyslogIdentifier

54724a6... by Julian Andres Klode

mojo: Deploy 2 cloud workers on staging

a185bdb... by Julian Andres Klode

Hold the lock during image build

2d9d2a0... 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.

af10a24... 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.

93cc9ed... by Julian Andres Klode

Merge remote-tracking branch 'origin/master'

75696a9... by Julian Andres Klode

worker/worker: Always delete the temporary directory

Wrap all the code inside a try, and call shutil.rmtree() in
finally, such that we don't get leftover temporary directories.

661457e... by Steve Langasek

Merge branch 'no-copies-from-older-releases'