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

Allow PR'd branches to build their own product base images for test builds #582

Open
ianpittwood opened this issue Jul 12, 2023 · 0 comments
Labels
cicd Continuous integration/deployment enhancement New feature or request product-base Related to the product base images qa Related to quality assurance (e.g. testing) tech debt Technical debt we should address

Comments

@ianpittwood
Copy link
Collaborator

This is a follow-up from #571 where we enabled "-dev" suffixed builds to build from the dev branch for building and testing non-main branches.

Currently, if a non-main/non-dev branch makes breaking changes or has dependent changes in the product base image, the branch will inevitably fail to build as the product base images used will be from the last build by the dev branch. We should be able to devise a tagging or naming strategy to allow non-main/non-dev branches to build and use newly built base images in downstream product images.

@ianpittwood ianpittwood added enhancement New feature or request cicd Continuous integration/deployment tech debt Technical debt we should address qa Related to quality assurance (e.g. testing) product-base Related to the product base images labels Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cicd Continuous integration/deployment enhancement New feature or request product-base Related to the product base images qa Related to quality assurance (e.g. testing) tech debt Technical debt we should address
Projects
None yet
Development

No branches or pull requests

1 participant