Skip to content

Commit

Permalink
🩹 runner内部のエラーメッセージを送信できるようにする
Browse files Browse the repository at this point in the history
  • Loading branch information
ikura-hamu committed Jan 13, 2025
1 parent 0b215a3 commit 1ce550b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/portal/v1/benchmark.proto
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ message PostJobFinishedRequest {
string benchmark_id = 1;
BenchmarkResult result = 2;
google.protobuf.Timestamp finished_at = 3;
string runner_error = 4; // runner内部のエラーメッセージ
}

message PostJobFinishedResponse {}
Expand Down

0 comments on commit 1ce550b

Please sign in to comment.