forked from Silverfish/proton-bridge
feat(GODT-2990): change runner tags
This commit is contained in:
@ -18,6 +18,10 @@
|
|||||||
---
|
---
|
||||||
image: gitlab.protontech.ch:4567/go/bridge-internal:test-go1.20
|
image: gitlab.protontech.ch:4567/go/bridge-internal:test-go1.20
|
||||||
|
|
||||||
|
default:
|
||||||
|
tags:
|
||||||
|
- shared-small
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GOPRIVATE: gitlab.protontech.ch
|
GOPRIVATE: gitlab.protontech.ch
|
||||||
GOMAXPROCS: $(( ${CI_TAG_CPU} / 2 ))
|
GOMAXPROCS: $(( ${CI_TAG_CPU} / 2 ))
|
||||||
@ -118,7 +122,7 @@ stages:
|
|||||||
- $(git config --global -l | grep -o 'url.*gitlab.protontech.ch.*insteadof' | xargs -L 1 git config --global --unset &> /dev/null) || echo "nothing to remove"
|
- $(git config --global -l | grep -o 'url.*gitlab.protontech.ch.*insteadof' | xargs -L 1 git config --global --unset &> /dev/null) || echo "nothing to remove"
|
||||||
- git config --global url.https://gitlab-ci-token:${CI_JOB_TOKEN}@${CI_SERVER_HOST}.insteadOf https://${CI_SERVER_HOST}
|
- git config --global url.https://gitlab-ci-token:${CI_JOB_TOKEN}@${CI_SERVER_HOST}.insteadOf https://${CI_SERVER_HOST}
|
||||||
tags:
|
tags:
|
||||||
- large
|
- shared-large
|
||||||
|
|
||||||
# Stage: TEST
|
# Stage: TEST
|
||||||
|
|
||||||
@ -129,7 +133,7 @@ lint:
|
|||||||
script:
|
script:
|
||||||
- make lint
|
- make lint
|
||||||
tags:
|
tags:
|
||||||
- medium
|
- shared-medium
|
||||||
|
|
||||||
bug-report-preview:
|
bug-report-preview:
|
||||||
stage: test
|
stage: test
|
||||||
@ -138,7 +142,7 @@ bug-report-preview:
|
|||||||
script:
|
script:
|
||||||
- make lint-bug-report-preview
|
- make lint-bug-report-preview
|
||||||
tags:
|
tags:
|
||||||
- medium
|
- shared-medium
|
||||||
|
|
||||||
.script-test:
|
.script-test:
|
||||||
stage: test
|
stage: test
|
||||||
@ -154,7 +158,7 @@ test-linux:
|
|||||||
extends:
|
extends:
|
||||||
- .script-test
|
- .script-test
|
||||||
tags:
|
tags:
|
||||||
- large
|
- shared-large
|
||||||
|
|
||||||
fuzz-linux:
|
fuzz-linux:
|
||||||
stage: test
|
stage: test
|
||||||
@ -163,7 +167,7 @@ fuzz-linux:
|
|||||||
script:
|
script:
|
||||||
- make fuzz
|
- make fuzz
|
||||||
tags:
|
tags:
|
||||||
- large
|
- shared-large
|
||||||
|
|
||||||
test-linux-race:
|
test-linux-race:
|
||||||
extends:
|
extends:
|
||||||
@ -218,7 +222,7 @@ test-coverage:
|
|||||||
- test-integration
|
- test-integration
|
||||||
- test-integration-nightly
|
- test-integration-nightly
|
||||||
tags:
|
tags:
|
||||||
- small
|
- shared-small
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- coverage*
|
- coverage*
|
||||||
|
|||||||
Reference in New Issue
Block a user