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: build the cli in concurrent to the docker images #1548

Merged
merged 2 commits into from
Sep 26, 2024

Conversation

blumamir
Copy link
Collaborator

@blumamir blumamir commented Sep 25, 2024

Currently we are building the cli and docker images one after the other.
Since the cli takes ~30 seconds to build, we can benefit from doing it in parallel to the docker images, reducing 30 seconds from CI time

@blumamir
Copy link
Collaborator Author

According to my check, now the "build-odigos-images" job takes 6m 32s instead of 7m 27s previously, reducing the CI time in almost 1 minute

Copy link
Contributor

@RonFed RonFed left a comment

Choose a reason for hiding this comment

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

🥇

@blumamir blumamir merged commit cea51ed into odigos-io:main Sep 26, 2024
26 checks passed
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