summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.com>2020-07-31 08:24:13 +0200
committerTomeu Vizoso <tomeu.vizoso@collabora.com>2020-08-04 08:18:55 +0200
commit76330374413ee8ab857aa35f249652867be8981e (patch)
tree2c4029d6061bde5976a267a7a2ae643abe65aec9 /.gitlab-ci.yml
parentd4ca45eca2a573a8ac033e09d1b21e1966b70f46 (diff)
ci: Download traces from MinIO in baremetal runs
Now that we have MinIO, we can distribute traces better than by direct downloads from git. With a caching MinIO instance local to the DUT, total run times should be noticeably impacted. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6136>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index db4ee59c926..d9f44f08357 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -355,7 +355,7 @@ arm64_test:
extends:
- .use-arm_test-base
variables:
- FDO_DISTRIBUTION_TAG: &arm64_test "2020-07-31-ntp"
+ FDO_DISTRIBUTION_TAG: &arm64_test "2020-07-31-minio"
.use-arm64_test:
variables: