Skip to content

Commit

Permalink
fix remove local bin
Browse files Browse the repository at this point in the history
  • Loading branch information
lupin012 committed Apr 6, 2024
1 parent d0b5305 commit 38a99ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rpc-performance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ jobs:
echo "TEST_RESULT=success" >> "$GITHUB_OUTPUT"
# temporary: removes previous binary test
rm -rf ${{runner.workspace}}/rpc-tests/perf/reports/bin ${{runner.workspace}}/last_execution_test/*
rm -rf ${{runner.workspace}}/last_execution_test/*
# save all vegeta binary report on specific area
echo "Save vegeta binary files"
cp -r ${{runner.workspace}}/rpc-tests/perf/reports/bin ${{runner.workspace}}/last_execution_test/
echo "Save test result on DB"
python3 $ERIGON_QA_PATH/test_system/qa-tests/uploads/upload_test_results.py --repo silkworm --commit $(git rev-parse HEAD) --test_name rpc-performance-test-${servers[i-1]}-$method --outcome success --result_file ${{runner.workspace}}/rpc-tests/perf/reports/mainnet/result.json
#python3 $ERIGON_QA_PATH/test_system/qa-tests/uploads/upload_test_results.py --repo silkworm --commit $(git rev-parse HEAD) --test_name rpc-performance-test-${servers[i-1]}-$method --outcome success --result_file ${{runner.workspace}}/rpc-tests/perf/reports/mainnet/result.json
echo "Tests completed successfully"
else
echo "TEST_RESULT=failure" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 38a99ed

Please sign in to comment.