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
d83b602b
Commit
d83b602b
authored
Nov 12, 2021
by
Sofia Vistas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove k8s and tunnel features
parent
bdfbcff8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
31 deletions
+1
-31
qa/qa/page/project/infrastructure/kubernetes/add_existing.rb
qa/qa/page/project/infrastructure/kubernetes/add_existing.rb
+1
-1
qa/qa/runtime/env.rb
qa/qa/runtime/env.rb
+0
-4
qa/qa/scenario/test/integration/kubernetes.rb
qa/qa/scenario/test/integration/kubernetes.rb
+0
-13
qa/qa/scenario/test/integration/ssh_tunnel.rb
qa/qa/scenario/test/integration/ssh_tunnel.rb
+0
-13
No files found.
qa/qa/page/project/infrastructure/kubernetes/add_existing.rb
View file @
d83b602b
...
@@ -20,7 +20,7 @@ module QA
...
@@ -20,7 +20,7 @@ module QA
end
end
def
set_api_url
(
api_url
)
def
set_api_url
(
api_url
)
fill_in
'cluster_platform_kubernetes_attributes_api_url'
,
with:
QA
::
Runtime
::
Env
.
cluster_api_url
||
api_url
fill_in
'cluster_platform_kubernetes_attributes_api_url'
,
with:
api_url
end
end
def
set_ca_certificate
(
ca_certificate
)
def
set_ca_certificate
(
ca_certificate
)
...
...
qa/qa/runtime/env.rb
View file @
d83b602b
...
@@ -93,10 +93,6 @@ module QA
...
@@ -93,10 +93,6 @@ module QA
ENV
[
'CI'
]
||
ENV
[
'CI_SERVER'
]
ENV
[
'CI'
]
||
ENV
[
'CI_SERVER'
]
end
end
def
cluster_api_url
ENV
[
'CLUSTER_API_URL'
]
end
def
qa_cookies
def
qa_cookies
ENV
[
'QA_COOKIES'
]
&&
ENV
[
'QA_COOKIES'
].
split
(
';'
)
ENV
[
'QA_COOKIES'
]
&&
ENV
[
'QA_COOKIES'
].
split
(
';'
)
end
end
...
...
qa/qa/scenario/test/integration/kubernetes.rb
deleted
100644 → 0
View file @
bdfbcff8
# frozen_string_literal: true
module
QA
module
Scenario
module
Test
module
Integration
class
Kubernetes
<
Test
::
Instance
::
All
tags
:kubernetes
end
end
end
end
end
qa/qa/scenario/test/integration/ssh_tunnel.rb
deleted
100644 → 0
View file @
bdfbcff8
# frozen_string_literal: true
module
QA
module
Scenario
module
Test
module
Integration
class
SSHTunnel
<
Test
::
Instance
::
All
tags
:ssh_tunnel
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