summaryrefslogtreecommitdiff
path: root/.gitlab-ci/build-deqp.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-11-22gitlab-ci: update deqp build so we can generate xmlRob Clark1-1/+11
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>
2019-11-12gitlab-ci: Share dEQP build process between x86 & ARM test image scriptsMichel Dänzer1-0/+48
See https://gitlab.freedesktop.org/mesa/mesa/issues/2056 v2: * Rename .gitlab-ci/deqp-build.sh => .gitlab-ci/build-deqp.sh (Eric Anholt) Reviewed-by: Eric Anholt <eric@anholt.net>