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

Update Nightly Build Process to use Feature Branch or Master #818

Open
dstadulis opened this issue Aug 14, 2024 · 0 comments
Open

Update Nightly Build Process to use Feature Branch or Master #818

dstadulis opened this issue Aug 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@dstadulis
Copy link

Current, the nightly build process is set up to build from an experimental branch, which will eventually be merged into master. To ensure the CD process remains up-to-date, the on-going branch used to build nightlys should be set to either a pre-release branch (say feature/new-feature) or based on master.

To resolve this issue, the nightly build process should be updated to use one of the following approaches:

  1. Feature Branch: Configure the nightly build repo to build from a specific feature branch (e.g. feature/new-feature) that is regularly updated with the latest changes.
  2. Master Branch: Update the nightly build repo to build directly from the master branch, which will ensure that our builds always reflect the latest codebase.

TODO: Once this issue is resolved, the # TODO(guggero): Change the branch to 'master' once the experimental branch is merged into master. comment can be removed.

# TODO(guggero): Change the branch to 'master' once the experimental branch is
# merged into master.

@dstadulis dstadulis added the bug Something isn't working label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant