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
6f8c6c47
Commit
6f8c6c47
authored
Oct 11, 2021
by
Andrejs Cunskis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove ssl: false option for influxdb connection
parent
cfe7140d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
qa/qa/support/formatters/test_stats_formatter.rb
qa/qa/support/formatters/test_stats_formatter.rb
+0
-1
qa/spec/support/formatters/test_stats_formatter_spec.rb
qa/spec/support/formatters/test_stats_formatter_spec.rb
+0
-1
No files found.
qa/qa/support/formatters/test_stats_formatter.rb
View file @
6f8c6c47
...
...
@@ -32,7 +32,6 @@ module QA
influxdb_token
,
bucket:
'e2e-test-stats'
,
org:
'gitlab-qa'
,
use_ssl:
false
,
precision:
InfluxDB2
::
WritePrecision
::
NANOSECOND
)
end
...
...
qa/spec/support/formatters/test_stats_formatter_spec.rb
View file @
6f8c6c47
...
...
@@ -25,7 +25,6 @@ describe QA::Support::Formatters::TestStatsFormatter do
{
bucket:
'e2e-test-stats'
,
org:
'gitlab-qa'
,
use_ssl:
false
,
precision:
InfluxDB2
::
WritePrecision
::
NANOSECOND
}
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