gitlab-ci: update deqp build so we can generate xml
authorRob Clark <robdclark@chromium.org>
Fri, 15 Nov 2019 18:15:32 +0000 (10:15 -0800)
committerRob Clark <robdclark@chromium.org>
Fri, 22 Nov 2019 21:48:29 +0000 (13:48 -0800)
commit5fa397a0d9067e864d29cd265226d88e919d7096
tree9b8d7bc3a17801a91a13a9a24e103c58e392132d
parentdba903ed0b526aa24f195352ddf35392a523a551
gitlab-ci: update deqp build so we can generate xml

Update the deqp build to preserve testlog-to-xml and stylesheets, so
deqp runner can extract .qpa for failed/flaked tests, and convert to
xml.  With this, will be able to browse output from failed tests
directly from the artifacts.

The main motiviation is to give better visibility into what happens with
flaked tests, when it is difficult/impossible to reproduce the flake
locally (ie. when it happens once out of N million tests).  But this
should also make it easier to debug regressions that a MR triggers,
especially when it is on hw that you don't have.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Acked-by: Eric Engestrom <eric.engestrom@intel.com>
.gitlab-ci/build-deqp.sh