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
92d177e6
Commit
92d177e6
authored
Feb 22, 2022
by
Sofia Vistas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add integration scenarios
parent
6c8c74f8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
1 deletion
+29
-1
qa/qa.rb
qa/qa.rb
+2
-1
qa/qa/scenario/test/integration/object_storage_gcs.rb
qa/qa/scenario/test/integration/object_storage_gcs.rb
+13
-0
qa/qa/scenario/test/integration/registry_with_cdn.rb
qa/qa/scenario/test/integration/registry_with_cdn.rb
+14
-0
No files found.
qa/qa.rb
View file @
92d177e6
...
...
@@ -53,7 +53,8 @@ module QA
"jira_api"
=>
"JiraAPI"
,
"registry_tls"
=>
"RegistryTLS"
,
"jetbrains"
=>
"JetBrains"
,
"vscode"
=>
"VSCode"
"vscode"
=>
"VSCode"
,
"registry_with_cdn"
=>
"RegistryWithCDN"
)
loader
.
setup
...
...
qa/qa/scenario/test/integration/object_storage_gcs.rb
0 → 100644
View file @
92d177e6
# frozen_string_literal: true
module
QA
module
Scenario
module
Test
module
Integration
class
ObjectStorageGcs
<
Test
::
Instance
::
All
tags
:object_storage
end
end
end
end
end
qa/qa/scenario/test/integration/registry_with_cdn.rb
0 → 100644
View file @
92d177e6
# rubocop:todo Naming/FileName
# frozen_string_literal: true
module
QA
module
Scenario
module
Test
module
Integration
class
RegistryWithCDN
<
Test
::
Instance
::
All
tags
:registry
end
end
end
end
end
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