From c4c6a222c4a485588971107f7237f6ee95c6ca56 Mon Sep 17 00:00:00 2001
From: Caleb Connolly <caleb@postmarketos.org>
Date: Tue, 18 Jun 2024 17:37:30 +0200
Subject: [PATCH] CI: use more gitlab.com runners (MR 5236)

We have access to the fancy runners since GitLab.com donate premium to
us. There's no downside to making the most of them while we can. We
don't depend on them, but they'll make our CI go zoom!

For the next few months until we migrate to self-hosted :D

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
---
 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f37b57cc782..06dea0676ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -124,6 +124,8 @@ mr-settings:
 # build changed aports
 .build:
   stage: build
+  tags:
+    - saas-linux-large-amd64
   rules:
     - if: $CI_PIPELINE_SOURCE == "merge_request_event" || $CI_COMMIT_REF_PROTECTED == "false"
   before_script:
@@ -149,6 +151,8 @@ build-x86:
 
 build-aarch64:
   extends: .build
+  tags:
+    - saas-linux-large-arm64
   script:
     - .ci/build-aarch64.sh
 
-- 
GitLab