Skip to content
代码片段 群组 项目
未验证 提交 b92891bb 编辑于 作者: Sanad Liaquat's avatar Sanad Liaquat 提交者: GitLab
浏览文件

Merge branch 'fix-quarantine' into 'master'

Update quarantine condition for gdk spec

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



Merged-by: default avatarSanad Liaquat <sliaquat@gitlab.com>
Approved-by: default avatarSanad Liaquat <sliaquat@gitlab.com>
Co-authored-by: default avatarAndrejs Cunskis <acunskis@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -206,6 +206,11 @@ gdk-qa-non-blocking:
QA_RUN_TYPE: gdk-qa-non-blocking
parallel: 5
allow_failure: true
artifacts:
paths:
- log
reports:
dotenv: ""
rules:
# run tests on master pipelines to collect metrics and move tests to `blocking` job until `non-blocking` job
# is removed entirely
......
......@@ -5,7 +5,7 @@ module QA
describe 'Repository tags', :reliable, product_group: :source_code, quarantine: {
type: :flaky,
issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/438349",
only: { job: 'gdk-qa-reliable' }
only: { job: /gdk-qa-.*/ }
} do
let(:project) { create(:project, :with_readme, name: 'project-for-tags') }
let(:developer_user) do
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册