Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
16f0c608
Commit
16f0c608
authored
Mar 16, 2022
by
Tiffany Rea
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Promote stable pipeline specs to reliable bucket
parent
f52ed489
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
qa/qa/specs/features/browser_ui/4_verify/pipeline/include_local_config_file_paths_with_wildcard_spec.rb
...ine/include_local_config_file_paths_with_wildcard_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/4_verify/pipeline/pipeline_editor_lint_spec.rb
...browser_ui/4_verify/pipeline/pipeline_editor_lint_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/4_verify/pipeline/run_pipeline_via_web_only_spec.rb
...er_ui/4_verify/pipeline/run_pipeline_via_web_only_spec.rb
+1
-1
No files found.
qa/qa/specs/features/browser_ui/4_verify/pipeline/include_local_config_file_paths_with_wildcard_spec.rb
View file @
16f0c608
...
...
@@ -2,7 +2,7 @@
module
QA
RSpec
.
describe
'Verify'
do
describe
'Include local config file paths with wildcard'
do
describe
'Include local config file paths with wildcard'
,
:reliable
do
let
(
:project
)
do
Resource
::
Project
.
fabricate_via_api!
do
|
project
|
project
.
name
=
'project-with-pipeline'
...
...
qa/qa/specs/features/browser_ui/4_verify/pipeline/pipeline_editor_lint_spec.rb
View file @
16f0c608
...
...
@@ -2,7 +2,7 @@
module
QA
RSpec
.
describe
'Verify'
do
describe
'Pipeline editor'
do
describe
'Pipeline editor'
,
:reliable
do
let
(
:project
)
do
Resource
::
Project
.
fabricate_via_api!
do
|
project
|
project
.
name
=
'pipeline-editor-project'
...
...
qa/qa/specs/features/browser_ui/4_verify/pipeline/run_pipeline_via_web_only_spec.rb
View file @
16f0c608
...
...
@@ -2,7 +2,7 @@
module
QA
RSpec
.
describe
'Verify'
do
describe
'Run pipeline'
do
describe
'Run pipeline'
,
:reliable
do
context
'with web only rule'
do
let
(
:job_name
)
{
'test_job'
}
let
(
:project
)
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment