Delete redundant directory creation. (#27613)

The runner creates the log directories, so it is not necessary to create them separately in advance.
pull/27631/head
Paulo Castello da Costa 3 years ago committed by GitHub
parent aac71ae802
commit 8366f01f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tools/internal_ci/linux/grpc_e2e_performance_gke.sh
  2. 3
      tools/internal_ci/linux/grpc_e2e_performance_v2.sh

@ -119,10 +119,6 @@ time ../test-infra/bin/prepare_prebuilt_workers \
-t "${UNIQUE_IDENTIFIER}" \
-r "${ROOT_DIRECTORY_OF_DOCKERFILES}"
# Create reports directories.
mkdir -p "runner/${WORKER_POOL_8CORE}" "runner/${WORKER_POOL_32CORE}"
# Run tests.
time ../test-infra/bin/runner \
-i "../grpc/loadtest_with_prebuilt_workers_${WORKER_POOL_8CORE}.yaml" \

@ -118,9 +118,6 @@ time ../test-infra/bin/prepare_prebuilt_workers \
-t "${UNIQUE_IDENTIFIER}" \
-r "${ROOT_DIRECTORY_OF_DOCKERFILES}"
# Create reports directories.
mkdir -p "runner/${WORKER_POOL_8CORE}" "runner/${WORKER_POOL_32CORE}"
# Run tests.
time ../test-infra/bin/runner \
-i "../grpc/loadtest_with_prebuilt_workers_${WORKER_POOL_8CORE}.yaml" \

Loading…
Cancel
Save