Skip to content

Correct master branch plotting to include current result

Lachlan requested to merge lachlanmackenzie/CorrectGraphingOfLocalResults into master

Description

A slight omission occurred in the previous MR changes and the current results were not included as part of the data set for master results for publishing, This corrects that and also allows the timescale for graphing individual results to be modified by a build variable which is configurable when the build is triggered.

Changes proposed in this merge request:

  • Add current result to be processed as an interim result to be included for processing as part of master/publish configuration.
  • Add build variable "DAYS_TO_PLOT" to allow the number of days of individual results to be modified from the default 1 day.

This merge request, when merged, will address issue/bug:

As per description.

Merge request reports