Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Unified Diff: build_tools/buildbot_selector.sh

Issue 924093002: Removing presubmit from annotator. (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build_tools/update_mirror.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_tools/buildbot_selector.sh
diff --git a/build_tools/buildbot_selector.sh b/build_tools/buildbot_selector.sh
index 3897109a8824fde2252a4d6c4b9e8cdd723dfa62..03d76093a49ab1b69d73fb6919233905a1db2825 100755
--- a/build_tools/buildbot_selector.sh
+++ b/build_tools/buildbot_selector.sh
@@ -43,13 +43,6 @@ if [ "${TEST_BUILDBOT:-}" = "1" -a -z "${BUILDBOT_BUILDERNAME:-}" ]; then
export BUILDBOT_BUILDERNAME=linux-newlib-0
fi
-# Handle presubmit trybot.
-if [ "${BUILDBOT_BUILDERNAME}" = "naclports-presubmit" ]; then
- echo "@@@BUILD_STEP presubmit@@@"
- git cl presubmit -f
- exit 0
-fi
-
BuildShard() {
export TOOLCHAIN
export SHARD
« no previous file with comments | « no previous file | build_tools/update_mirror.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698