Re: [libvirt PATCH 1/2] gitlab-ci.yaml: Introduce a variable to disable long broken jobs

2021-01-11 Thread Andrea Bolognani
On Mon, 2021-01-11 at 13:53 +, Daniel P. Berrangé wrote: > On Mon, Jan 11, 2021 at 02:42:54PM +0100, Erik Skultety wrote: > > Unfortunately GitLab doesn't have a different mechanism on how to mark > > jobs as skipped or disabled apart from the 'only'/'except' pragmas. > > Use the 'except' pragm

Re: [libvirt PATCH 1/2] gitlab-ci.yaml: Introduce a variable to disable long broken jobs

2021-01-11 Thread Daniel P . Berrangé
On Mon, Jan 11, 2021 at 04:05:48PM +0100, Erik Skultety wrote: > On Mon, Jan 11, 2021 at 03:03:17PM +, Daniel P. Berrangé wrote: > > On Mon, Jan 11, 2021 at 03:56:03PM +0100, Erik Skultety wrote: > > > On Mon, Jan 11, 2021 at 01:53:49PM +, Daniel P. Berrangé wrote: > > > > On Mon, Jan 11, 2

Re: [libvirt PATCH 1/2] gitlab-ci.yaml: Introduce a variable to disable long broken jobs

2021-01-11 Thread Erik Skultety
On Mon, Jan 11, 2021 at 03:03:17PM +, Daniel P. Berrangé wrote: > On Mon, Jan 11, 2021 at 03:56:03PM +0100, Erik Skultety wrote: > > On Mon, Jan 11, 2021 at 01:53:49PM +, Daniel P. Berrangé wrote: > > > On Mon, Jan 11, 2021 at 02:42:54PM +0100, Erik Skultety wrote: > > > > Unfortunately Git

Re: [libvirt PATCH 1/2] gitlab-ci.yaml: Introduce a variable to disable long broken jobs

2021-01-11 Thread Daniel P . Berrangé
On Mon, Jan 11, 2021 at 03:56:03PM +0100, Erik Skultety wrote: > On Mon, Jan 11, 2021 at 01:53:49PM +, Daniel P. Berrangé wrote: > > On Mon, Jan 11, 2021 at 02:42:54PM +0100, Erik Skultety wrote: > > > Unfortunately GitLab doesn't have a different mechanism on how to mark > > > jobs as skipped

Re: [libvirt PATCH 1/2] gitlab-ci.yaml: Introduce a variable to disable long broken jobs

2021-01-11 Thread Erik Skultety
On Mon, Jan 11, 2021 at 01:53:49PM +, Daniel P. Berrangé wrote: > On Mon, Jan 11, 2021 at 02:42:54PM +0100, Erik Skultety wrote: > > Unfortunately GitLab doesn't have a different mechanism on how to mark > > jobs as skipped or disabled apart from the 'only'/'except' pragmas. > > Use the 'except

Re: [libvirt PATCH 1/2] gitlab-ci.yaml: Introduce a variable to disable long broken jobs

2021-01-11 Thread Daniel P . Berrangé
On Mon, Jan 11, 2021 at 02:42:54PM +0100, Erik Skultety wrote: > Unfortunately GitLab doesn't have a different mechanism on how to mark > jobs as skipped or disabled apart from the 'only'/'except' pragmas. > Use the 'except' pragma for the job templates to skip jobs which define > the DISABLE_JOB v

[libvirt PATCH 1/2] gitlab-ci.yaml: Introduce a variable to disable long broken jobs

2021-01-11 Thread Erik Skultety
Unfortunately GitLab doesn't have a different mechanism on how to mark jobs as skipped or disabled apart from the 'only'/'except' pragmas. Use the 'except' pragma for the job templates to skip jobs which define the DISABLE_JOB variable. Signed-off-by: Erik Skultety --- .gitlab-ci.yml | 12 ++