From 285ebfb3b7adc56586031afa5150c4e5ad40c229 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Thu, 29 Nov 2018 15:11:43 +0100 Subject: gitlab-CI: Keep build artifacts when arm64-test fails There's something very funky going on with the occasional commit consistently failing, e.g. https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/jobs/51208 We need to catch it to understand what happens. v2: Also dump the environment (Petri) Cc: Petri Latvala Acked-by: Petri Latvala Signed-off-by: Daniel Vetter --- .gitlab-ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d09eca30..5cbb4287 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,7 +91,13 @@ test:ninja-test-arm64: dependencies: - build:tests-debian-meson-arm64 stage: test - script: ninja -C build test + script: + - env > build/envdump.txt + - ninja -C build test + artifacts: + paths: + - build + when: on_failure test:test-list-diff: dependencies: -- cgit v1.2.3