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

minor release status #10

Closed
maxim-ge opened this issue Sep 21, 2017 · 0 comments
Closed

minor release status #10

maxim-ge opened this issue Sep 21, 2017 · 0 comments
Assignees
Milestone

Comments

@maxim-ge
Copy link
Member

maxim-ge commented Sep 21, 2017

  • CR: current release, develop.version - minor(1)
  • CRB: current release branch
  • RB: release branch

MINOR BUILD STATUS

Status denotes next action which should be undertaken to finish minor build: {FORK, FREEZE, BUILD_MDEPS, ACTUALIZE_PATCHES, BUILD, DONE}

  • If version is not locked: FORK needed? => FORK
  • If version is locked: mdeps extended status is calculated using mdeps from particular RB
  • CRB.version.patch >0 => DONE
  • mdeps are not frozen => FREEZE
  • Any component is not in DONE status => BUILD_MDEPS
  • Any component has patch which is greater than one mentioned in mdeps => ACTUALIZE_PATCHES
  • If none of above : BUILD

FORK NEEDED?

{YES, NO}

  • CRB does not exist => YES
  • CRB.version.patch == 0 => NO
  • Extended status of subcomponents is calculated. if CRB exists and version.patch == 0 mdeps are taken from CRB otherwise from develop
  • develop branch has valuable commits => YES
  • Any mdep needs FORK => YES
  • Versions in mdeps does NOT equal to components CR versions => YES (means that all is built but some sub-component has newer minor or patch)
  • NO

PATCH BUILD STATUS

Status denotes next action which should be undertaken to finish patch build: {ACTUALIZE_PATCHES, BUILD, DONE}

  • RB does not exist or RB.patch < 1 => ERROR, show error on status command
  • mdeps are not frozen => FREEZE
  • Any component is not in DONE status => BUILD_MDEPS
  • Any component has patch which is greater than one mentioned in mdeps => ACTUALIZE_PATCHES
  • No valuable commits after last tag => DONE
  • If none of above : BUILD

EXTENDED STATUS

  • Coords
  • Status
  • latestVersion. If Coords includes version latest version is taken from correspondent RB, otherwise CRB is used
  • Map<Coords, ExtendedStatusTreeNode> subComponents
@host6 host6 self-assigned this Sep 21, 2017
@host6 host6 added this to the 7.0 milestone Sep 21, 2017
@host6 host6 closed this as completed Oct 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants