OLD | NEW |
1 # Copyright (c) 2016, Google Inc. All rights reserved. | 1 # Copyright (c) 2016, Google Inc. All rights reserved. |
2 # | 2 # |
3 # Redistribution and use in source and binary forms, with or without | 3 # Redistribution and use in source and binary forms, with or without |
4 # modification, are permitted provided that the following conditions are | 4 # modification, are permitted provided that the following conditions are |
5 # met: | 5 # met: |
6 # | 6 # |
7 # * Redistributions of source code must retain the above copyright | 7 # * Redistributions of source code must retain the above copyright |
8 # notice, this list of conditions and the following disclaimer. | 8 # notice, this list of conditions and the following disclaimer. |
9 # * Redistributions in binary form must reproduce the above | 9 # * Redistributions in binary form must reproduce the above |
10 # copyright notice, this list of conditions and the following disclaimer | 10 # copyright notice, this list of conditions and the following disclaimer |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 "specifiers": ['Mac10.11', 'Debug'] | 68 "specifiers": ['Mac10.11', 'Debug'] |
69 }, | 69 }, |
70 "WebKit Mac10.11 (retina)": { | 70 "WebKit Mac10.11 (retina)": { |
71 "port_name": "mac-retina", | 71 "port_name": "mac-retina", |
72 "specifiers": ['Retina', 'Release'] | 72 "specifiers": ['Retina', 'Release'] |
73 }, | 73 }, |
74 "WebKit Android (Nexus4)": { | 74 "WebKit Android (Nexus4)": { |
75 "port_name": "android", | 75 "port_name": "android", |
76 "specifiers": ['Android', 'Release'] | 76 "specifiers": ['Android', 'Release'] |
77 }, | 77 }, |
78 # TODO(qyearsley): Update this set of builders when new builders | 78 "linux_precise_blink_rel": { |
79 # are set up for layout test try jobs. http://crbug.com/474273. | |
80 "linux_chromium_rel_ng": { | |
81 "port_name": "linux-precise", | 79 "port_name": "linux-precise", |
82 "specifiers": ['Precise', 'Release'], | 80 "specifiers": ['Precise', 'Release'], |
83 "is_try_builder": True, | 81 "is_try_builder": True, |
84 }, | 82 }, |
85 "mac_chromium_rel_ng": { | 83 "linux_trusty_blink_rel": { |
| 84 "port_name": "linux-precise", |
| 85 "specifiers": ['Precise', 'Release'], |
| 86 "is_try_builder": True, |
| 87 }, |
| 88 "mac10.9_blink_rel": { |
86 "port_name": "mac-mac10.9", | 89 "port_name": "mac-mac10.9", |
87 "specifiers": ['Mac10.9', 'Release'], | 90 "specifiers": ['Mac10.9', 'Release'], |
88 "is_try_builder": True, | 91 "is_try_builder": True, |
89 }, | 92 }, |
90 "win_chromium_rel_ng": { | 93 "mac10.10_blink_rel": { |
| 94 "port_name": "mac-mac10.9", |
| 95 "specifiers": ['Mac10.', 'Release'], |
| 96 "is_try_builder": True, |
| 97 }, |
| 98 "mac10.11_blink_rel": { |
| 99 "port_name": "mac-mac10.9", |
| 100 "specifiers": ['Mac10.11', 'Release'], |
| 101 "is_try_builder": True, |
| 102 }, |
| 103 # TODO(qyearsley): Add mac retina builder here |
| 104 # when it is ready. http://crbug.com/590036. |
| 105 "win7_blink_rel": { |
91 "port_name": "win-win7", | 106 "port_name": "win-win7", |
92 "specifiers": ['Win7', 'Release'], | 107 "specifiers": ['Win7', 'Release'], |
93 "is_try_builder": True, | 108 "is_try_builder": True, |
| 109 }, |
| 110 "win10_blink_rel": { |
| 111 "port_name": "win-win7", |
| 112 "specifiers": ['Win7', 'Release'], |
| 113 "is_try_builder": True, |
94 }, | 114 }, |
95 } | 115 } |
OLD | NEW |