Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "ALF/Build Use Cases"

< ALF
(Build a Requirement)
(Change Request Impact Analysis)
Line 11: Line 11:
 
== Change Request Impact Analysis ==
 
== Change Request Impact Analysis ==
 
The change request tool would provide the change request info which would execute a check out of the corresponding code from the SCM tool.  The SCM tool would request an impact analysis report and return he information to the Change Request tool.
 
The change request tool would provide the change request info which would execute a check out of the corresponding code from the SCM tool.  The SCM tool would request an impact analysis report and return he information to the Change Request tool.
 +
 +
== Audit Build for Non-approved components ==
 +
The SCM tool would request a build that displays all components not managed within the SCM repository.  The build would execute with dependency gathering, listing all components that were used in the build, but not managed within the SCM repository and return he report to the SCM tool.
 +
 +
== Build with IT Compliance Audit ==
 +
The SCM tool would request a build that created a audit trail showing all components used in the compile/link process and create a footprint validating matching source to executables.  The footprint would be embedded in the executables and the executables would be checked back into the SCM tool.

Revision as of 13:25, 19 June 2006

Build a Change Request

The problem management tool would provide the change request info which would execute a check out of the corresponding code from the SCM tool. The SCM tool would request an incremental build of only the changes or request a full build. The build results upon success would be checked back into SCM tool via an ALF notification. On failure, the problem management tool and development team would be notified.


Build a Requirement

The requirement tool would provide the enhancement request info which would execute a check out of the corresponding code from the SCM tool. The SCM tool would request an incremental build of only the changes or request a full build. The build results upon success would be checked back into SCM tool via an ALF notification. On failure, the requirements tool and development team would be notified.


Change Request Impact Analysis

The change request tool would provide the change request info which would execute a check out of the corresponding code from the SCM tool. The SCM tool would request an impact analysis report and return he information to the Change Request tool.

Audit Build for Non-approved components

The SCM tool would request a build that displays all components not managed within the SCM repository. The build would execute with dependency gathering, listing all components that were used in the build, but not managed within the SCM repository and return he report to the SCM tool.

Build with IT Compliance Audit

The SCM tool would request a build that created a audit trail showing all components used in the compile/link process and create a footprint validating matching source to executables. The footprint would be embedded in the executables and the executables would be checked back into the SCM tool.

Back to the top