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
fd383970
Commit
fd383970
authored
Feb 10, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rspec_profiling: Discover the correct branch name in GitLab CI
parent
b88e82ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
config/initializers/rspec_profiling.rb
config/initializers/rspec_profiling.rb
+8
-0
No files found.
config/initializers/rspec_profiling.rb
View file @
fd383970
...
...
@@ -4,6 +4,12 @@ module RspecProfilingConnection
end
end
module
RspecProfilingGitBranchCi
def
branch
ENV
[
'CI_BUILD_REF_NAME'
]
||
super
end
end
if
Rails
.
env
.
test?
RspecProfiling
.
configure
do
|
config
|
if
ENV
[
'RSPEC_PROFILING_POSTGRES_URL'
]
...
...
@@ -11,4 +17,6 @@ if Rails.env.test?
config
.
collector
=
RspecProfiling
::
Collectors
::
PSQL
end
end
RspecProfiling
::
VCS
::
Git
.
prepend
(
RspecProfilingGitBranchCi
)
if
ENV
.
has_key?
(
'CI'
)
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