Skip to content
Snippets Groups Projects
Commit 025ca9e4 authored by Jan Tattermusch's avatar Jan Tattermusch Committed by GitHub
Browse files

Merge pull request #11988 from jtattermusch/kokoro_unbreak_macartifacts

Fix mac jobs attempting to use gfile service account key
parents 9a19606a 632e6f2c
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
# Location of the continuous shell script in repository. # Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/macos/grpc_build_artifacts.sh" 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 timeout_mins: 120
action { action {
define_artifacts { define_artifacts {
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
# Location of the continuous shell script in repository. # Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/macos/grpc_interop.sh" build_file: "grpc/tools/internal_ci/macos/grpc_interop.sh"
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json"
timeout_mins: 240 timeout_mins: 240
action { action {
define_artifacts { define_artifacts {
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
# Location of the continuous shell script in repository. # Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/macos/grpc_interop.sh" build_file: "grpc/tools/internal_ci/macos/grpc_interop.sh"
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json"
timeout_mins: 240 timeout_mins: 240
action { action {
define_artifacts { define_artifacts {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment