Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.
This repository was archived by the owner on May 14, 2026. It is now read-only.

Run tests for "self-service" libraries in CI #886

Description

@chanseokoh

Doing so will help validating changes to the "self-service" library generation workflow (e.g., as in #876).

Theoretically, we should be able to generate some libraries against actual API service protos like the following (may need to change a few things in WORKSPACE or some BUILD files).

bazel build @com_google_googleapis//google/cloud/compute/v1:google-cloud-compute-v1-java

Then unpack bazel-bin/external/com_google_googleapis/google/cloud/compute/v1/google-cloud-compute-v1-java.tar.gz and run ./gradlew clean check publishToMavenLocal at the root of the generated library.

compute is REST and all others are gRPC at the moment, so compute and another library are good candidates.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

priority: p2Moderately-important priority. Fix may not be included in next release.type: processA process-related concern. May include testing, release, or the like.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions