~lvoytek/autopkgtest-cloud:invalid-exit-metric

Last commit made on 2021-11-04
Get this branch:
git clone -b invalid-exit-metric https://git.launchpad.net/~lvoytek/autopkgtest-cloud
Only Lena Voytek can upload to this branch. If you are Lena Voytek please log in for upload directions.

Branch merges

Branch information

Name:
invalid-exit-metric
Repository:
lp:~lvoytek/autopkgtest-cloud

Recent commits

46957e7... by Steve Langasek

Record an 'exit_invalid' tag when the instance failed

Influx doesn't let us usefully aggregate different exit codes to calculate
a failure rate. Set an explicit tag for a failed job so we can graph it.

8897119... by Julian Andres Klode

Commit filter-amqp-dupes-upstream and run minutely

d2ccda7... by Julian Andres Klode

Temporarily double number of ppc64el workers in bos01

New POWER nodes have been deployed and the old ones are
still around a couple of days, let's use more of them.

cee5326... by Julian Andres Klode

Revert "worker: Delete legacy queues on startup"

This reverts commit 25f0a5a703f1504ccca579cfe0c0699d7250b14e.

09c8581... by Julian Andres Klode

Revert "Enable trusty for ESM stuff"

This reverts commit 597c4610e9eefcc40e3ab733a1c54faae6f8eb95.

trusty does not have s390x, so this broke the s390x workers.

aa02664... by Julian Andres Klode

worker: Correctly reference the series when setting up queues

We have to use the .series attribute, oh oh

4d78c96... by Julian Andres Klode

Merge branch 'delete-legacy-queues'

597c461... by Julian Andres Klode

Enable trusty for ESM stuff

As discussed in ~security

41813a0... by Julian Andres Klode

buildt-adt-image: Actually find daily images

Somehow a Perlism ?: (non-capturing group) got in there, which
grep -E matched literally. Since we don't care about capturing
in this grep, let's just drop it.

This will fix build of jammy images to use the daily base images
rather than continously upgrade previous adt images, which causes
massive growth due to lack of discard in openstack.

25f0a5a... by Julian Andres Klode

worker: Delete legacy queues on startup

This might be annoying as it will print messages for all previous
Ubuntu releases; unfortunately we can't find out which queues exist.