Mesa (staging/20.0): ci: Split out radv build-testing on arm64

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Apr 13 22:06:48 UTC 2020


Module: Mesa
Branch: staging/20.0
Commit: 8980c5800074a96371dde5694a46aeab4c82937e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8980c5800074a96371dde5694a46aeab4c82937e

Author: Rohan Garg <rohan.garg at collabora.com>
Date:   Thu Feb 20 16:37:48 2020 +0100

ci: Split out radv build-testing on arm64

radv needs libllvm which increases our ramdisk size
significantly. Since this driver is only build tested,
we can split it out into a separate job.

Signed-off-by: Rohan Garg <rohan.garg at collabora.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Reviewed-by: Eric Anholt <eric at anholt.net>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
(cherry picked from commit 9c0bbba85643dbfb170d45adda118b7dfab5c2b9)

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

---

 .gitlab-ci.yml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a403e5b2e64..4cb1e341154 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -344,11 +344,21 @@ meson-arm64:
     - .ci-deqp-artifacts
   variables:
     LLVM_VERSION: "8"
-    VULKAN_DRIVERS: "freedreno,amd"
+    VULKAN_DRIVERS: "freedreno"
   script:
     - .gitlab-ci/meson-build.sh
     - .gitlab-ci/prepare-artifacts.sh
 
+meson-arm64-build-test:
+  extends:
+    - .meson-arm
+    - .ci-deqp-artifacts
+  variables:
+    LLVM_VERSION: "8"
+    VULKAN_DRIVERS: "amd"
+  script:
+    - .gitlab-ci/meson-build.sh
+
 meson-clang:
   extends: .meson-build
   variables:



More information about the mesa-commit mailing list