Skip to content

Commit 5b2d696

Browse files
committed
chore: remove flakybot execution from run_single_test.sh (#855)
1 parent c7b0ceb commit 5b2d696

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

ci/run_single_test.sh

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -70,23 +70,4 @@ units)
7070
esac
7171
set -e
7272

73-
# Run flakybot for non-presubmit builds
74-
if [ ${BUILD_TYPE} != "presubmit" ]; then
75-
if [ ${TEST_TYPE} == "system" ] || [ ${TEST_TYPE} == "samples" ]; then
76-
if [ -f "${PROJECT}_sponge_log.xml" ]; then
77-
echo "Contents in ${PROJECT}_sponge_log.xml:"
78-
cat ${PROJECT}_sponge_log.xml
79-
80-
echo "Calling flakybot --repo ${REPO_OWNER}/${REPO_NAME} --commit_hash ${COMMIT_SHA} --build_url https://console.cloud.google.com/cloud-build/builds;region=global/${BUILD_ID}?project=${PROJECT_ID}"
81-
flakybot \
82-
--repo "${REPO_OWNER}/${REPO_NAME}" \
83-
--commit_hash "${COMMIT_SHA}" \
84-
--build_url \
85-
"https://console.cloud.google.com/cloud-build/builds;region=global/${BUILD_ID}?project=${PROJECT_ID}"
86-
else
87-
echo "Missing sponge log: ${PROJECT}_sponge_log.xml"
88-
fi
89-
fi
90-
fi
91-
9273
exit ${retval}

0 commit comments

Comments
 (0)