Mesa (master): ci: Upload traces' reference and actual images to MinIO

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Aug 4 06:38:47 UTC 2020


Module: Mesa
Branch: master
Commit: d4ca45eca2a573a8ac033e09d1b21e1966b70f46
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4ca45eca2a573a8ac033e09d1b21e1966b70f46

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Fri Jul 31 08:13:15 2020 +0200

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 at collabora.com>
Reviewed-by: Eric Anholt <eric at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6136>

---

 .gitlab-ci.yml                | 1 +
 .gitlab-ci/bare-metal/init.sh | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 203d4e4d2e1..db4ee59c926 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1078,6 +1078,7 @@ arm64_a630_traces:
     BARE_METAL_TEST_SCRIPT: "/install/tracie-runner-gl.sh"
     DEVICE_NAME: "freedreno-a630"
     TRACIE_NO_UNIT_TESTS: 1
+    TRACIE_UPLOAD_TO_MINIO: 1
     # This lets us run several more traces which don't use any features we're
     # missing.
     MESA_GLSL_VERSION_OVERRIDE: "460"
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
 



More information about the mesa-commit mailing list