Skip to content

Commit

Permalink
contrib/intel/jenkins: Update summarizer with correct multinode_perfo…
Browse files Browse the repository at this point in the history
…rmance file

Signed-off-by: Zach Dworkin <[email protected]>
  • Loading branch information
zachdworkin committed Jul 21, 2023
1 parent 4096857 commit 92fed11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/intel/jenkins/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ def summarize_items(summary_item, logger, log_dir, mode):

ret = MultinodePerformanceSummarizer(
logger, log_dir, prov,
f'multinode_performance_{prov}_{mode}',
f'multinode_performance_{prov}_multinode_{mode}',
f"multinode performance {prov} {mode}"
).summarize()
err += ret if ret else 0
Expand Down

0 comments on commit 92fed11

Please sign in to comment.