File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -70,23 +70,4 @@ units)
7070esac
7171set -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-
9273exit ${retval}
You can’t perform that action at this time.
0 commit comments