You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2023. It is now read-only.
I have searched open and closed issues for duplicates.
Feature
Is your feature request related to a problem? Please describe.
Hi, I would like to have a way to have Houston CI deal with branches with dependencies that differ from the master branch. A solution was provided on medium, but unfortunately creating deb-packaging-branchname for a branch branchname doesn't accomplish anything, Houston will just pick the generic deb-packaging branch.
Similarly, you can push packaging branches that match the naming of other branches for Houston CI. So if you have a feature branch called big-new-thing, you can create a matching packaging branch called deb-packaging-big-new-thing and Houston CI will test these branches together. This is especially handy if a feature branch introduces a new dependency. You can test a new, matching packaging branch and never introduce breaks in a CI-based workflow.
Describe the solution you'd like
I would like Houston to support branch specific packaging branches like described in the medium.com article. An alternative way of overriding the packaging configuration would also be fine.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Prerequisites
Feature
Is your feature request related to a problem? Please describe.
Hi, I would like to have a way to have Houston CI deal with branches with dependencies that differ from the master branch. A solution was provided on medium, but unfortunately creating
deb-packaging-branchname
for a branchbranchname
doesn't accomplish anything, Houston will just pick the genericdeb-packaging
branch.From https://medium.com/elementaryos/introducing-houston-ci-3179ec34e726:
Describe the solution you'd like
I would like Houston to support branch specific packaging branches like described in the medium.com article. An alternative way of overriding the packaging configuration would also be fine.
The text was updated successfully, but these errors were encountered: