Skip to content
Snippets Groups Projects
Commit 9bb2d9c8 authored by Lin Jen-Shin's avatar Lin Jen-Shin Committed by 🤖 GitLab Bot 🤖
Browse files

Merge branch 'add-project-scope-to-live-trace-feature-flag' into 'master'

Add project scope to live trace feature flag

See merge request gitlab-org/gitlab-ce!31325

(cherry picked from commit bea3d730)

759a3484 Add project scope to live trace feature flag
parent f05e5c90
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -126,7 +126,7 @@ module Gitlab
raise AlreadyArchivedError, 'Could not write to the archived trace'
elsif current_path
File.open(current_path, mode)
elsif Feature.enabled?('ci_enable_live_trace')
elsif Feature.enabled?('ci_enable_live_trace', job.project)
Gitlab::Ci::Trace::ChunkedIO.new(job)
else
File.open(ensure_path, mode)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment