ci: Split out radv build-testing on arm64
authorRohan Garg <rohan.garg@collabora.com>
Thu, 20 Feb 2020 15:37:48 +0000 (16:37 +0100)
committerEric Anholt <eric@anholt.net>
Thu, 27 Feb 2020 17:36:16 +0000 (09:36 -0800)
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@collabora.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3928>

.gitlab-ci.yml

index 653e0d35f3bb79e01bae119423e1d2fb4074f62a..30f050c1f617090567cf2ded181a2d2d08d0fe0d 100644 (file)
@@ -341,11 +341,20 @@ meson-arm64:
     - .meson-arm
     - .ci-deqp-artifacts
   variables:
-    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:
+    VULKAN_DRIVERS: "amd"
+  script:
+    - .gitlab-ci/meson-build.sh
+
 meson-clang:
   extends: .meson-build
   variables: