ci: move all jobs to private runners

This commit is contained in:
Rainer Killinger
2022-10-13 13:04:23 +02:00
parent b88c2f6428
commit e280e995bf

View File

@@ -1,5 +1,9 @@
image: registry.gitlab.com/openstapps/projectmanagement/node image: registry.gitlab.com/openstapps/projectmanagement/node
default:
tags:
- performance
stages: stages:
- build - build
- test - test
@@ -43,7 +47,7 @@ integration:
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
- docker-compose -f integration-test.yml pull && docker-compose -f integration-test.yml up --abort-on-container-exit --exit-code-from apicli - docker-compose -f integration-test.yml pull && docker-compose -f integration-test.yml up --abort-on-container-exit --exit-code-from apicli
tags: tags:
- gitlab-org-docker - secrecy
audit: audit:
stage: audit stage: audit
@@ -90,7 +94,7 @@ ci:
only: only:
- master - master
tags: tags:
- gitlab-org-docker - secrecy
.publish_template_manual: &publish_template_manual .publish_template_manual: &publish_template_manual
image: registry.gitlab.com/openstapps/projectmanagement/builder image: registry.gitlab.com/openstapps/projectmanagement/builder
@@ -117,7 +121,7 @@ ci:
- branches - branches
when: manual when: manual
tags: tags:
- gitlab-org-docker - secrecy
.publish_version_template: &publish_version_template .publish_version_template: &publish_version_template
script: script: