Skip to content

Commit

Permalink
Merge pull request grpc#11988 from jtattermusch/kokoro_unbreak_macart…
Browse files Browse the repository at this point in the history
…ifacts

Fix mac jobs attempting to use gfile service account key
  • Loading branch information
jtattermusch authored Jul 31, 2017
2 parents 9a19606 + 632e6f2 commit 025ca9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/internal_ci/macos/grpc_build_artifacts.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions tools/internal_ci/macos/grpc_interop.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions tools/internal_ci/macos/pull_request/grpc_interop.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 025ca9e

Please sign in to comment.