mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 12:02:53 +00:00
ci: move all jobs to private runners
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user