Commit f28225ec authored by qyearsley's avatar qyearsley Committed by Commit bot

Add Mac10.12 builders to list of supported Blink builders.

After this is added, Mac10.12 builders will be used when getting new baselines (rebaseline-o-matic and rebaseline-cl), and and will be checked when removing flaky expectations (update-test-expectations).

I believe that https://codereview.chromium.org/2738053002 should be committed first.

BUG=697971

Review-Url: https://codereview.chromium.org/2731403011
Cr-Commit-Position: refs/heads/master@{#455767}
parent 6bc574cb
...@@ -67,6 +67,10 @@ BUILDERS = { ...@@ -67,6 +67,10 @@ BUILDERS = {
"port_name": "mac-retina", "port_name": "mac-retina",
"specifiers": ['Retina', 'Release'] "specifiers": ['Retina', 'Release']
}, },
"WebKit Mac10.12": {
"port_name": "mac-mac10.12",
"specifiers": ['Mac10.12', 'Release']
},
"WebKit Android (Nexus4)": { "WebKit Android (Nexus4)": {
"port_name": "android", "port_name": "android",
"specifiers": ['Android', 'Release'] "specifiers": ['Android', 'Release']
...@@ -96,6 +100,11 @@ BUILDERS = { ...@@ -96,6 +100,11 @@ BUILDERS = {
"specifiers": ['Retina', 'Release'], "specifiers": ['Retina', 'Release'],
"is_try_builder": True, "is_try_builder": True,
}, },
"mac10.12_blink_rel": {
"port_name": "mac-mac10.12",
"specifiers": ['Mac10.12', 'Release'],
"is_try_builder": True,
},
"win7_blink_rel": { "win7_blink_rel": {
"port_name": "win-win7", "port_name": "win-win7",
"specifiers": ['Win7', 'Release'], "specifiers": ['Win7', 'Release'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment