modify git-upload for generate_and_push_perf_report.sh needs

This commit is contained in:
Dmitry Rodionov
2022-01-28 12:41:05 +03:00
committed by Dmitry Ivanov
parent ccf3c8cc30
commit a25fa29bc9
4 changed files with 44 additions and 27 deletions

View File

@@ -91,7 +91,7 @@ jobs:
run: |
# just to be sure that no data was cached on self hosted runner
# since it might generate duplicates when calling ingest_perf_test_result.py
rm -rf perf-report-staging || true
rm -rf perf-report-staging
mkdir -p perf-report-staging
./scripts/pytest test_runner/performance/ -v -m "remote_cluster" --skip-interfering-proc-check --out-dir perf-report-staging