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 Sep 5, 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"
92
+
else
93
+
echo -e "\n Testing completed.\n"
94
+
fi
95
+
96
+
done
97
+
cd"$ROOT"
98
+
99
+
# Workaround for Kokoro permissions issue: delete secrets
# 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
-
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR=*"periodic"* ]];then
93
-
chmod +x $KOKORO_GFILE_DIR/linux_amd64/flakybot
94
-
$KOKORO_GFILE_DIR/linux_amd64/flakybot
37
+
echo"The current head is: "
38
+
echo$(git rev-parse --verify HEAD)
39
+
echo"--- IMPORTANT IMPORTANT IMPORTANT ---"
40
+
# move back the test runner implementation if there's no file.
* The script `fixup_datalabeling_v1_keywords.py` is shipped with the library. It expects an input directory (with the code to convert) and an empty destination directory.
0 commit comments