We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e1f6da commit ff01716Copy full SHA for ff01716
synthtool/gcp/templates/java_library/.kokoro/build.sh
@@ -115,7 +115,7 @@ fi
115
# fix output location of logs
116
bash .kokoro/coerce_logs.sh
117
118
-if [[ "${ENABLE_BUILD_COP}" == "true" ]]
+if [[ "${ENABLE_FLAKYBOT}" == "true" ]]
119
then
120
chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/flakybot
121
${KOKORO_GFILE_DIR}/linux_amd64/flakybot -repo={{metadata['repo']['repo']}}
synthtool/gcp/templates/java_library/.kokoro/nightly/integration.cfg
@@ -22,7 +22,7 @@ env_vars: {
22
}
23
24
env_vars: {
25
- key: "ENABLE_BUILD_COP"
+ key: "ENABLE_FLAKYBOT"
26
value: "true"
27
28
synthtool/gcp/templates/java_library/.kokoro/nightly/samples.cfg
@@ -33,6 +33,6 @@ env_vars: {
33
34
35
36
37
38
0 commit comments