diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2017-07-31 11:19:34 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2017-07-31 11:19:34 +0200 |
commit | 632e6f2cb76c39b6ac38892a360ee9c79cd4332c (patch) | |
tree | a3837266afd48973c8839ef64613d2673be109e0 /tools | |
parent | 9a19606af0091a4d38ca923a6a26191aa67feb6a (diff) |
fix jobs attempting to use gfile service account key
Diffstat (limited to 'tools')
-rw-r--r-- | tools/internal_ci/macos/grpc_build_artifacts.cfg | 1 | ||||
-rw-r--r-- | tools/internal_ci/macos/grpc_interop.cfg | 1 | ||||
-rw-r--r-- | tools/internal_ci/macos/pull_request/grpc_interop.cfg | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/tools/internal_ci/macos/grpc_build_artifacts.cfg b/tools/internal_ci/macos/grpc_build_artifacts.cfg index 733933c62a..4da61faed3 100644 --- a/tools/internal_ci/macos/grpc_build_artifacts.cfg +++ b/tools/internal_ci/macos/grpc_build_artifacts.cfg @@ -16,6 +16,7 @@ # Location of the continuous shell script in repository. build_file: "grpc/tools/internal_ci/macos/grpc_build_artifacts.sh" +gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json" timeout_mins: 120 action { define_artifacts { diff --git a/tools/internal_ci/macos/grpc_interop.cfg b/tools/internal_ci/macos/grpc_interop.cfg index 9f3742c486..b4b1b15cb4 100644 --- a/tools/internal_ci/macos/grpc_interop.cfg +++ b/tools/internal_ci/macos/grpc_interop.cfg @@ -16,6 +16,7 @@ # Location of the continuous shell script in repository. build_file: "grpc/tools/internal_ci/macos/grpc_interop.sh" +gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json" timeout_mins: 240 action { define_artifacts { diff --git a/tools/internal_ci/macos/pull_request/grpc_interop.cfg b/tools/internal_ci/macos/pull_request/grpc_interop.cfg index 9f3742c486..b4b1b15cb4 100644 --- a/tools/internal_ci/macos/pull_request/grpc_interop.cfg +++ b/tools/internal_ci/macos/pull_request/grpc_interop.cfg @@ -16,6 +16,7 @@ # Location of the continuous shell script in repository. build_file: "grpc/tools/internal_ci/macos/grpc_interop.sh" +gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json" timeout_mins: 240 action { define_artifacts { |