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

build: Set up Build Event Service Configuration for RBE executed bazel #31197

Closed

Commits on Jun 21, 2019

  1. build: Set up Build Event Service Configuration for RBE executed bazel

    The Build Event Service (https://docs.bazel.build/versions/master/build-event-protocol.html#the-build-event-service),
    allows for build events from bazel builds to be transmitted as opaque bytes to be processed.
    
    Our usage is to send our build events to a Build Event Service an Angular team owned Google Cloud Project which collects
    build results and makes each invocation available via a provided URL to view.  The information uploaded includes information
    about the build environment, configuration, build status/events, build options, results and actions.
    
    Build Event Protocol Proto: https://github.com/bazelbuild/bazel/blob/0.27.0/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto
    josephperrott committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    3486546 View commit details
    Browse the repository at this point in the history