Skip to content

Conversation

@chingor13
Copy link

@chingor13 chingor13 commented Jul 8, 2025

This presubmit should help us be confident that it will run against googleapis/googleapis when we try to update the generator version.

@chingor13 chingor13 marked this pull request as ready for review July 8, 2025 16:41
@chingor13 chingor13 requested a review from a team as a code owner July 8, 2025 16:41
@chingor13 chingor13 requested a review from amanda-tarafa July 8, 2025 21:11
Copy link
Contributor

@amanda-tarafa amanda-tarafa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of comments, but likely because I don't have enough context.


- id: googleapis-test
name: gcr.io/gapic-images/googleapis:prod
entrypoint: "/workspace/tools/bazel-test.sh"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think?

Suggested change
entrypoint: "/workspace/tools/bazel-test.sh"
entrypoint: "/tools/bazel-test.sh"

@@ -0,0 +1,28 @@
# Copyright 2025 Google LLC
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need to be on the repo root? I don't mind that much but if it can be in a folder similar to the actions folder that'd be good, like .cloudbuild

GAPIC_GENERATOR_COMMIT=$1
if [[ -z "${GAPIC_GENERATOR_COMMIT}" ]]
then
echo "GAPIC_GENERATOR_COMMIT not set, trying default"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
echo "GAPIC_GENERATOR_COMMIT not set, trying default"
echo "GAPIC_GENERATOR_COMMIT not set"

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants