diff options
author | Michel Dänzer <[email protected]> | 2019-11-25 18:42:10 +0100 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2019-11-27 10:20:31 +0100 |
commit | a3b3d3bfccb4469d0dffd493dc0b5a0aae9660d1 (patch) | |
tree | 45a86847343e60ae762e0cd7f4474f54857b21fb /.gitlab-ci.yml | |
parent | 07c134611389ec0baea5b7fb9344fd464d96d498 (diff) |
gitlab-ci: Put HTML summary in artifacts for failed piglit jobs
This will make it easier to look at details of failed / skipped tests.
Acked-by: Daniel Stone <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cee7f05872c..6e5f6922c14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -473,6 +473,11 @@ scons-old-llvm: .piglit-test: extends: .test + artifacts: + when: on_failure + name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME" + paths: + - summary/ variables: LIBGL_ALWAYS_SOFTWARE: 1 PIGLIT_NO_WINDOW: 1 |