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
{{ message }}
This repository was archived by the owner on Dec 31, 2023. It is now read-only.
# If this is a periodic build, send the test log to the FlakyBot.
83
-
# See https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot.
84
-
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR=*"periodic"* ]];then
85
-
chmod +x $KOKORO_GFILE_DIR/linux_amd64/flakybot
86
-
$KOKORO_GFILE_DIR/linux_amd64/flakybot
87
-
fi
88
-
89
-
if [[ $EXIT-ne 0 ]];then
90
-
RTN=1
91
-
echo -e "\n Testing failed: Nox returned a non-zero exit code. \n"
# If this is a periodic build, send the test log to the FlakyBot.
79
+
# See https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot.
80
+
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR=*"periodic"* ]];then
81
+
chmod +x $KOKORO_GFILE_DIR/linux_amd64/flakybot
82
+
$KOKORO_GFILE_DIR/linux_amd64/flakybot
83
+
fi
84
+
85
+
if [[ $EXIT-ne 0 ]];then
86
+
RTN=1
87
+
echo -e "\n Testing failed: Nox returned a non-zero exit code. \n"
88
+
else
89
+
echo -e "\n Testing completed.\n"
90
+
fi
91
+
92
+
99
93
# Workaround for Kokoro permissions issue: delete secrets
0 commit comments