Skip to content
代码片段 群组 项目
未验证 提交 8ea2358b 编辑于 作者: Dat Tang's avatar Dat Tang
浏览文件

Reduce parallelism in release environments qa

Recently, QA on release environments fails quite often with 5xx errors,
so it can be a performance issue. This commit reduce the parallel jobs
from 5 to 3 to reduce load on the instance.

Ref: https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/20374
上级 9b065dfb
No related branches found
No related tags found
无相关合并请求
...@@ -89,7 +89,7 @@ release-environments-qa: ...@@ -89,7 +89,7 @@ release-environments-qa:
extends: extends:
- .qa-base - .qa-base
timeout: 30m timeout: 30m
parallel: 5 parallel: 3
variables: variables:
QA_SCENARIO: "Test::Instance::Smoke" QA_SCENARIO: "Test::Instance::Smoke"
RELEASE: "${CI_REGISTRY}/${CI_PROJECT_PATH}/gitlab-ee-qa:${CI_COMMIT_SHA}" RELEASE: "${CI_REGISTRY}/${CI_PROJECT_PATH}/gitlab-ee-qa:${CI_COMMIT_SHA}"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册