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

Unified Diff: tools/clang/scripts/update.sh

Issue 12833010: Revert 188113 "Revert 188080 "Add vm672-m1 (the new Mac ASan bui..." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/scripts/update.sh
===================================================================
--- tools/clang/scripts/update.sh (revision 188141)
+++ tools/clang/scripts/update.sh (working copy)
@@ -91,10 +91,14 @@
return 1
fi
HOST="$(hostname -s)"
- # Chrome Mac ASan Builder.
+ # Old (10.6) Chrome Mac ASan Builder. Kept here till we fully migrate to 10.8
if [[ "${HOST}" == "vm633-m1" ]]; then
return 0
fi
+ # 10.8 Chrome Mac ASan Builder.
+ if [[ "${HOST}" == "vm672-m1" ]]; then
+ return 0
+ fi
# Chrome Mac ASan LKGR.
if [[ "${HOST}" == "mini11-a1" ]]; then
return 0
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698