From 7f3b50a5d77bb285a2e9966e428bac3ce4763423 Mon Sep 17 00:00:00 2001 From: linsui <2873532-linsui@users.noreply.gitlab.com> Date: Fri, 6 Sep 2024 22:52:48 +0800 Subject: [PATCH] CI: use medium runner --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 38005384a8..868e7583de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,7 +94,7 @@ checkupdates: stage: test needs: [] tags: - - saas-linux-large-amd64 + - saas-linux-medium-amd64 image: debian:bookworm-slim rules: *app_verification_rules before_script: @@ -354,7 +354,7 @@ fdroid build: stage: build needs: [] tags: - - saas-linux-large-amd64 + - saas-linux-medium-amd64 # Some env vars are setup in https://gitlab.com/fdroid/fdroidserver/-/blob/master/buildserver/setup-env-vars # home_vagrant=/home/vagrant image: registry.gitlab.com/fdroid/fdroidserver:buildserver-bookworm @@ -465,7 +465,7 @@ fdroid build: pages: stage: deploy tags: - - saas-linux-large-amd64 + - saas-linux-medium-amd64 image: registry.gitlab.com/fdroid/fdroidserver:buildserver-bookworm only: refs: