ci: use medium gitlab runner machine type for better performance

This commit is contained in:
proletarius101 2023-10-18 07:35:41 +00:00 committed by Licaon_Kter
parent 0af94aaecf
commit 889b1e9307

View file

@ -97,6 +97,8 @@ checkupdates:
stage: test
needs: []
image: debian:bullseye-slim
tags:
- saas-linux-medium-amd64
rules: *app_verification_rules
before_script:
- *install_fdroid_server_deb
@ -116,6 +118,8 @@ git redirect:
stage: test
needs: []
image: debian:bullseye-slim
tags:
- saas-linux-medium-amd64
rules: *app_verification_rules
script:
- apt-get -qy update
@ -133,6 +137,8 @@ fdroid lint:
stage: test
needs: []
image: debian:bullseye-slim
tags:
- saas-linux-medium-amd64
rules: *app_verification_rules
before_script:
- *install_fdroid_server_deb
@ -159,6 +165,8 @@ lint:
stage: test
needs: []
image: debian:bullseye-slim
tags:
- saas-linux-medium-amd64
rules: *app_verification_rules
script:
- apt-get -qy update
@ -313,6 +321,8 @@ fdroid build:
stage: build
needs: []
image: registry.gitlab.com/fdroid/fdroidserver:buildserver-bullseye
tags:
- saas-linux-medium-amd64
artifacts:
name: "${CI_PROJECT_PATH}_${CI_JOB_STAGE}_${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}"
paths:
@ -478,6 +488,8 @@ check_git_repos:
sast:
stage: report
tags:
- saas-linux-medium-amd64
needs:
- fdroid build
dependencies: