You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
This issue is a form of an epic task consisting of all steps that are required to undertake in order to release RedDeer final bits under Eclipse Simultaneous Release 2020-06.
Eclipse Project plan 2020-06 planurl and SimRel release plan link.
Release | Date | Span | Due dates | Notes
2020-06 M1
Friday, April 17, 2020
04/10 to 04/17
Opt-in deadline (new projects only)Create your release record (for new releases)CQ Submission deadline (new third-party content)
3 weeks from 2020-03 GA
2020-06 M2
Friday, May 8, 2020
05/01 to 05/08
3 weeks from M1
2020-06 M3
Friday, May 29, 2020
05/22 to 05/29
IP Log submission deadline
3 weeks from M2
2020-06 RC1
Friday, June 5, 2020
05/29 to 06/05
No new features and APIs after this date!Release Review materials dueNew and Noteworthy entries due
1 week from M3
2020-06 RC2
Friday, June 12, 2020
06/05 to 06/12
1 week from RC1
Quiet period
06/12 to 06/16
No builds during "quiet period". It is assumed all code is done by the end of RC2.
2020-06 GA
Wednesday, June 17 2020
Release reviews conclude on this date
5 days from RC2
Release flow for Eclipse project
Upversion to proper snapshot version (2.10.0-SNAPSHOT) if not done yet
Wait for release review is done on planned date after all above steps are fulfilled
Bugzilla for [release review] with approval
Link CQs if there are any: see [iplog]
Do final release milestone
Jump in SimRel Milestone release with offset +3
this is probably M2 +3 as reddeer cannot be built unless we got full stack of packages in some update site and this is usually happening at the end of M1.
Open simrel repo properties - Configuration -> setup those branch.master.remote=origin, branch.master.merge=refs/heads/master and branch.master.rebase=true
make changes to particular aggrcon file (reddeer.aggrcon)
Test build locally: Aggregation (only) from Eclipse IDE and CBI aggregator
From the aggregation editor, right-click on the aggregation model and run Clean then Build Aggregation. See CBI/aggregator/manual#Global_actions OR in the repo cli, run mvn clean verify
Stage changes, create commit message with change ID attached (signoff as well)
odockal
changed the title
Release work for RedDeer 2.10.0 milestone under Eclipse 2020-06
Release work for RedDeer 3.0.0 milestone under Eclipse 2020-06
Apr 27, 2020
This issue is a form of an epic task consisting of all steps that are required to undertake in order to release RedDeer final bits under Eclipse Simultaneous Release 2020-06.
Eclipse Project plan 2020-06 planurl and SimRel release plan link.
Release | Date | Span | Due dates | Notes
Release flow for Eclipse project
this is probably M2 +3 as reddeer cannot be built unless we got full stack of packages in some update site and this is usually happening at the end of M1.
SubTasks:
Creating gerrit commit to Eclipse Simrel aggregation build repo
https://wiki.eclipse.org/Gerrit
From the aggregation editor, right-click on the aggregation model and run Clean then Build Aggregation. See CBI/aggregator/manual#Global_actions OR in the repo cli, run mvn clean verify
Create and push github tag
git tag -a <tagname>
git show <tagname>
git push --tags
git push upstream --tags
Creating a milestone
<tagname>
Creating a final milestone / release
<tagname>
[iplog]:
[pmc approval]:
[release review]:
[github-project-automation]: https://github.com/odockal/github-project-automation
The text was updated successfully, but these errors were encountered: