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

Automatically sync private feature repo with main repo #1480

Open
sichanyoo opened this issue May 6, 2024 · 0 comments
Open

Automatically sync private feature repo with main repo #1480

sichanyoo opened this issue May 6, 2024 · 0 comments
Labels
area/build-automation Build automation related changes.

Comments

@sichanyoo
Copy link
Contributor

Background

In build system, if private feature repo gets too out of date against the main repo, it fails to find the branching point between the two repos as it only fetches a limited number of past commits. This fails the E2E test as it fails to merge the code from customization repo into the main repo.

Task

  • Make private feature repo automatically sync with main repo at regular intervals
  • Enable disabled E2E test on build system that tests customizations.
@sichanyoo sichanyoo added the area/build-automation Build automation related changes. label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build-automation Build automation related changes.
Projects
None yet
Development

No branches or pull requests

1 participant