merge directories in git-upload instead of removing existing files for perf test result uploads

This commit is contained in:
Dmitry Rodionov
2022-02-11 19:31:44 +03:00
committed by Dmitry Rodionov
parent d4d26f619d
commit a4829712f4
2 changed files with 11 additions and 2 deletions

View File

@@ -20,4 +20,5 @@ scripts/git-upload \
--message="add performance test result for $GITHUB_SHA zenith revision" \
--branch=master \
copy "$REPORT_FROM" "data/$REPORT_TO" `# COPY FROM TO_RELATIVE`\
--merge \
--run-cmd "python $SCRIPT_DIR/generate_perf_report_page.py --input-dir data/$REPORT_TO --out reports/$REPORT_TO.html"