
On Wed, 2019-09-11 at 18:38 +0200, Fabiano FidĂȘncio wrote:
On Wed, Sep 11, 2019 at 3:12 PM Andrea Bolognani <abologna@redhat.com> wrote:
These are extremely crude scripts that are nonetheless useful when it's time to rebuild all images. Usage is along these lines:
$ ls libvirt-debian-10* >in $ ./trigger in out $ ./monitor out 3
Error handling is almost non-existent, but realistically speaking at most three people will ever run these scripts anyway :)
Quay has limits on both the number of jobs that can be running at the same time and the rate of job submission: rebuilding containers in batches, eg. all Debian 10 containers, followed by all Debian 9 containers, and so on, allows us to remain within those limits.
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>
Thanks, pushed now. I actually got thinking whether these scripts, as well as the existing 'refresh' script, really belong to this repo rather than to the libvirt-jenkins-ci repo... But figuring that out, and if necessary acting on it, is a task for another day :) -- Andrea Bolognani / Red Hat / Virtualization