From 9c0bbba85643dbfb170d45adda118b7dfab5c2b9 Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Thu, 20 Feb 2020 16:37:48 +0100 Subject: [PATCH] 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 Reviewed-by: Samuel Pitoiset Reviewed-by: Eric Anholt Reviewed-by: Tomeu Vizoso Part-of: --- .gitlab-ci.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 653e0d35f3b..30f050c1f61 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- 2.30.2