File tree Expand file tree Collapse file tree 11 files changed +0
-56
lines changed Expand file tree Collapse file tree 11 files changed +0
-56
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,3 @@ env_vars: {
20
20
value: " .kokoro/tests/run_tests.sh"
21
21
}
22
22
23
- env_vars: {
24
- key: " REPORT_TO_BUILD_COP_BOT"
25
- value: " false"
26
- }
Original file line number Diff line number Diff line change @@ -20,11 +20,6 @@ env_vars: {
20
20
value: " .kokoro/tests/run_tests.sh"
21
21
}
22
22
23
- env_vars: {
24
- key: " REPORT_TO_BUILD_COP_BOT"
25
- value: " false"
26
- }
27
-
28
23
# Tell Trampoline to upload the Docker image after successfull build.
29
24
env_vars: {
30
25
key: " TRAMPOLINE_IMAGE_UPLOAD"
Original file line number Diff line number Diff line change @@ -20,11 +20,6 @@ env_vars: {
20
20
value: " .kokoro/tests/run_tests.sh"
21
21
}
22
22
23
- env_vars: {
24
- key: " REPORT_TO_BUILD_COP_BOT"
25
- value: " false"
26
- }
27
-
28
23
# Tell Trampoline to upload the Docker image after successfull build.
29
24
env_vars: {
30
25
key: " TRAMPOLINE_IMAGE_UPLOAD"
Original file line number Diff line number Diff line change @@ -20,11 +20,6 @@ env_vars: {
20
20
value: " .kokoro/tests/run_tests.sh"
21
21
}
22
22
23
- env_vars: {
24
- key: " REPORT_TO_BUILD_COP_BOT"
25
- value: " false"
26
- }
27
-
28
23
# Tell Trampoline to upload the Docker image after successfull build.
29
24
env_vars: {
30
25
key: " TRAMPOLINE_IMAGE_UPLOAD"
Original file line number Diff line number Diff line change @@ -20,11 +20,6 @@ env_vars: {
20
20
value: " .kokoro/tests/run_tests.sh"
21
21
}
22
22
23
- env_vars: {
24
- key: " REPORT_TO_BUILD_COP_BOT"
25
- value: " false"
26
- }
27
-
28
23
# Tell Trampoline to upload the Docker image after successfull build.
29
24
env_vars: {
30
25
key: " TRAMPOLINE_IMAGE_UPLOAD"
Original file line number Diff line number Diff line change @@ -20,11 +20,6 @@ env_vars: {
20
20
value: " .kokoro/tests/run_tests.sh"
21
21
}
22
22
23
- env_vars: {
24
- key: " REPORT_TO_BUILD_COP_BOT"
25
- value: " false"
26
- }
27
-
28
23
# Tell Trampoline to upload the Docker image after successfull build.
29
24
env_vars: {
30
25
key: " TRAMPOLINE_IMAGE_UPLOAD"
Original file line number Diff line number Diff line change @@ -20,11 +20,6 @@ env_vars: {
20
20
value: " .kokoro/tests/run_tests.sh"
21
21
}
22
22
23
- env_vars: {
24
- key: " REPORT_TO_BUILD_COP_BOT"
25
- value: " false"
26
- }
27
-
28
23
# Tell Trampoline to upload the Docker image after successfull build.
29
24
env_vars: {
30
25
key: " TRAMPOLINE_IMAGE_UPLOAD"
Original file line number Diff line number Diff line change @@ -90,15 +90,6 @@ if [[ "${INJECT_REGION_TAGS:-}" == "true" ]]; then
90
90
fi
91
91
set -e
92
92
93
- # If REPORT_TO_BUILD_COP_BOT is set to "true", send the test log
94
- # to the FlakyBot.
95
- # See:
96
- # https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot.
97
- if [[ " ${REPORT_TO_BUILD_COP_BOT:- } " == " true" ]]; then
98
- chmod +x $KOKORO_GFILE_DIR /linux_amd64/flakybot
99
- $KOKORO_GFILE_DIR /linux_amd64/flakybot
100
- fi
101
-
102
93
if [[ " ${EXIT} " -ne 0 ]]; then
103
94
echo -e " \n Testing failed: Nox returned a non-zero exit code. \n"
104
95
else
Original file line number Diff line number Diff line change @@ -176,15 +176,6 @@ for file in **/requirements.txt; do
176
176
nox -s " $RUN_TESTS_SESSION "
177
177
EXIT=$?
178
178
179
- # If REPORT_TO_BUILD_COP_BOT is set to "true", send the test log
180
- # to the FlakyBot.
181
- # See:
182
- # https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot.
183
- if [[ " ${REPORT_TO_BUILD_COP_BOT:- } " == " true" ]]; then
184
- chmod +x $KOKORO_GFILE_DIR /linux_amd64/flakybot
185
- $KOKORO_GFILE_DIR /linux_amd64/flakybot
186
- fi
187
-
188
179
if [[ $EXIT -ne 0 ]]; then
189
180
RTN=1
190
181
echo -e " \n Testing failed: Nox returned a non-zero exit code. \n"
Original file line number Diff line number Diff line change @@ -159,9 +159,6 @@ if [[ -n "${KOKORO_BUILD_ID:-}" ]]; then
159
159
" KOKORO_GITHUB_COMMIT"
160
160
" KOKORO_GITHUB_PULL_REQUEST_NUMBER"
161
161
" KOKORO_GITHUB_PULL_REQUEST_COMMIT"
162
- # For FlakyBot
163
- " KOKORO_GITHUB_COMMIT_URL"
164
- " KOKORO_GITHUB_PULL_REQUEST_URL"
165
162
)
166
163
elif [[ " ${TRAVIS:- } " == " true" ]]; then
167
164
RUNNING_IN_CI=" true"
You can’t perform that action at this time.
0 commit comments