~paelzer/autopkgtest-cloud:fix-octave-needing-more-than-one-cpu

Last commit made on 2021-01-14
Get this branch:
git clone -b fix-octave-needing-more-than-one-cpu https://git.launchpad.net/~paelzer/autopkgtest-cloud
Only Christian Ehrhardt  can upload to this branch. If you are Christian Ehrhardt  please log in for upload directions.

Branch merges

Branch information

Name:
fix-octave-needing-more-than-one-cpu
Repository:
lp:~paelzer/autopkgtest-cloud

Recent commits

a270fac... by Christian Ehrhardt 

octave-parallel is big on all architectures (LP: #1911400)

With the new versions of octave/octave-parallel these tests are failing if
not run on >1 vcpu [1][2] and therefore the test need to be marked as
big_packages.

[1]: https://savannah.gnu.org/bugs/index.php?59869
[2]: https://bugs.launchpad.net/ubuntu/+source/octave-parallel/+bug/1911400

Signed-off-by: Christian Ehrhardt <email address hidden>

1fb7136... by Iain Lane

worker: Handle None series_to_version

This happens when we initially retrieve the arches; the release passed
then is 'n/a'.

3f21c57... by Iain Lane

img_architecture → img_arch

7ac318b... by Iain Lane

build-adt-image-all-clouds: Skip i386 builds for >= focal

f478011... by Iain Lane

Merge branch 'i386-as-amd64-cross' of git+ssh://git.launchpad.net/~rbalint/autopkgtest-cloud

a9ffe40... by Balint Reczey

Run i386 autopkgtest on amd64 cloud images for releases later than Focal, too

63d391d... by Iain Lane

browse: Fix returning of unknown error codes

We intended to return 'fail' as a string, but this wasn't quoted. Broken
in bbf1181fbcab416ccd0605021ca74c7d613634d8.

12a7f9e... by Iain Lane

Doh

19541f1... by Iain Lane

queue_size.json: Return the length of the queue items rather than queue_size

We fetch the 'message count' with queue_declare(), which RabbitMQ is
supposed to give us to contain the number of messages in the queue (=
test requests). But this seems to be wrong more often than not lately,
while the actual requests are there just fine.

Let's take the length of the list of requests, then.

3065d5f... by Balint Reczey

libsis-jhdf5-java is big on amd64 and ppc64el

LP: #1897405