Note this work will be starting soon.

-Andy-

On 7/19/19 11:35 AM, Andrew Grimberg wrote:
> What: The Linux Foundation will be performing system updates to Gerrit
> 
> When: Saturday, July 20, 2019 @ 17:00 - 19:00 UTC (10:00 - 12:00 PT)
> 
> Why: The current Gerrit system is behind on updates, we will be bringing
> the system up to date for the latest 2.x series (currently 2.16.x) from
> it's current 2.14 status.
> 
> Impact: Jenkins will be placed into shutdown mode, jobs will either be
> stopped if they will exceed the windows or allowed to finish if they can
> complete without impacting the scheduled work.
> 
> Changes that will happen with Gerrit:
> 
> 1) The 'New UI' for Gerrit will become the default UI
> 
> 2) The Draft work flow is removed and replaced with 'Work in Progress'
> aka 'WIP' and 'Private' workflows. Unfortunately git-review does not
> support either of these workflows directly. Utilizing them means either
> pushing your changes the manual way for either system or pushing them up
> with git-review and then marking the change via the UI into either of
> the workflows.
> 
> To push a private change you may do so as follows:
> 
> git push origin HEAD:refs/for/master%private
> 
> To pull it out of private you may do so as follows:
> 
> git push origin HEAD:refs/for/master%remove-private
> 
> 
> 
> To push a WIP you may do so as follows:
> 
> git push origin HEAD:refs/for/master%wip
> 
> To mark it ready for review you may do so as follows:
> 
> git push origin HEAD:refs/for/master%ready
> 
> 
> Once a change is in either private or WIP state it does not switch the
> change to a ready state until the current state has been removed.
> 
> In both cases, the state can be set via the UI by selecting the tripple
> dot menu option on the change and selecting the appropriate option.
> 
> To remove WIP state press the 'START REVIEW' button. To remove the
> private state you must do so via the menu.
> 
> NOTE: We are not moving to Gerrit 3 at this time. That is on the road
> map but we need to come to the latest 2.x as we have to do various
> migrations that are only available at the 2.16 level before we can move
> to Gerrit 3.
> 
> -Andy-
> 

-- 
Andrew J Grimberg
Manager Release Engineering
The Linux Foundation

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
infrastructure mailing list
infrastructure@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/infrastructure

Reply via email to