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

Issue 12035004: Add support for having both 10.8 and 10.7 mac bots side by side on the buildbot waterfall (Closed)

Created:
7 years, 11 months ago by ricow1
Modified:
7 years, 11 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add support for having both 10.8 and 10.7 mac bots side by side on the buildbot waterfall Committed: https://code.google.com/p/dart/source/detail?r=17335

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2 lines) Patch
M tools/bots/compiler.py View 2 chunks +5 lines, -2 lines 2 comments Download

Messages

Total messages: 2 (0 generated)
ricow1
7 years, 11 months ago (2013-01-21 07:54:40 UTC) #1
Lasse Reichstein Nielsen
7 years, 11 months ago (2013-01-21 08:02:00 UTC) #2
lgtm

https://codereview.chromium.org/12035004/diff/1/tools/bots/compiler.py
File tools/bots/compiler.py (right):

https://codereview.chromium.org/12035004/diff/1/tools/bots/compiler.py#newcode25
tools/bots/compiler.py:25:
r'dart2js-(ie9|ie10|ff|safari|chrome|opera)-(win7|win8|mac10\.8|mac10\.7|linux)(-(all|html))?(-(\d+)-(\d+))?')
mac10\.[78]

https://codereview.chromium.org/12035004/diff/1/tools/bots/compiler.py#newcode83
tools/bots/compiler.py:83: if system == 'mac10.8' or system == 'mac10.7':
Is there a "startsWith" so you can just check if it starts with "mac"?

Powered by Google App Engine
This is Rietveld 408576698