mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 03:32:52 +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
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user