mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
ci: use medium gitlab runner machine type for better performance
This commit is contained in:
parent
0af94aaecf
commit
889b1e9307
1 changed files with 12 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue