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
5ee2969c
Commit
5ee2969c
authored
Feb 01, 2022
by
Andrejs Cunskis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quarantine issue migration spec on staging
parent
8c8fc369
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
qa/qa/specs/features/api/1_manage/migration/gitlab_migration_issue_spec.rb
...res/api/1_manage/migration/gitlab_migration_issue_spec.rb
+5
-1
qa/qa/specs/features/api/1_manage/migration/gitlab_project_migration_common.rb
...api/1_manage/migration/gitlab_project_migration_common.rb
+2
-5
No files found.
qa/qa/specs/features/api/1_manage/migration/gitlab_migration_issue_spec.rb
View file @
5ee2969c
...
...
@@ -3,7 +3,11 @@
require_relative
'gitlab_project_migration_common'
module
QA
RSpec
.
describe
'Manage'
,
:requires_admin
do
RSpec
.
describe
'Manage'
,
:requires_admin
,
quarantine:
{
only:
{
subdomain: :staging
},
type: :investigating
,
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/351596'
}
do
describe
'Gitlab migration'
do
include_context
'with gitlab project migration'
...
...
qa/qa/specs/features/api/1_manage/migration/gitlab_project_migration_common.rb
View file @
5ee2969c
...
...
@@ -2,12 +2,9 @@
module
QA
RSpec
.
shared_context
'with gitlab project migration'
,
quarantine:
{
only:
{
job:
'praefect'
,
subdomain: :staging
},
only:
{
job:
'praefect'
},
type: :investigating
,
issue:
[
'https://gitlab.com/gitlab-org/gitlab/-/issues/348999'
,
'https://gitlab.com/gitlab-org/gitlab/-/issues/350965'
]
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/348999'
}
do
let
(
:source_project_with_readme
)
{
false
}
let
(
:import_wait_duration
)
{
{
max_duration:
300
,
sleep_interval:
2
}
}
...
...
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