We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb2ecd commit 8fc3e4eCopy full SHA for 8fc3e4e
.kokoro/tests/run_test_java.sh
@@ -101,9 +101,9 @@ if [[ "$file" == *"run/"* && ("$file" != *"run/filesystem"* && "$file" != *"run/
101
fi
102
103
104
-# If this is a periodic build, send the test log to the FlakyBot.
+# If this is a periodic build, send the test log to the FlakyBot except for Java 8
105
# See https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot.
106
-if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = *"periodic"* ]]; then
+if [[ $JAVA_VERSION != "1.8" && $KOKORO_BUILD_ARTIFACTS_SUBDIR = *"periodic"* ]]; then
107
chmod +x $KOKORO_GFILE_DIR/linux_amd64/flakybot
108
$KOKORO_GFILE_DIR/linux_amd64/flakybot
109
0 commit comments