Delete successful load tests. (#27586)

reviewable/pr27522/r14^2
Paulo Castello da Costa 4 years ago committed by GitHub
parent a67a9a5cd5
commit ae0e234cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/internal_ci/linux/grpc_e2e_performance_gke.sh
  2. 1
      tools/internal_ci/linux/grpc_e2e_performance_v2.sh

@ -127,5 +127,6 @@ mkdir -p "runner/${WORKER_POOL_8CORE}" "runner/${WORKER_POOL_32CORE}"
time ../test-infra/bin/runner \ time ../test-infra/bin/runner \
-i "../grpc/loadtest_with_prebuilt_workers_${WORKER_POOL_8CORE}.yaml" \ -i "../grpc/loadtest_with_prebuilt_workers_${WORKER_POOL_8CORE}.yaml" \
-i "../grpc/loadtest_with_prebuilt_workers_${WORKER_POOL_32CORE}.yaml" \ -i "../grpc/loadtest_with_prebuilt_workers_${WORKER_POOL_32CORE}.yaml" \
-delete-successful-tests \
-c "${WORKER_POOL_8CORE}:2" -c "${WORKER_POOL_32CORE}:2" \ -c "${WORKER_POOL_8CORE}:2" -c "${WORKER_POOL_32CORE}:2" \
-o "runner/sponge_log.xml" -o "runner/sponge_log.xml"

@ -124,5 +124,6 @@ mkdir -p "runner/${WORKER_POOL_8CORE}" "runner/${WORKER_POOL_32CORE}"
time ../test-infra/bin/runner \ time ../test-infra/bin/runner \
-i "../grpc/loadtest_with_prebuilt_workers_${WORKER_POOL_8CORE}.yaml" \ -i "../grpc/loadtest_with_prebuilt_workers_${WORKER_POOL_8CORE}.yaml" \
-i "../grpc/loadtest_with_prebuilt_workers_${WORKER_POOL_32CORE}.yaml" \ -i "../grpc/loadtest_with_prebuilt_workers_${WORKER_POOL_32CORE}.yaml" \
-delete-successful-tests \
-c "${WORKER_POOL_8CORE}:2" -c "${WORKER_POOL_32CORE}:2" \ -c "${WORKER_POOL_8CORE}:2" -c "${WORKER_POOL_32CORE}:2" \
-o "runner/sponge_log.xml" -o "runner/sponge_log.xml"

Loading…
Cancel
Save