summaryrefslogtreecommitdiff
path: root/.gitlab-ci/piglit
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2021-04-16 14:18:07 -0700
committerMarge Bot <eric+marge@anholt.net>2021-04-19 16:46:33 +0000
commit7f9f3455798779fbb61ee67d6ce99da300e3da76 (patch)
tree648bc329946fa159edb6960194468ccce5128929 /.gitlab-ci/piglit
parent95b9ea85f56bb6c321e35eb5481d1399707379d1 (diff)
ci/lava: Return the run's results/ artifacts from the DUTs.
Finally LAVA users will be able to see deqp XMLs on failures from the job's artifacts browser. This replaces a couple of one-off minio uploads in the piglit runner. Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10297>
Diffstat (limited to '.gitlab-ci/piglit')
-rwxr-xr-x.gitlab-ci/piglit/run.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitlab-ci/piglit/run.sh b/.gitlab-ci/piglit/run.sh
index 116f363d07d..ebe22c3eb13 100755
--- a/.gitlab-ci/piglit/run.sh
+++ b/.gitlab-ci/piglit/run.sh
@@ -233,13 +233,7 @@ if [ "x$PIGLIT_PROFILES" = "xreplay" ] \
__MINIO_PATH="$PIGLIT_REPLAY_ARTIFACTS_BASE_URL"
__MINIO_TRACES_PREFIX="traces"
- ci-fairy minio cp "$RESULTS"/results.json.bz2 \
- "minio://${MINIO_HOST}${__MINIO_PATH}/${__MINIO_TRACES_PREFIX}/results.json.bz2"
-
quiet replay_minio_upload_images
-
- ci-fairy minio cp "$RESULTS"/junit.xml \
- "minio://${MINIO_HOST}${__MINIO_PATH}/${__MINIO_TRACES_PREFIX}/junit.xml"
fi
if [ -n "$USE_CASELIST" ]; then