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

Set up CI to build with all supported versions of React Native #190

Open
tido64 opened this issue Aug 11, 2020 · 0 comments
Open

Set up CI to build with all supported versions of React Native #190

tido64 opened this issue Aug 11, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@tido64
Copy link
Member

tido64 commented Aug 11, 2020

We need to make sure that all incoming changes are compatible with all currently supported React Native versions.

Pipeline Proposal

  1. Check whether there has been any changes the last week.
    a. If there's been no changes, we end here. There is nothing to do.
    b. Otherwise, we continue with step 2.
  2. Build against a reduced set of jobs (otherwise we will be spinning up 20+ jobs per version)
    a. Suggest to build only main jobs, i.e. Android, iOS, macOS, Windows, all debug, single architecture, no templates
    b. Even with reduced number of jobs, we're looking at 4 * N jobs where N is number of versions supported. Currently, this means 52 jobs.
    c. 52 jobs is a bit much to run on every PR, so we will do weekly builds instead.
@tido64 tido64 added the enhancement New feature or request label Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant