...
Info | ||
---|---|---|
| ||
|
Practice Area | Checkpoint | Yes/No | Evidences | How to? |
---|---|---|---|---|
Product Management | Are all tasks associated with the release been marked as "Done" in Jira? | Link to Jira | ||
Have all findings from previous milestones been addressed? | Provide link to JIRA findings | |||
Development | Have all Defects of priority Highest and High been in status "Done" in Jira? | Provide link to JIRA issue (type bug) of priority Highest and High. | ||
Are all JIRA issues used as a reference in a commit in status "Done" in Jira? | Very often, some JIRA issue remains in status "Todo" in JIRA while the commit they are referenced to is successful. | |||
Is there any pending commit related to Highest and High priority issues older than 36 hours in Gerrit? In case there are messages going back and forth between authors and reviewers, it is acceptable to be above 36 hours. | N | |||
Are all the Jenkins jobs successfully passed (verify + merge jobs)? | Y |
https://jenkins.onap.org/view/dcagen2/ | |||
Has the team delivered all their release artifacts in Nexus Release or Nexus Staging repo? There should be at least ONE version of each artifacts available in Nexus Release or Nexus Staging repo. | Y | curl -s https://nexus.onap.org/service/local/repositories/raw/content/ |grep "<text>org.onap.dcaegen2" Result: <text>org.onap.dcaegen2.deployments</text> <text>org.onap.dcaegen2.platform.blueprints</text> <text>org.onap.dcaegen2.analytics</text> <text>org.onap.dcaegen2.platform.plugins</text> <text>org.onap.dcaegen2.utils</text> | Refer to Independent Versioning and Release Process for procedure |
Integration and Testing | Have all CSIT Use Cases (created by each project team) passed? | Y |
https://jenkins.onap.org/view/CSIT/job/dcaegen2-master-csit-testsuites/ | |
Is there a Docker images available for each repository? | Y |
curl -X GET https://nexus3.onap.org:10001/v2/_catalog | python -m json.tool |grep dcaegen2 Result: "onap/org.onap.dcaegen2.collectors.ves.vescollector", "onap/org.onap.dcaegen2.dcaegen2.platformdoc", "onap/org.onap.dcaegen2.deployments.bootstrap", "onap/org.onap.dcaegen2.platform.cdapbroker", "onap/org.onap.dcaegen2.platform.configbinding", "onap/org.onap.dcaegen2.platform.deployment-handler", "onap/org.onap.dcaegen2.platform.inventory-api", "onap/org.onap.dcaegen2.platform.policy-handler", "onap/org.onap.dcaegen2.platform.servicechange-handler", | |||
Has the project code successfully passed the Daily Build process? | Y | https://jenkins.onap.org/view/dcagen2/ | Goal is to ensure the latest project commit has not broken the Integration Daily Build |
Documentation | For RC0, for project delivering binaries, has the team populated and validated all the sections of either the Platform Component or SDK template? |
For RC2, has the Documentation Team provided the final approval for your project documentation? |