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

Reduce CI time taken by ci:build:compose #1110

Open
make-github-pseudonymous-again opened this issue Jan 26, 2025 · 1 comment
Open

Reduce CI time taken by ci:build:compose #1110

make-github-pseudonymous-again opened this issue Jan 26, 2025 · 1 comment
Labels
ci This issue is about continuous integration dx This is about developer experience

Comments

@make-github-pseudonymous-again
Copy link
Contributor

Currently, ci:build:compose actively waits for ci:build:image to complete via ArcticLampyrid/action-wait-for-workflow. This counts as CI time even though we are only polling for ci:build:image to succeed. This is currently the only solution since those are two separate workflows.

Potential solution: merge ci:build:image and ci:build:compose into a single ci:build:container workflow with needs dependencies.

@make-github-pseudonymous-again make-github-pseudonymous-again added ci This issue is about continuous integration dx This is about developer experience labels Jan 26, 2025
@make-github-pseudonymous-again
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci This issue is about continuous integration dx This is about developer experience
Projects
None yet
Development

No branches or pull requests

1 participant