summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.com>2020-07-31 08:13:15 +0200
committerTomeu Vizoso <tomeu.vizoso@collabora.com>2020-08-04 08:18:51 +0200
commitd4ca45eca2a573a8ac033e09d1b21e1966b70f46 (patch)
tree4c11b303c0d0b06b8138154c7335b9929c629720 /.gitlab-ci
parent4816f6f8d88f4f9004416b8cebccdddbe24ca95b (diff)
ci: Upload traces' reference and actual images to MinIO
Now that the devices have sane dates, we can upload to MinIO. 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')
-rwxr-xr-x.gitlab-ci/bare-metal/init.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci/bare-metal/init.sh b/.gitlab-ci/bare-metal/init.sh
index 2e67b1c64da..f59ec918da6 100755
--- a/.gitlab-ci/bare-metal/init.sh
+++ b/.gitlab-ci/bare-metal/init.sh
@@ -16,6 +16,9 @@ export XDG_CACHE_HOME=/tmp
echo "nameserver 8.8.8.8" > /etc/resolv.conf
+# Not all DUTs have network
+sntp -sS pool.ntp.org || true
+
# Overwrite traces.yml file with the baremetal version
cp /install/traces-baremetal.yml /install/traces.yml