Skip to content

Commit

Permalink
build: migrate to flakybot (#264)
Browse files Browse the repository at this point in the history
Source-Author: Justin Beckwith <justin.beckwith@gmail.com>
Source-Date: Thu Jan 28 22:22:38 2021 -0800
Source-Repo: googleapis/synthtool
Source-Sha: d1bb9173100f62c0cfc8f3138b62241e7f47ca6a
Source-Link: googleapis/synthtool@d1bb917
  • Loading branch information
yoshi-automation committed Feb 2, 2021
1 parent 82a3ce8 commit b27875f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions java-shared-dependencies/.kokoro/build.sh
Expand Up @@ -110,8 +110,8 @@ bash .kokoro/coerce_logs.sh

if [[ "${ENABLE_BUILD_COP}" == "true" ]]
then
chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/buildcop
${KOKORO_GFILE_DIR}/linux_amd64/buildcop -repo=googleapis/java-shared-dependencies
chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/flakybot
${KOKORO_GFILE_DIR}/linux_amd64/flakybot -repo=googleapis/java-shared-dependencies
fi

echo "exiting with ${RETURN_CODE}"
Expand Down
4 changes: 2 additions & 2 deletions java-shared-dependencies/synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-shared-dependencies.git",
"sha": "88e88fc322c9352d59bc6f07e8f8c6f5addd5add"
"sha": "1c0b7bd60b3d73c16cc6c19ab90d8ccedece3706"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "3816b080296d4d52975079fd26c110dd26ba25af"
"sha": "d1bb9173100f62c0cfc8f3138b62241e7f47ca6a"
}
}
],
Expand Down

0 comments on commit b27875f

Please sign in to comment.