Skip to content

Commit

Permalink
Merge pull request #2314 from gartung/master
Browse files Browse the repository at this point in the history
vtune link: add missing /
  • Loading branch information
smuzaffar authored Aug 16, 2024
2 parents 6ad7f11 + 8bf8a35 commit ab82c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report-summary-merged-prs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1708,7 +1708,7 @@ def fix_results(results):
MAGIC_COMMAND_FIND_VTUNE_CHECKS_FILTER = (
"ls "
+ JENKINS_ARTIFACTS_DIR
+ '/profiling/RELEASE_NAME/ARCHITECTURE/WORKFLOW/step3-vtune.log 2>/dev/null | head -1 | sed "s|.*/RELEASE_NAME/||;s|/step3-vtune.log$|r-step3-WORKFLOW-hs|"'
+ '/profiling/RELEASE_NAME/ARCHITECTURE/WORKFLOW/step3-vtune.log 2>/dev/null | head -1 | sed "s|.*/RELEASE_NAME/||;s|/step3-vtune.log$|/r-step3-WORKFLOW-hs|"'
)
MAGIC_COMMAND_FIND_COMPARISON_BASELINE = (
"test -f "
Expand Down

0 comments on commit ab82c05

Please sign in to comment.