File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 90
90
echo -e " \n Testing completed.\n"
91
91
fi
92
92
93
- # If this is a periodic build, send the test log to the FlakyBot except for Java 8
94
- # See https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot.
95
- if [[ $JAVA_VERSION != " 1.8" && $KOKORO_BUILD_ARTIFACTS_SUBDIR = * " periodic" * ]]; then
96
- chmod +x $KOKORO_GFILE_DIR /linux_amd64/flakybot
97
- $KOKORO_GFILE_DIR /linux_amd64/flakybot
98
- fi
99
-
100
93
exit $RTN
Original file line number Diff line number Diff line change @@ -96,11 +96,4 @@ if [[ "$file" == *"run/"* && ("$file" != *"run/filesystem"* && "$file" != *"run/
96
96
fi
97
97
fi
98
98
99
- # If this is a periodic build, send the test log to the FlakyBot except for Java 8
100
- # See https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot.
101
- if [[ $JAVA_VERSION != " 1.8" && $KOKORO_BUILD_ARTIFACTS_SUBDIR = * " periodic" * ]]; then
102
- chmod +x $KOKORO_GFILE_DIR /linux_amd64/flakybot
103
- $KOKORO_GFILE_DIR /linux_amd64/flakybot
104
- fi
105
-
106
99
exit $RTN
You can’t perform that action at this time.
0 commit comments