Skip to content

Commit caed42c

Browse files
committed
fix: fetch_keystore
1 parent 304d5e0 commit caed42c

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

ci/kokoro/macos/common.cfg

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,15 @@
1515
build_file: "google-cloud-cpp/ci/kokoro/macos/build.sh"
1616
timeout_mins: 240
1717

18+
before_action {
19+
fetch_keystore {
20+
keystore_resource {
21+
keystore_config_id: 73713
22+
keyname: "cloud-cpp-kokoro-run-sa-key"
23+
backend: "blade:keystore-fastconfigpush"
24+
}
25+
}
26+
}
27+
1828
gfile_resources: "/bigstore/cloud-cpp-integration-secrets/build-results-service-account.json"
1929
gfile_resources: "/bigstore/cloud-cpp-integration-secrets/kokoro-run-key.json"

ci/kokoro/windows/common.cfg

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@
1616
build_file: "google-cloud-cpp/ci/kokoro/windows/build.bat"
1717
timeout_mins: 240
1818

19+
before_action {
20+
fetch_keystore {
21+
keystore_resource {
22+
keystore_config_id: 73713
23+
keyname: "cloud-cpp-kokoro-run-sa-key"
24+
backend: "blade:keystore-fastconfigpush"
25+
}
26+
}
27+
}
28+
1929
gfile_resources: "/bigstore/cloud-cpp-integration-secrets/build-results-service-account.json"
2030
gfile_resources: "/bigstore/cloud-cpp-integration-secrets/kokoro-run-key.json"
2131

0 commit comments

Comments
 (0)