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

Side by Side Diff: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py

Issue 2411243003: Revert of Download the hermetic xcode toolchain on all bots that target mac. (Closed)
Patch Set: Created 4 years, 2 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 from . import steps 5 from . import steps
6 6
7 RESULTS_URL = 'https://chromeperf.appspot.com' 7 RESULTS_URL = 'https://chromeperf.appspot.com'
8 8
9 9
10 KITCHEN_TEST_SPEC = { 10 KITCHEN_TEST_SPEC = {
(...skipping 24 matching lines...) Expand all
35 'settings': { 35 'settings': {
36 'build_gs_bucket': 'chromium-fyi-archive', 36 'build_gs_bucket': 'chromium-fyi-archive',
37 }, 37 },
38 'builders': { 38 'builders': {
39 'Chromium Mac 10.10 MacViews': { 39 'Chromium Mac 10.10 MacViews': {
40 'chromium_config': 'chromium', 40 'chromium_config': 'chromium',
41 'gclient_config': 'chromium', 41 'gclient_config': 'chromium',
42 'chromium_apply_config': [ 42 'chromium_apply_config': [
43 'chromium_mac_mac_views', 43 'chromium_mac_mac_views',
44 'mb', 44 'mb',
45 'force_mac_toolchain'
45 ], 46 ],
46 'chromium_config_kwargs': { 47 'chromium_config_kwargs': {
47 'BUILD_CONFIG': 'Release', 48 'BUILD_CONFIG': 'Release',
48 'TARGET_BITS': 64, 49 'TARGET_BITS': 64,
49 }, 50 },
50 'checkout_dir': 'mac', 51 'checkout_dir': 'mac',
51 'testing': { 52 'testing': {
52 'platform': 'mac', 53 'platform': 'mac',
53 }, 54 },
54 }, 55 },
55 'Chromium Mac 10.11': { 56 'Chromium Mac 10.11': {
56 'chromium_config': 'chromium', 57 'chromium_config': 'chromium',
57 'chromium_apply_config': ['mb'], 58 'chromium_apply_config': ['mb', 'force_mac_toolchain'],
58 'gclient_config': 'chromium', 59 'gclient_config': 'chromium',
59 'chromium_config_kwargs': { 60 'chromium_config_kwargs': {
60 'BUILD_CONFIG': 'Release', 61 'BUILD_CONFIG': 'Release',
61 'TARGET_BITS': 64, 62 'TARGET_BITS': 64,
62 }, 63 },
63 'testing': { 64 'testing': {
64 'platform': 'mac', 65 'platform': 'mac',
65 }, 66 },
66 }, 67 },
67 'Chromium Mac 10.11 Force Mac Toolchain': { 68 'Chromium Mac 10.11 Force Mac Toolchain': {
68 'chromium_config': 'chromium', 69 'chromium_config': 'chromium',
69 'chromium_apply_config': ['mb'], 70 'chromium_apply_config': ['mb', 'force_mac_toolchain'],
70 'gclient_config': 'chromium', 71 'gclient_config': 'chromium',
71 'chromium_config_kwargs': { 72 'chromium_config_kwargs': {
72 'BUILD_CONFIG': 'Release', 73 'BUILD_CONFIG': 'Release',
73 'TARGET_BITS': 64, 74 'TARGET_BITS': 64,
74 }, 75 },
75 'testing': { 76 'testing': {
76 'platform': 'mac', 77 'platform': 'mac',
77 }, 78 },
78 }, 79 },
79 'Linux ARM': { 80 'Linux ARM': {
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 steps.PrintPreviewTests(), 245 steps.PrintPreviewTests(),
245 ], 246 ],
246 'bot_type': 'builder_tester', 247 'bot_type': 'builder_tester',
247 'testing': { 248 'testing': {
248 'platform': 'linux', 249 'platform': 'linux',
249 }, 250 },
250 }, 251 },
251 'Print Preview Mac': { 252 'Print Preview Mac': {
252 'chromium_config': 'chromium', 253 'chromium_config': 'chromium',
253 'gclient_config': 'chromium', 254 'gclient_config': 'chromium',
255 'chromium_apply_config': ['force_mac_toolchain'],
254 'GYP_DEFINES': { 256 'GYP_DEFINES': {
255 'component': 'shared_library', 257 'component': 'shared_library',
256 }, 258 },
257 'chromium_config_kwargs': { 259 'chromium_config_kwargs': {
258 'BUILD_CONFIG': 'Release', 260 'BUILD_CONFIG': 'Release',
259 'TARGET_PLATFORM': 'mac', 261 'TARGET_PLATFORM': 'mac',
260 'TARGET_BITS': 64, 262 'TARGET_BITS': 64,
261 }, 263 },
262 'tests': [ 264 'tests': [
263 steps.PrintPreviewTests(), 265 steps.PrintPreviewTests(),
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 'TARGET_BITS': 64, 394 'TARGET_BITS': 64,
393 }, 395 },
394 'bot_type': 'builder_tester', 396 'bot_type': 'builder_tester',
395 'testing': { 397 'testing': {
396 'platform': 'linux', 398 'platform': 'linux',
397 }, 399 },
398 }, 400 },
399 'Mac OpenSSL': { 401 'Mac OpenSSL': {
400 'chromium_config': 'chromium', 402 'chromium_config': 'chromium',
401 'gclient_config': 'chromium', 403 'gclient_config': 'chromium',
404 'chromium_apply_config': ['force_mac_toolchain'],
402 'chromium_config_kwargs': { 405 'chromium_config_kwargs': {
403 'BUILD_CONFIG': 'Release', 406 'BUILD_CONFIG': 'Release',
404 'TARGET_BITS': 32, 407 'TARGET_BITS': 32,
405 }, 408 },
406 'GYP_DEFINES': { 409 'GYP_DEFINES': {
407 'use_openssl': '1', 410 'use_openssl': '1',
408 }, 411 },
409 'testing': { 412 'testing': {
410 'platform': 'mac', 413 'platform': 'mac',
411 }, 414 },
(...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
1115 }, 1118 },
1116 'compile_targets': [ 'chromium_builder_tests' ], 1119 'compile_targets': [ 'chromium_builder_tests' ],
1117 'goma_canary': True, 1120 'goma_canary': True,
1118 'tests': steps.GOMA_TESTS, 1121 'tests': steps.GOMA_TESTS,
1119 'testing': { 1122 'testing': {
1120 'platform': 'linux' 1123 'platform': 'linux'
1121 } 1124 }
1122 }, 1125 },
1123 'Chromium Mac 10.9 Goma Canary': { 1126 'Chromium Mac 10.9 Goma Canary': {
1124 'chromium_config': 'chromium', 1127 'chromium_config': 'chromium',
1125 'chromium_apply_config': ['goma_canary', 'mb'], 1128 'chromium_apply_config': ['goma_canary', 'mb', 'force_mac_toolchain'],
1126 'gclient_config': 'chromium', 1129 'gclient_config': 'chromium',
1127 'chromium_config_kwargs': { 1130 'chromium_config_kwargs': {
1128 'BUILD_CONFIG': 'Release', 1131 'BUILD_CONFIG': 'Release',
1129 'TARGET_BITS': 64, 1132 'TARGET_BITS': 64,
1130 }, 1133 },
1131 'compile_targets': [ 'chromium_builder_tests' ], 1134 'compile_targets': [ 'chromium_builder_tests' ],
1132 'goma_canary': True, 1135 'goma_canary': True,
1133 'tests': steps.GOMA_TESTS, 1136 'tests': steps.GOMA_TESTS,
1134 'testing': { 1137 'testing': {
1135 'platform': 'mac' 1138 'platform': 'mac'
1136 } 1139 }
1137 }, 1140 },
1138 'Chromium Mac 10.9 Goma Canary (dbg)': { 1141 'Chromium Mac 10.9 Goma Canary (dbg)': {
1139 'chromium_config': 'chromium', 1142 'chromium_config': 'chromium',
1140 'chromium_apply_config': ['goma_canary', 'mb'], 1143 'chromium_apply_config': ['goma_canary', 'mb', 'force_mac_toolchain'],
1141 'gclient_config': 'chromium', 1144 'gclient_config': 'chromium',
1142 'chromium_config_kwargs': { 1145 'chromium_config_kwargs': {
1143 'BUILD_CONFIG': 'Debug', 1146 'BUILD_CONFIG': 'Debug',
1144 'TARGET_BITS': 64, 1147 'TARGET_BITS': 64,
1145 }, 1148 },
1146 'compile_targets': [ 'chromium_builder_tests' ], 1149 'compile_targets': [ 'chromium_builder_tests' ],
1147 'goma_canary': True, 1150 'goma_canary': True,
1148 'tests': steps.GOMA_TESTS, 1151 'tests': steps.GOMA_TESTS,
1149 'testing': { 1152 'testing': {
1150 'platform': 'mac' 1153 'platform': 'mac'
1151 } 1154 }
1152 }, 1155 },
1153 'Chromium Mac 10.9 Goma Canary (clobber)': { 1156 'Chromium Mac 10.9 Goma Canary (clobber)': {
1154 'chromium_config': 'chromium', 1157 'chromium_config': 'chromium',
1155 'chromium_apply_config': [ 1158 'chromium_apply_config': [
1156 'clobber', 1159 'clobber',
1157 'goma_canary', 1160 'goma_canary',
1158 'mb', 1161 'mb',
1162 'force_mac_toolchain',
1159 ], 1163 ],
1160 'gclient_config': 'chromium', 1164 'gclient_config': 'chromium',
1161 'chromium_config_kwargs': { 1165 'chromium_config_kwargs': {
1162 'BUILD_CONFIG': 'Release', 1166 'BUILD_CONFIG': 'Release',
1163 'TARGET_BITS': 64, 1167 'TARGET_BITS': 64,
1164 }, 1168 },
1165 'compile_targets': [ 'chromium_builder_tests' ], 1169 'compile_targets': [ 'chromium_builder_tests' ],
1166 'goma_canary': True, 1170 'goma_canary': True,
1167 'tests': steps.GOMA_TESTS, 1171 'tests': steps.GOMA_TESTS,
1168 'testing': { 1172 'testing': {
1169 'platform': 'mac' 1173 'platform': 'mac'
1170 } 1174 }
1171 }, 1175 },
1172 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': { 1176 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': {
1173 'chromium_config': 'chromium', 1177 'chromium_config': 'chromium',
1174 'chromium_apply_config': [ 1178 'chromium_apply_config': [
1175 'clobber', 1179 'clobber',
1176 'goma_canary', 1180 'goma_canary',
1177 'mb', 1181 'mb',
1182 'force_mac_toolchain',
1178 ], 1183 ],
1179 'gclient_config': 'chromium', 1184 'gclient_config': 'chromium',
1180 'chromium_config_kwargs': { 1185 'chromium_config_kwargs': {
1181 'BUILD_CONFIG': 'Debug', 1186 'BUILD_CONFIG': 'Debug',
1182 'TARGET_BITS': 64, 1187 'TARGET_BITS': 64,
1183 }, 1188 },
1184 'compile_targets': [ 'chromium_builder_tests' ], 1189 'compile_targets': [ 'chromium_builder_tests' ],
1185 'goma_canary': True, 1190 'goma_canary': True,
1186 'tests': steps.GOMA_TESTS, 1191 'tests': steps.GOMA_TESTS,
1187 'testing': { 1192 'testing': {
(...skipping 864 matching lines...) Expand 10 before | Expand all | Expand 10 after
2052 'TARGET_PLATFORM': 'win', 2057 'TARGET_PLATFORM': 'win',
2053 'TARGET_BITS': 32, 2058 'TARGET_BITS': 32,
2054 }, 2059 },
2055 'bot_type': 'builder_tester', 2060 'bot_type': 'builder_tester',
2056 'testing': { 'platform': 'win', }, 2061 'testing': { 'platform': 'win', },
2057 'use_isolate': True, 2062 'use_isolate': True,
2058 'enable_swarming': True, 2063 'enable_swarming': True,
2059 }, 2064 },
2060 }, 2065 },
2061 } 2066 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698