On 08/11/2020 23.19, Philippe Mathieu-Daudé wrote: > Add rules to select some crossbuild jobs. > > The following tags are available to restrict the CI jobs: > - all (select all jobs, this is default) > - cross (select all cross-jobs) > - system (select all cross-system jobs) > - user (select all cross-user jobs) > - $ARCH (select an architecture: arm/mips/ppc/sparc/...) > > Developers can combine tags in the QEMU_BUILD variable when > pushing a branch (or tag) to repositories. Examples: > > $ git push -o ci.variable="QEMU_BUILD=user" myrepo mybranch > $ git push -o ci.variable="QEMU_BUILD=user,system" myrepo mybranch
That looks interesting, but I think the changes are too big for including them at this point in time, so I'd like to postpone this to the 6.0 cycle (so please respin the series after the 5.2 release). Also this certainly needs to be documented in a file in the docs/ folder - otherwise you'll be the only one who's using this feature, I guess... Thanks, Thomas