Skip to content
代码片段 群组 项目
提交 ad9af6c1 编辑于 作者: Tiffany Rea's avatar Tiffany Rea
浏览文件

Merge branch 'andrey-fix-suite-status' into 'master'

Fix suite_status file creation

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/121443



Merged-by: default avatarTiffany Rea <trea@gitlab.com>
Approved-by: default avatarTiffany Rea <trea@gitlab.com>
Co-authored-by: default avatarAndrejs Cunskis <acunskis@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -6,7 +6,7 @@ workflow: ...@@ -6,7 +6,7 @@ workflow:
include: include:
- project: gitlab-org/quality/pipeline-common - project: gitlab-org/quality/pipeline-common
ref: 5.2.1 ref: 5.2.2
file: file:
- /ci/base.gitlab-ci.yml - /ci/base.gitlab-ci.yml
- /ci/allure-report.yml - /ci/allure-report.yml
...@@ -30,11 +30,14 @@ stages: ...@@ -30,11 +30,14 @@ stages:
# image path and registry needs to be defined explicitly # image path and registry needs to be defined explicitly
image: ${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images/debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}:bundler-2.3 image: ${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images/debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}:bundler-2.3
.qa-install: .bundler-variables:
variables: variables:
BUNDLE_SUPPRESS_INSTALL_USING_MESSAGES: "true" BUNDLE_SUPPRESS_INSTALL_USING_MESSAGES: "true"
BUNDLE_SILENCE_ROOT_WARNING: "true" BUNDLE_SILENCE_ROOT_WARNING: "true"
.qa-install:
extends: extends:
- .bundler-variables
- .gitlab-qa-install - .gitlab-qa-install
.update-script: .update-script:
...@@ -46,8 +49,8 @@ stages: ...@@ -46,8 +49,8 @@ stages:
.qa: .qa:
extends: extends:
- .bundler-variables
- .qa-base - .qa-base
- .qa-install
- .gitlab-qa-report - .gitlab-qa-report
stage: test stage: test
tags: tags:
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册