From 90ebe33bfe9f43e5983a802d31c2ca4be6964b19 Mon Sep 17 00:00:00 2001 From: Thiago Nunes Date: Wed, 11 Nov 2020 09:34:11 +1100 Subject: [PATCH] fix: fixes the account used to run samples tests --- .kokoro/nightly/java11-samples.cfg | 4 ++-- .kokoro/nightly/java8-samples.cfg | 4 ++-- .kokoro/nightly/samples.cfg | 4 ++-- .kokoro/presubmit/java11-samples.cfg | 4 ++-- .kokoro/presubmit/java8-samples.cfg | 4 ++-- .kokoro/presubmit/samples.cfg | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.kokoro/nightly/java11-samples.cfg b/.kokoro/nightly/java11-samples.cfg index 6a19950ffc..bbcb3f2715 100644 --- a/.kokoro/nightly/java11-samples.cfg +++ b/.kokoro/nightly/java11-samples.cfg @@ -24,12 +24,12 @@ env_vars: { env_vars: { key: "GOOGLE_APPLICATION_CREDENTIALS" - value: "secret_manager/java-docs-samples-service-account" + value: "secret_manager/java-it-service-account" } env_vars: { key: "SECRET_MANAGER_KEYS" - value: "java-docs-samples-service-account" + value: "java-it-service-account" } env_vars: { diff --git a/.kokoro/nightly/java8-samples.cfg b/.kokoro/nightly/java8-samples.cfg index 485bc21594..7284cfeb18 100644 --- a/.kokoro/nightly/java8-samples.cfg +++ b/.kokoro/nightly/java8-samples.cfg @@ -24,12 +24,12 @@ env_vars: { env_vars: { key: "GOOGLE_APPLICATION_CREDENTIALS" - value: "secret_manager/java-docs-samples-service-account" + value: "secret_manager/java-it-service-account" } env_vars: { key: "SECRET_MANAGER_KEYS" - value: "java-docs-samples-service-account" + value: "java-it-service-account" } env_vars: { diff --git a/.kokoro/nightly/samples.cfg b/.kokoro/nightly/samples.cfg index ee4beff26f..2cabe201bc 100644 --- a/.kokoro/nightly/samples.cfg +++ b/.kokoro/nightly/samples.cfg @@ -24,12 +24,12 @@ env_vars: { env_vars: { key: "GOOGLE_APPLICATION_CREDENTIALS" - value: "secret_manager/java-docs-samples-service-account" + value: "secret_manager/java-it-service-account" } env_vars: { key: "SECRET_MANAGER_KEYS" - value: "java-docs-samples-service-account" + value: "java-it-service-account" } env_vars: { diff --git a/.kokoro/presubmit/java11-samples.cfg b/.kokoro/presubmit/java11-samples.cfg index 71775e885b..2812301e78 100644 --- a/.kokoro/presubmit/java11-samples.cfg +++ b/.kokoro/presubmit/java11-samples.cfg @@ -24,11 +24,11 @@ env_vars: { env_vars: { key: "GOOGLE_APPLICATION_CREDENTIALS" - value: "secret_manager/java-docs-samples-service-account" + value: "secret_manager/java-it-service-account" } env_vars: { key: "SECRET_MANAGER_KEYS" - value: "java-docs-samples-service-account" + value: "java-it-service-account" } diff --git a/.kokoro/presubmit/java8-samples.cfg b/.kokoro/presubmit/java8-samples.cfg index ce43cd982c..49a231b9f2 100644 --- a/.kokoro/presubmit/java8-samples.cfg +++ b/.kokoro/presubmit/java8-samples.cfg @@ -24,11 +24,11 @@ env_vars: { env_vars: { key: "GOOGLE_APPLICATION_CREDENTIALS" - value: "secret_manager/java-docs-samples-service-account" + value: "secret_manager/java-it-service-account" } env_vars: { key: "SECRET_MANAGER_KEYS" - value: "java-docs-samples-service-account" + value: "java-it-service-account" } diff --git a/.kokoro/presubmit/samples.cfg b/.kokoro/presubmit/samples.cfg index a32792944e..724216504e 100644 --- a/.kokoro/presubmit/samples.cfg +++ b/.kokoro/presubmit/samples.cfg @@ -24,10 +24,10 @@ env_vars: { env_vars: { key: "GOOGLE_APPLICATION_CREDENTIALS" - value: "secret_manager/java-docs-samples-service-account" + value: "secret_manager/java-it-service-account" } env_vars: { key: "SECRET_MANAGER_KEYS" - value: "java-docs-samples-service-account" + value: "java-it-service-account" }