Re: [PATCH 4/5] gitlab: convert build/container jobs to .base_job_template

2022-06-06 Thread Daniel P . Berrangé
On Thu, Jun 02, 2022 at 07:41:59PM +0200, Thomas Huth wrote: > On 26/05/2022 13.07, Daniel P. Berrangé wrote: > > This converts the main build and container jobs to use the > > base job rules, defining the following new variables > > > > - QEMU_JOB_SKIPPED - jobs that are known to be currently >

Re: [PATCH 4/5] gitlab: convert build/container jobs to .base_job_template

2022-06-02 Thread Thomas Huth
On 26/05/2022 13.07, Daniel P. Berrangé wrote: This converts the main build and container jobs to use the base job rules, defining the following new variables - QEMU_JOB_SKIPPED - jobs that are known to be currently broken and should not be run. Can still be manually launched if desire

[PATCH 4/5] gitlab: convert build/container jobs to .base_job_template

2022-05-26 Thread Daniel P . Berrangé
This converts the main build and container jobs to use the base job rules, defining the following new variables - QEMU_JOB_SKIPPED - jobs that are known to be currently broken and should not be run. Can still be manually launched if desired. - QEMU_JOB_AVOCADO - jobs that run the Avocado