Re: [PATCH 01/26] gitlab: explicit set artifacts publishing criteria

2023-06-26 Thread Richard Henderson
On 6/23/23 14:20, Alex Bennée wrote: From: Daniel P. Berrangé If not set explicitly, gitlab assumes 'when: on_success" as the publishing criteria for artifacts. This is reasonable if the artifact is an output deliverable of the job. This is useless if the artifact is a log file to be used for d

[PATCH 01/26] gitlab: explicit set artifacts publishing criteria

2023-06-23 Thread Alex Bennée
From: Daniel P. Berrangé If not set explicitly, gitlab assumes 'when: on_success" as the publishing criteria for artifacts. This is reasonable if the artifact is an output deliverable of the job. This is useless if the artifact is a log file to be used for debugging job failures. This change mak