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: {
2020 value: " .kokoro/tests/run_tests.sh"
2121}
2222
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: {
2020 value: " .kokoro/tests/run_tests.sh"
2121}
2222
23- env_vars: {
24- key: " REPORT_TO_BUILD_COP_BOT"
25- value: " false"
26- }
27-
2823# Tell Trampoline to upload the Docker image after successfull build.
2924env_vars: {
3025 key: " TRAMPOLINE_IMAGE_UPLOAD"
Original file line number Diff line number Diff line change @@ -20,11 +20,6 @@ env_vars: {
2020 value: " .kokoro/tests/run_tests.sh"
2121}
2222
23- env_vars: {
24- key: " REPORT_TO_BUILD_COP_BOT"
25- value: " false"
26- }
27-
2823# Tell Trampoline to upload the Docker image after successfull build.
2924env_vars: {
3025 key: " TRAMPOLINE_IMAGE_UPLOAD"
Original file line number Diff line number Diff line change @@ -20,11 +20,6 @@ env_vars: {
2020 value: " .kokoro/tests/run_tests.sh"
2121}
2222
23- env_vars: {
24- key: " REPORT_TO_BUILD_COP_BOT"
25- value: " false"
26- }
27-
2823# Tell Trampoline to upload the Docker image after successfull build.
2924env_vars: {
3025 key: " TRAMPOLINE_IMAGE_UPLOAD"
Original file line number Diff line number Diff line change @@ -20,11 +20,6 @@ env_vars: {
2020 value: " .kokoro/tests/run_tests.sh"
2121}
2222
23- env_vars: {
24- key: " REPORT_TO_BUILD_COP_BOT"
25- value: " false"
26- }
27-
2823# Tell Trampoline to upload the Docker image after successfull build.
2924env_vars: {
3025 key: " TRAMPOLINE_IMAGE_UPLOAD"
Original file line number Diff line number Diff line change @@ -20,11 +20,6 @@ env_vars: {
2020 value: " .kokoro/tests/run_tests.sh"
2121}
2222
23- env_vars: {
24- key: " REPORT_TO_BUILD_COP_BOT"
25- value: " false"
26- }
27-
2823# Tell Trampoline to upload the Docker image after successfull build.
2924env_vars: {
3025 key: " TRAMPOLINE_IMAGE_UPLOAD"
Original file line number Diff line number Diff line change @@ -20,11 +20,6 @@ env_vars: {
2020 value: " .kokoro/tests/run_tests.sh"
2121}
2222
23- env_vars: {
24- key: " REPORT_TO_BUILD_COP_BOT"
25- value: " false"
26- }
27-
2823# Tell Trampoline to upload the Docker image after successfull build.
2924env_vars: {
3025 key: " TRAMPOLINE_IMAGE_UPLOAD"
Original file line number Diff line number Diff line change @@ -90,15 +90,6 @@ if [[ "${INJECT_REGION_TAGS:-}" == "true" ]]; then
9090fi
9191set -e
9292
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-
10293if [[ " ${EXIT} " -ne 0 ]]; then
10394 echo -e " \n Testing failed: Nox returned a non-zero exit code. \n"
10495else
Original file line number Diff line number Diff line change @@ -176,15 +176,6 @@ for file in **/requirements.txt; do
176176 nox -s " $RUN_TESTS_SESSION "
177177 EXIT=$?
178178
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-
188179 if [[ $EXIT -ne 0 ]]; then
189180 RTN=1
190181 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
159159 " KOKORO_GITHUB_COMMIT"
160160 " KOKORO_GITHUB_PULL_REQUEST_NUMBER"
161161 " KOKORO_GITHUB_PULL_REQUEST_COMMIT"
162- # For FlakyBot
163- " KOKORO_GITHUB_COMMIT_URL"
164- " KOKORO_GITHUB_PULL_REQUEST_URL"
165162 )
166163elif [[ " ${TRAVIS:- } " == " true" ]]; then
167164 RUNNING_IN_CI=" true"
You can’t perform that action at this time.
0 commit comments