From 97030883799c83556034ac6361449c522a5af482 Mon Sep 17 00:00:00 2001
From: Benoit Marty <benoit@matrix.org>
Date: Thu, 5 Nov 2020 10:00:34 +0100
Subject: [PATCH] xlarge queue for lint (see
 https://buildkite.com/matrix-dot-org/matrix-android-sdk2/builds/9)

---
 .buildkite/pipeline.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml
index ec5fc347..463a3a14 100644
--- a/.buildkite/pipeline.yml
+++ b/.buildkite/pipeline.yml
@@ -7,7 +7,7 @@ steps:
     agents:
       # We use a medium sized instance instead of the normal small ones because
       # gradle build is long
-      queue: "medium"
+      queue: "xlarge"
     command: "./gradlew clean lintRelease --stacktrace"
     artifact_paths:
       - "matrix-sdk-android/build/reports/*.*"
-- 
GitLab