Skip to content

Commit

Permalink
fix: added test name for s3 logs request (#5049)
Browse files Browse the repository at this point in the history
  • Loading branch information
exu authored Feb 22, 2024
1 parent 8d1bec2 commit 1cc81e1
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 27 deletions.
56 changes: 33 additions & 23 deletions pkg/logs/pb/logs.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pkg/logs/pb/logs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ service CloudLogsService {
message CloudLogRequest {
string environment_id = 1;
string execution_id = 2;
string test_name = 3;
}


Expand Down
17 changes: 13 additions & 4 deletions pkg/logs/pb/logs_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1cc81e1

Please sign in to comment.