Update xml file location and update go version to 1.17. (#27076)

* Add subdirectories to support change in https://github.com/grpc/test-infra/pull/218.
* Update go version in kokoro runners to go1.17.
pull/27087/head
Paulo Castello da Costa 4 years ago committed by GitHub
parent 51aea5df15
commit 4faaecdfc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      tools/internal_ci/linux/grpc_e2e_performance_gke.sh
  2. 8
      tools/internal_ci/linux/grpc_e2e_performance_v2.sh

@ -58,8 +58,8 @@ WORKER_POOL_8CORE=workers-8core-ci
WORKER_POOL_32CORE=workers-32core-ci
# Update go version.
TEST_INFRA_GOVERSION=go1.16.6
go get "golang.org/dl/${TEST_INFRA_GOVERSION}"
TEST_INFRA_GOVERSION=go1.17
go install "golang.org/dl/${TEST_INFRA_GOVERSION}@latest"
"${TEST_INFRA_GOVERSION}" download
# Clone test-infra repository to one upper level directory than grpc.
@ -112,8 +112,9 @@ time ../test-infra/bin/prepare_prebuilt_workers \
-t "${UNIQUE_IDENTIFIER}" \
-r "${ROOT_DIRECTORY_OF_DOCKERFILES}"
# Create reports directory.
mkdir -p runner
# Create reports directories.
mkdir -p "runner/${WORKER_POOL_8CORE}" "runner/${WORKER_POOL_32CORE}"
# Run tests.
time ../test-infra/bin/runner \

@ -59,8 +59,8 @@ WORKER_POOL_8CORE=workers-8core-ci
WORKER_POOL_32CORE=workers-32core-ci
# Update go version.
TEST_INFRA_GOVERSION=go1.16.6
go get "golang.org/dl/${TEST_INFRA_GOVERSION}"
TEST_INFRA_GOVERSION=go1.17
go install "golang.org/dl/${TEST_INFRA_GOVERSION}@latest"
"${TEST_INFRA_GOVERSION}" download
# Clone test-infra repository to one upper level directory than grpc.
@ -113,8 +113,8 @@ time ../test-infra/bin/prepare_prebuilt_workers \
-t "${UNIQUE_IDENTIFIER}" \
-r "${ROOT_DIRECTORY_OF_DOCKERFILES}"
# Create reports directory.
mkdir -p runner
# Create reports directories.
mkdir -p "runner/${WORKER_POOL_8CORE}" "runner/${WORKER_POOL_32CORE}"
# Run tests.
time ../test-infra/bin/runner \

Loading…
Cancel
Save