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

Improve the time taken by Github Actions on pull requests #126

Closed
VachaShah opened this issue Feb 16, 2023 · 3 comments
Closed

Improve the time taken by Github Actions on pull requests #126

VachaShah opened this issue Feb 16, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@VachaShah
Copy link
Collaborator

Coming from opensearch-project/opensearch-clients#53, update the workflows to reduce the amount of time taken by Github actions for integration tests.

@shyim
Copy link
Collaborator

shyim commented Feb 16, 2023

I took #108 as reference. A integration test takes like 1 minute to complete. Only the slow ones are Unreleased versions where we have to compile Java. I guess it's fine for this PHP SDK

@VachaShah
Copy link
Collaborator Author

@shyim Sorry I meant using the Github cache and improving the logic for docker images to reduce the time for integration tests against unreleased versions. Would we not need to do that for the PHP client?

@harshavamsi harshavamsi self-assigned this Apr 10, 2023
@dblock
Copy link
Member

dblock commented Apr 19, 2024

In #180 integration tests cache the min distribution and are now fast.

@dblock dblock closed this as completed Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants