X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_plots.py;h=7cdcb62e1f7e82d2e4597a8bd871bc0cbf419811;hp=79ccf617cbc7d1d02fd95107f173e65bf7c16da9;hb=3532ea7e201971b463e6d72ae799a7871c5b3c9f;hpb=4434a78fce29d19044b29f60af1882c0fa850128 diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index 79ccf617cb..7cdcb62e1f 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -1096,8 +1096,8 @@ def plot_service_density_heatmap(plot, input_data): :type input_data: InputData """ - REGEX_CN = re.compile(r'^(\d*)C(\d*)N$') - + REGEX_CN = re.compile(r'^(\d*)R(\d*)C$') + txt_chains = list() txt_nodes = list() vals = dict() @@ -1109,7 +1109,7 @@ def plot_service_density_heatmap(plot, input_data): if data is None: logging.error("No data.") return - + for job in data: for build in job: for test in build: