Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 7177002

Browse files
chore: updates flakybot to new name buildcop (#828)
1 parent 49c8c5d commit 7177002

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.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-spanner
113+
chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/buildcop
114+
${KOKORO_GFILE_DIR}/linux_amd64/buildcop -repo=googleapis/java-spanner
115115
fi
116116

117117
echo "exiting with ${RETURN_CODE}"

synth.metadata

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-spanner.git",
7-
"sha": "2f1450cb4780590d6660ebae56f96331b78dd973"
7+
"sha": "facda8a7d07a9cf08b1847678b24b270f1abdb38"
88
}
99
},
1010
{
@@ -60,7 +60,6 @@
6060
".github/blunderbuss.yml",
6161
".github/generated-files-bot.yml",
6262
".github/readme/synth.py",
63-
".github/release-please.yml",
6463
".github/snippet-bot.yml",
6564
".github/trusted-contribution.yml",
6665
".github/workflows/approve-readme.yaml",

0 commit comments

Comments
 (0)