Bug #4789
no gerrit verifications on a 32bit architecture
Start date:
10/09/2020
Due date:
% Done:
0%
Spec Reference:
Description
Most of our projects, particularly not libosmo*, only have gerrit build verification on amd64, but not on any 32bit architecture like i386 or armv7l.
This leads to 32bit compatibility issues slipping through the cracks and only showing up later in OBS builds, like seen with #4786 and #4787.
Let's add verification on 32bit. We need some i386 jenkins slaves (via ansible) and the associated jenkins job-builder voodoo.
I would go straight for debian10, despite the amd64 builds still being tested on debian9.
Related issues