Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 5d7fde0

Browse files
build(java): use ENABLE_FLAKYBOT env variable (#633)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/2e6f5226-3b8a-4710-aad5-2e9602650041/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@ff01716
1 parent 38d64ee commit 5d7fde0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ fi
115115
# fix output location of logs
116116
bash .kokoro/coerce_logs.sh
117117

118-
if [[ "${ENABLE_BUILD_COP}" == "true" ]]
118+
if [[ "${ENABLE_FLAKYBOT}" == "true" ]]
119119
then
120120
chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/flakybot
121121
${KOKORO_GFILE_DIR}/linux_amd64/flakybot -repo=googleapis/java-errorreporting

.kokoro/nightly/integration.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env_vars: {
2222
}
2323

2424
env_vars: {
25-
key: "ENABLE_BUILD_COP"
25+
key: "ENABLE_FLAKYBOT"
2626
value: "true"
2727
}
2828

.kokoro/nightly/samples.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ env_vars: {
3333
}
3434

3535
env_vars: {
36-
key: "ENABLE_BUILD_COP"
36+
key: "ENABLE_FLAKYBOT"
3737
value: "true"
3838
}

synth.metadata

Lines changed: 2 additions & 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-errorreporting.git",
7-
"sha": "a4f8a0099afd3e4562d5798b5c252b10d3160c84"
7+
"sha": "38d64eea4317cb55fe11f3f5a94873cc4b4df06c"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "6252f2cd074c38f37b44abe5e96d128733eb1b61"
22+
"sha": "ff01716e16d2c6e87eaf87197b753ac9fcbbed5d"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)