Skip to content

Commit

Permalink
Merge branch 'vsukhin/feature/stream-service-logs' into sandbox/twrc
Browse files Browse the repository at this point in the history
  • Loading branch information
vsukhin committed Dec 9, 2024
2 parents 71095a1 + e899798 commit a5812ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/agent/testworkflows.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ func getTestWorkflowNotificationType(n testkube.TestWorkflowExecutionNotificatio

func (ag *Agent) runTestWorkflowNotificationsLoop(ctx context.Context) error {
ctx = agentclient.AddAPIKeyMeta(ctx, ag.apiKey)
ctx = metadata.AppendToOutgoingContext(ctx, envIdMeta, ag.proContext.EnvID)
ctx = metadata.AppendToOutgoingContext(ctx, orgIdMeta, ag.proContext.OrgID)

ag.logger.Infow("initiating workflow notifications streaming connection with Cloud API")
// creates a new Stream from the client side. ctx is used for the lifetime of the stream.
Expand Down

0 comments on commit a5812ac

Please sign in to comment.