anv: Enable VK_EXT_shader_subgroup_{ballot,vote}
[mesa.git] / .gitlab-ci.yml
index c9c7af53f427d1cb85a3f8181d553fc837e5c9b4..f245ee687c11e3b54ad2349274afbfb1c497ee7c 100644 (file)
@@ -28,6 +28,9 @@ include:
     ref: 1f7f57c64ff4ebbf7292e3b7a13600518b8cb24c
     file: '/templates/debian.yml'
 
+include:
+  - local: '/.gitlab-ci/lava-gitlab-ci.yml'
+
 stages:
   - containers
   - build
@@ -98,6 +101,7 @@ test-container:arm64:
     - debian-10
   stage: build
   cache:
+    key: ${CI_JOB_NAME}
     paths:
       - ccache
   artifacts:
@@ -114,6 +118,7 @@ test-container:arm64:
     - export PATH="/usr/lib/ccache:$PATH"
     - export CCACHE_BASEDIR="$PWD"
     - export CCACHE_DIR="$PWD/ccache"
+    - ccache --max-size=1500M
     - ccache --zero-stats || true
     - ccache --show-stats || true
   after_script: