Report Aggregation

What is report aggregation

Report aggregation is designed to provide quick insight of build metrics of descendant configurations from the parent configuration. For example you may define a JUnit aggregation in root configuration to display the overall test number, success rate and test duration for all configurations in the system. The statistics page of root configuration will also include aggregation statistics to display aggregated metrics over time. Metrics will be aggregated when build runs, so you will not see aggregated metrics immediately after aggregation definition.

Define aggregations

Aggregations can be defined in configuration setting page like below:

The report set field tells QuickBuild which report sets to aggregate. If left empty, QuickBuild will aggregate all available report sets.

Aggregations defined in high level configurations will be inherited by low level configurations. This makes aggregation at different levels much easier. Taking below hierarchy for example:

We can define three JUnit aggregations at root configuration to aggregate JUnit metrics from DEV, QA and RELEASE configurations respectively. After building of all configurations, overview page of the root configuration will display three aggregation result shown as below:

The Release JUnit Summary table displays JUnit summaries from all release configurations in the system, and the same applies for QA JUnit Summary and Dev JUnit Summary.

If switch to overview page of Project A, it also has three JUnit summaries. However instead of summarizing the RELEASE/QA/DEV configurations of the whole system, these summaries are aggregated from RELEASE/QA/DEV configurations under the Project A configuration. The reason is that Project A inherits aggregations from root configuration. Taking Release aggregation for instance, it declares to aggregate metrics from all child release configurations. In root configuration, this means to aggregate from all release configurations in the system, but in Project A, this means to aggregate from all release configurations under Project A.

Additionally, statistics page of relevant configurations will display the aggregated metrics over time, grouped by day, week, or month.

Add aggregation gadget

You may also add the aggregation gadgets to the user dashboard to know the aggregated build metrics at first glance.

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.