Re: [PATCH] gitlab: custom-runners: preserve more artifacts for debugging

2023-05-18 Thread Richard Henderson
On 5/17/23 23:52, Paolo Bonzini wrote: Since custom runners are not generally available, make it possible to debug the differences between a successful and a failing build by comparing the logs and the build.ninja rules. Signed-off-by: Paolo Bonzini --- .gitlab-ci.d/custom-runners.yml | 4 +++

[PATCH] gitlab: custom-runners: preserve more artifacts for debugging

2023-05-17 Thread Paolo Bonzini
Since custom runners are not generally available, make it possible to debug the differences between a successful and a failing build by comparing the logs and the build.ninja rules. Signed-off-by: Paolo Bonzini --- .gitlab-ci.d/custom-runners.yml | 4 +++- 1 file changed, 3 insertions(+), 1 dele