Add commit references for Java and Go (#27783)

Add commit references for Java and Go
reviewable/pr27715/r5
brandonpaiz 3 years ago committed by GitHub
parent 1c885232e0
commit f72f778565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/internal_ci/linux/grpc_e2e_performance_gke.sh
  2. 2
      tools/internal_ci/linux/grpc_e2e_performance_v2.sh

@ -89,6 +89,8 @@ buildConfigs() {
-a ci_buildUrl="${CLOUD_LOGGING_URL}" \
-a ci_jobName="${KOKORO_JOB_NAME}" \
-a ci_gitCommit="${GRPC_GITREF}" \
-a ci_gitCommit_go="${GRPC_GO_GITREF}" \
-a ci_gitCommit_java="${GRPC_JAVA_GITREF}" \
-a ci_gitActualCommit="${KOKORO_GIT_COMMIT}" \
-s prebuilt_image_tag="${UNIQUE_IDENTIFIER}" \
--prefix="${LOAD_TEST_PREFIX}" -u "${UNIQUE_IDENTIFIER}" -u "${pool}" \

@ -88,6 +88,8 @@ buildConfigs() {
-a ci_buildUrl="${CLOUD_LOGGING_URL}" \
-a ci_jobName="${KOKORO_JOB_NAME}" \
-a ci_gitCommit="${GRPC_GITREF}" \
-a ci_gitCommit_go="${GRPC_GO_GITREF}" \
-a ci_gitCommit_java="${GRPC_JAVA_GITREF}" \
-a ci_gitActualCommit="${KOKORO_GIT_COMMIT}" \
--prefix="${LOAD_TEST_PREFIX}" -u "${UNIQUE_IDENTIFIER}" -u "${pool}" \
-a pool="${pool}" --category=scalable \

Loading…
Cancel
Save