You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: synthtool/gcp/templates/python_library/.kokoro/test-samples.sh
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -87,11 +87,11 @@ for file in samples/**/requirements.txt; do
87
87
python3.6 -m nox -s "$RUN_TESTS_SESSION"
88
88
EXIT=$?
89
89
90
-
# If this is a periodic build, send the test log to the Build Cop Bot.
91
-
# See https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop.
90
+
# If this is a periodic build, send the test log to the FlakyBot.
91
+
# See https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot.
92
92
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR=*"periodic"* ]];then
0 commit comments