summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorMichel Dänzer <mdaenzer@redhat.com>2021-03-23 15:27:17 +0100
committerMarge Bot <eric+marge@anholt.net>2021-04-14 13:05:08 +0000
commitcf3d4ea5ff640d01316c259e746f957b54abbce9 (patch)
treea384b8bbc0678e67de7956912bf2bc4eaff6e378 /.gitlab-ci
parent7c6bcc8eb327d524bb1973b0d671a5c5a5fff793 (diff)
ci: Fix HTML summary path for piglit OpenCL job artifacts
Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9833>
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/piglit/run_cl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/piglit/run_cl.sh b/.gitlab-ci/piglit/run_cl.sh
index e08b8c29b59..506fb31867d 100755
--- a/.gitlab-ci/piglit/run_cl.sh
+++ b/.gitlab-ci/piglit/run_cl.sh
@@ -65,7 +65,7 @@ if diff -q .gitlab-ci/piglit/$PIGLIT_RESULTS.txt{.baseline,}; then
exit 0
fi
-./piglit summary html --exclude-details=pass $OLDPWD/summary $OLDPWD/results
+./piglit summary html --exclude-details=pass $OLDPWD/results/summary $OLDPWD/results
echo Unexpected change in results:
diff -u .gitlab-ci/piglit/$PIGLIT_RESULTS.txt{.baseline,}