Skip to content

Commit 23952bf

Browse files
feat: add schema service to gapic (#494)
* changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * fix: switch pubsub/v1 retry config to grpc_service_config PiperOrigin-RevId: 336174031 Source-Author: Google APIs <noreply@google.com> Source-Date: Thu Oct 8 15:10:41 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: bf79839b947d8b5c0f55516b963433faf23b54c4 Source-Link: googleapis/googleapis@bf79839 * feat: add schema service PiperOrigin-RevId: 348038736 Source-Author: Google APIs <noreply@google.com> Source-Date: Thu Dec 17 09:47:03 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: 41d8fbfec9d4bc4a8859f78185713950913b4bf3 Source-Link: googleapis/googleapis@41d8fbf
1 parent 4123f26 commit 23952bf

File tree

52 files changed

+16812
-448
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+16812
-448
lines changed

.kokoro/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ bash .kokoro/coerce_logs.sh
110110

111111
if [[ "${ENABLE_BUILD_COP}" == "true" ]]
112112
then
113-
chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/flakybot
114-
${KOKORO_GFILE_DIR}/linux_amd64/flakybot -repo=googleapis/java-pubsub
113+
chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/buildcop
114+
${KOKORO_GFILE_DIR}/linux_amd64/buildcop -repo=googleapis/java-pubsub
115115
fi
116116

117117
echo "exiting with ${RETURN_CODE}"

0 commit comments

Comments
 (0)