aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xtools/internal_ci/linux/grpc_full_performance_master.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/internal_ci/linux/grpc_full_performance_master.sh b/tools/internal_ci/linux/grpc_full_performance_master.sh
index 2ba23cbd00..18468395f6 100755
--- a/tools/internal_ci/linux/grpc_full_performance_master.sh
+++ b/tools/internal_ci/linux/grpc_full_performance_master.sh
@@ -31,7 +31,7 @@ tools/run_tests/run_performance_tests.py \
|| EXIT_CODE=1
# prevent pushing leftover build files to remote hosts in the next step.
-git clean -fdxq --exclude=\!sponge_log.xml
+git clean -fdxq -e reports
# scalability with 32cores (and upload to a different BQ table)
tools/run_tests/run_performance_tests.py \
@@ -45,7 +45,7 @@ tools/run_tests/run_performance_tests.py \
|| EXIT_CODE=1
# prevent pushing leftover build files to remote hosts in the next step.
-git clean -fdxq --exclude=\!sponge_log.xml
+git clean -fdxq -e reports
# selected scenarios on Windows
tools/run_tests/run_performance_tests.py \