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

ci: Add Java Smoke Tests #477

Merged
merged 7 commits into from
Jan 25, 2023
Merged

ci: Add Java Smoke Tests #477

merged 7 commits into from
Jan 25, 2023

Conversation

averikitsch
Copy link
Contributor

No description provided.

@averikitsch averikitsch requested a review from a team as a code owner January 17, 2023 23:33
@product-auto-label product-auto-label bot added the api: eventarc Issues related to the googleapis/google-cloudevents API. label Jan 17, 2023
path: ${{ env.LIBRARY_CHECKOUT_PATH }}
ref: snowpea-build

- name: Proto Schemas > Checkout Repository
Copy link
Contributor

Choose a reason for hiding this comment

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

I wonder if we could do a single checkout of proto schemas and reuse across all languages?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't think it's worth the work trying to create a parent job to checkout and have child jobs uses that one source. Are you concerned or just trying to minimize each language setup?

Copy link
Contributor

Choose a reason for hiding this comment

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

Just thinking about avoiding redundant actions and per-language complexity. But agreed, refactoring for that is a good future improvement.

with:
repository: googleapis/google-cloudevents-java
path: ${{ env.LIBRARY_CHECKOUT_PATH }}
ref: snowpea-build
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note to self: remove before merging

path: ${{ env.LIBRARY_CHECKOUT_PATH }}
ref: snowpea-build

- name: Proto Schemas > Checkout Repository
Copy link
Contributor

Choose a reason for hiding this comment

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

Just thinking about avoiding redundant actions and per-language complexity. But agreed, refactoring for that is a good future improvement.

@averikitsch averikitsch merged commit 18e36b2 into main Jan 25, 2023
@averikitsch averikitsch deleted the java-tests branch January 25, 2023 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: eventarc Issues related to the googleapis/google-cloudevents API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants