-
Notifications
You must be signed in to change notification settings - Fork 24
test: add presubmit test for testing bazel #886
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
base: main
Are you sure you want to change the base?
Conversation
amanda-tarafa
left a comment
There was a problem hiding this 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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think?
| entrypoint: "/workspace/tools/bazel-test.sh" | |
| entrypoint: "/tools/bazel-test.sh" |
| @@ -0,0 +1,28 @@ | |||
| # Copyright 2025 Google LLC | |||
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| echo "GAPIC_GENERATOR_COMMIT not set, trying default" | |
| echo "GAPIC_GENERATOR_COMMIT not set" |
This presubmit should help us be confident that it will run against googleapis/googleapis when we try to update the generator version.