From e280e995bf1adedf3ca2b8237d800b95fad4cc94 Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Thu, 13 Oct 2022 13:04:23 +0200 Subject: [PATCH] ci: move all jobs to private runners --- .gitlab-ci.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20e304c6..9b30a759 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: