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
default:
tags:
- performance
stages:
- build
- test
@@ -43,7 +47,7 @@ integration:
- 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
tags:
- gitlab-org-docker
- secrecy
audit:
stage: audit
@@ -90,7 +94,7 @@ ci:
only:
- master
tags:
- gitlab-org-docker
- secrecy
.publish_template_manual: &publish_template_manual
image: registry.gitlab.com/openstapps/projectmanagement/builder
@@ -117,7 +121,7 @@ ci:
- branches
when: manual
tags:
- gitlab-org-docker
- secrecy
.publish_version_template: &publish_version_template
script: