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

Merge branch 'blocking-promotion-32f3fe78-job_artifacts_access_keyword_spec-rb' into 'master'

[E2E] PROMOTE TO BLOCKING: job_artifacts_access_keyword_spec.rb

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



Merged-by: default avatarTiffany Rea <trea@gitlab.com>
Approved-by: default avatarTiffany Rea <trea@gitlab.com>
Co-authored-by: :robot: GitLab Bot :robot: <gitlab-bot@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -72,17 +72,17 @@ module QA ...@@ -72,17 +72,17 @@ module QA
end end
end end
context 'when access is set to none' do context 'when access is set to none', :blocking do
it_behaves_like 'artifact access', 'none', false, false, it_behaves_like 'artifact access', 'none', false, false,
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/465991', 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/465697' 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/465991', 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/465697'
end end
context 'when access is set to developer' do context 'when access is set to developer', :blocking do
it_behaves_like 'artifact access', 'developer', true, false, it_behaves_like 'artifact access', 'developer', true, false,
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/465994', 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/465995' 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/465994', 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/465995'
end end
context 'when access is set to all' do context 'when access is set to all', :blocking do
it_behaves_like 'artifact access', 'all', true, true, it_behaves_like 'artifact access', 'all', true, true,
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/465992', 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/465993' 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/465992', 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/465993'
end end
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册