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
61eca26d
Commit
61eca26d
authored
Jun 30, 2020
by
ddavison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 6_release tests to use outer describe
Remove monkey-patch for RSpec
parent
658b5eae
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
7 additions
and
7 deletions
+7
-7
qa/qa/specs/features/browser_ui/6_release/deploy_key/add_deploy_key_spec.rb
...es/browser_ui/6_release/deploy_key/add_deploy_key_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/6_release/deploy_key/clone_using_deploy_key_spec.rb
...er_ui/6_release/deploy_key/clone_using_deploy_key_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/6_release/deploy_token/add_deploy_token_spec.rb
...rowser_ui/6_release/deploy_token/add_deploy_token_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/6_release/pipeline/parent_child_pipelines_dependent_relationship_spec.rb
...ine/parent_child_pipelines_dependent_relationship_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/6_release/pipeline/parent_child_pipelines_independent_relationship_spec.rb
...e/parent_child_pipelines_independent_relationship_spec.rb
+1
-1
qa/qa/specs/features/ee/browser_ui/6_release/.gitkeep
qa/qa/specs/features/ee/browser_ui/6_release/.gitkeep
+0
-0
qa/qa/specs/features/ee/browser_ui/6_release/multi-project_pipelines_spec.rb
...s/ee/browser_ui/6_release/multi-project_pipelines_spec.rb
+1
-1
qa/qa/specs/features/ee/browser_ui/6_release/pipelines_for_merged_results_and_merge_trains_spec.rb
...ase/pipelines_for_merged_results_and_merge_trains_spec.rb
+1
-1
No files found.
qa/qa/specs/features/browser_ui/6_release/deploy_key/add_deploy_key_spec.rb
View file @
61eca26d
# frozen_string_literal: true
module
QA
context
'Release'
do
RSpec
.
describe
'Release'
do
describe
'Deploy key creation'
do
it
'user adds a deploy key'
do
Flow
::
Login
.
sign_in
...
...
qa/qa/specs/features/browser_ui/6_release/deploy_key/clone_using_deploy_key_spec.rb
View file @
61eca26d
...
...
@@ -3,7 +3,7 @@
require
'digest/sha1'
module
QA
context
'Release'
,
:docker
,
:runner
do
RSpec
.
describe
'Release'
,
:docker
,
:runner
do
describe
'Git clone using a deploy key'
do
before
do
Flow
::
Login
.
sign_in
...
...
qa/qa/specs/features/browser_ui/6_release/deploy_token/add_deploy_token_spec.rb
View file @
61eca26d
# frozen_string_literal: true
module
QA
context
'Release'
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/213222'
,
type: :flaky
}
do
RSpec
.
describe
'Release'
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/213222'
,
type: :flaky
}
do
describe
'Deploy token creation'
do
it
'user adds a deploy token'
do
Flow
::
Login
.
sign_in
...
...
qa/qa/specs/features/browser_ui/6_release/pipeline/parent_child_pipelines_dependent_relationship_spec.rb
View file @
61eca26d
# frozen_string_literal: true
module
QA
context
'Release'
,
:docker
do
RSpec
.
describe
'Release'
,
:docker
do
describe
'Parent-child pipelines dependent relationship'
do
let!
(
:project
)
do
Resource
::
Project
.
fabricate_via_api!
do
|
project
|
...
...
qa/qa/specs/features/browser_ui/6_release/pipeline/parent_child_pipelines_independent_relationship_spec.rb
View file @
61eca26d
# frozen_string_literal: true
module
QA
context
'Release'
,
:docker
do
RSpec
.
describe
'Release'
,
:docker
do
describe
'Parent-child pipelines independent relationship'
do
let!
(
:project
)
do
Resource
::
Project
.
fabricate_via_api!
do
|
project
|
...
...
qa/qa/specs/features/ee/browser_ui/6_release/.gitkeep
deleted
100644 → 0
View file @
658b5eae
qa/qa/specs/features/ee/browser_ui/6_release/multi-project_pipelines_spec.rb
View file @
61eca26d
...
...
@@ -3,7 +3,7 @@
require
'securerandom'
module
QA
context
'Release'
,
:docker
do
RSpec
.
describe
'Release'
,
:docker
do
describe
'Multi-project pipelines'
do
let
(
:upstream_project_name
)
{
"upstream-project-
#{
SecureRandom
.
hex
(
8
)
}
"
}
let
(
:downstream_project_name
)
{
"downstream-project-
#{
SecureRandom
.
hex
(
8
)
}
"
}
...
...
qa/qa/specs/features/ee/browser_ui/6_release/pipelines_for_merged_results_and_merge_trains_spec.rb
View file @
61eca26d
...
...
@@ -3,7 +3,7 @@
require
'securerandom'
module
QA
context
'Release'
,
:docker
,
:runner
do
RSpec
.
describe
'Release'
,
:docker
,
:runner
do
describe
'Pipelines for merged results and merge trains'
do
before
(
:context
)
do
@group
=
Resource
::
Group
.
fabricate_via_api!
...
...
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