Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2024-01-16 15:08:54 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-16 15:08:54 +0300
commit218585fc850159e0cf7fa4b609f0837cb5f29599 (patch)
treeb4210dff575984a1a5f7aa6328355dc499c62b93 /.gitlab
parent65d9a877b3487bdcb75985dbcbe8bcf76280591f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/release-environments/main.gitlab-ci.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitlab/ci/release-environments/main.gitlab-ci.yml b/.gitlab/ci/release-environments/main.gitlab-ci.yml
index 9cda6d588fb..7de578a7dbc 100644
--- a/.gitlab/ci/release-environments/main.gitlab-ci.yml
+++ b/.gitlab/ci/release-environments/main.gitlab-ci.yml
@@ -1,6 +1,14 @@
---
include:
- local: .gitlab/ci/cng/main.gitlab-ci.yml
+ - project: 'gitlab-org/quality/pipeline-common'
+ ref: master
+ file: ci/base.gitlab-ci.yml
+
+stages:
+ - prepare
+ - deploy
+ - qa
release-environments-build-cng-env:
extends: .build-cng-env
@@ -42,3 +50,15 @@ release-environments-deploy:
project: gitlab-com/gl-infra/release-environments
branch: main
strategy: depend
+
+release-environments-qa:
+ stage: qa
+ extends:
+ - .qa-base
+ timeout: 3h
+ variables:
+ QA_SCENARIO: "Test::Instance::Smoke"
+ RELEASE: "${CI_REGISTRY}/${CI_PROJECT_PATH}/gitlab-ee-qa:${CI_COMMIT_SHA}"
+ GITLAB_QA_OPTS: --address "https://gitlab.${ENVIRONMENT}.release.gke.gitlab.net"
+ GITLAB_INITIAL_ROOT_PASSWORD: "${RELEASE_ENVIRONMENTS_ROOT_PASSWORD}"
+ SIGNUP_DISABLED: "true"