mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +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
|
stage: test
|
||||||
needs: []
|
needs: []
|
||||||
image: debian:bullseye-slim
|
image: debian:bullseye-slim
|
||||||
|
tags:
|
||||||
|
- saas-linux-medium-amd64
|
||||||
rules: *app_verification_rules
|
rules: *app_verification_rules
|
||||||
before_script:
|
before_script:
|
||||||
- *install_fdroid_server_deb
|
- *install_fdroid_server_deb
|
||||||
|
|
@ -116,6 +118,8 @@ git redirect:
|
||||||
stage: test
|
stage: test
|
||||||
needs: []
|
needs: []
|
||||||
image: debian:bullseye-slim
|
image: debian:bullseye-slim
|
||||||
|
tags:
|
||||||
|
- saas-linux-medium-amd64
|
||||||
rules: *app_verification_rules
|
rules: *app_verification_rules
|
||||||
script:
|
script:
|
||||||
- apt-get -qy update
|
- apt-get -qy update
|
||||||
|
|
@ -133,6 +137,8 @@ fdroid lint:
|
||||||
stage: test
|
stage: test
|
||||||
needs: []
|
needs: []
|
||||||
image: debian:bullseye-slim
|
image: debian:bullseye-slim
|
||||||
|
tags:
|
||||||
|
- saas-linux-medium-amd64
|
||||||
rules: *app_verification_rules
|
rules: *app_verification_rules
|
||||||
before_script:
|
before_script:
|
||||||
- *install_fdroid_server_deb
|
- *install_fdroid_server_deb
|
||||||
|
|
@ -159,6 +165,8 @@ lint:
|
||||||
stage: test
|
stage: test
|
||||||
needs: []
|
needs: []
|
||||||
image: debian:bullseye-slim
|
image: debian:bullseye-slim
|
||||||
|
tags:
|
||||||
|
- saas-linux-medium-amd64
|
||||||
rules: *app_verification_rules
|
rules: *app_verification_rules
|
||||||
script:
|
script:
|
||||||
- apt-get -qy update
|
- apt-get -qy update
|
||||||
|
|
@ -313,6 +321,8 @@ fdroid build:
|
||||||
stage: build
|
stage: build
|
||||||
needs: []
|
needs: []
|
||||||
image: registry.gitlab.com/fdroid/fdroidserver:buildserver-bullseye
|
image: registry.gitlab.com/fdroid/fdroidserver:buildserver-bullseye
|
||||||
|
tags:
|
||||||
|
- saas-linux-medium-amd64
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "${CI_PROJECT_PATH}_${CI_JOB_STAGE}_${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}"
|
name: "${CI_PROJECT_PATH}_${CI_JOB_STAGE}_${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}"
|
||||||
paths:
|
paths:
|
||||||
|
|
@ -478,6 +488,8 @@ check_git_repos:
|
||||||
|
|
||||||
sast:
|
sast:
|
||||||
stage: report
|
stage: report
|
||||||
|
tags:
|
||||||
|
- saas-linux-medium-amd64
|
||||||
needs:
|
needs:
|
||||||
- fdroid build
|
- fdroid build
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue