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

Promote end-to-end test to blocking

Promote to blocking: Verify Pipeline configuration access keyword whe...
上级 a14c7653
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.
先完成此消息的编辑!
想要评论请 注册