Mesa (master): ci/freedreno: Remove stray BM_DTB definition.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Feb 22 19:48:05 UTC 2021


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

Author: Eric Anholt <eric at anholt.net>
Date:   Thu Feb  4 16:41:43 2021 -0800

ci/freedreno: Remove stray BM_DTB definition.

It's unused -- cheza uses an image with kernel+dtb glued together, and
this var does nothing (which is good, given that it was pointing to
db820c.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9144>

---

 src/freedreno/ci/gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml
index 8dcc67fe7a7..178fefdd081 100644
--- a/src/freedreno/ci/gitlab-ci.yml
+++ b/src/freedreno/ci/gitlab-ci.yml
@@ -167,7 +167,6 @@ a530_piglit_shader:
     BM_KERNEL: /lava-files/cheza-kernel
     BM_CMDLINE: "ip=dhcp console=ttyMSM0,115200n8 root=/dev/nfs rw nfsrootdebug nfsroot=,tcp,nfsvers=4.2 init=/init"
     GPU_VERSION: freedreno-a630
-    BM_DTB: /lava-files/db820c.dtb
     DEQP_EXPECTED_RENDERER: FD630
   tags:
     - google-freedreno-cheza



More information about the mesa-commit mailing list