Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote reporting of package build times and success #156

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Add todo
  • Loading branch information
csweichel committed Jul 1, 2023
commit 763b9de98225961d0669d5ffed10645af0e39e93
1 change: 1 addition & 0 deletions pkg/remotereporter/api/v1/reporter.proto
Original file line number Diff line number Diff line change
@@ -31,6 +31,7 @@ service ReporterService {
}

message BuildStartedRequest {
// TODO(cw): make this available in the package build messages, too
message GitInfo {
string origin = 1;
string commit = 2;