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 9090 echo -e " \n Testing completed.\n"
9191fi
9292
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-
10093exit $RTN
Original file line number Diff line number Diff line change @@ -96,11 +96,4 @@ if [[ "$file" == *"run/"* && ("$file" != *"run/filesystem"* && "$file" != *"run/
9696 fi
9797fi
9898
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-
10699exit $RTN
You can’t perform that action at this time.
0 commit comments