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
be458000
Commit
be458000
authored
Apr 07, 2022
by
Tiffany Rea
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move pipeline specs from 6_release/ to 4_verify/
parent
4c865eee
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
5 deletions
+20
-5
qa/qa/specs/features/browser_ui/4_verify/pipeline/multi-project_pipelines_spec.rb
...wser_ui/4_verify/pipeline/multi-project_pipelines_spec.rb
+4
-1
qa/qa/specs/features/browser_ui/4_verify/pipeline/parent_child_pipelines_dependent_relationship_spec.rb
...ine/parent_child_pipelines_dependent_relationship_spec.rb
+8
-2
qa/qa/specs/features/browser_ui/4_verify/pipeline/parent_child_pipelines_independent_relationship_spec.rb
...e/parent_child_pipelines_independent_relationship_spec.rb
+8
-2
No files found.
qa/qa/specs/features/browser_ui/
6_release
/pipeline/multi-project_pipelines_spec.rb
→
qa/qa/specs/features/browser_ui/
4_verify
/pipeline/multi-project_pipelines_spec.rb
View file @
be458000
...
...
@@ -43,7 +43,10 @@ module QA
[
upstream_project
,
downstream_project
].
each
(
&
:remove_via_api!
)
end
it
'creates a multi-project pipeline'
,
testcase:
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348032'
do
it
(
'creates a multi-project pipeline'
,
testcase:
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/358064'
)
do
Page
::
Project
::
Pipeline
::
Show
.
perform
do
|
show
|
expect
(
show
).
to
have_passed
expect
(
show
).
not_to
have_job
(
downstream_job_name
)
...
...
qa/qa/specs/features/browser_ui/
6_release
/pipeline/parent_child_pipelines_dependent_relationship_spec.rb
→
qa/qa/specs/features/browser_ui/
4_verify
/pipeline/parent_child_pipelines_dependent_relationship_spec.rb
View file @
be458000
...
...
@@ -25,7 +25,10 @@ module QA
runner
.
remove_via_api!
end
it
'parent pipelines passes if child passes'
,
testcase:
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348092'
do
it
(
'parent pipelines passes if child passes'
,
testcase:
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/358062'
)
do
add_ci_files
(
success_child_ci_file
)
Flow
::
Pipeline
.
visit_latest_pipeline
...
...
@@ -35,7 +38,10 @@ module QA
end
end
it
'parent pipeline fails if child fails'
,
testcase:
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348091'
do
it
(
'parent pipeline fails if child fails'
,
testcase:
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/358063'
)
do
add_ci_files
(
fail_child_ci_file
)
Flow
::
Pipeline
.
visit_latest_pipeline
...
...
qa/qa/specs/features/browser_ui/
6_release
/pipeline/parent_child_pipelines_independent_relationship_spec.rb
→
qa/qa/specs/features/browser_ui/
4_verify
/pipeline/parent_child_pipelines_independent_relationship_spec.rb
View file @
be458000
...
...
@@ -25,7 +25,10 @@ module QA
runner
.
remove_via_api!
end
it
'parent pipelines passes if child passes'
,
testcase:
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348093'
do
it
(
'parent pipelines passes if child passes'
,
testcase:
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/358059'
)
do
add_ci_files
(
success_child_ci_file
)
Flow
::
Pipeline
.
visit_latest_pipeline
...
...
@@ -35,7 +38,10 @@ module QA
end
end
it
'parent pipeline passes even if child fails'
,
testcase:
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348094'
do
it
(
'parent pipeline passes even if child fails'
,
testcase:
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/358060'
)
do
add_ci_files
(
fail_child_ci_file
)
Flow
::
Pipeline
.
visit_latest_pipeline
...
...
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