You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Since the scheduler, the new core component, will include a lot of modules and dependencies, we need a plan to integrate it.

And I propose the following procedures.


Procedures

  1. Create a base and main PR.
  2. Create subsequent PRs along with proper unit tests.
  3. All PRs would be reviewed by committers.
  4. Once the review is done, merge them into the base PR.
  5. When all implementation is done and merged into the base PR, add system tests to the base PR.
  6. Finally, it passes all test cases, we can merge it into the master branch.


Note

  • The new scheduler will be disabled by default at first while all test cases will be running.
  • No labels