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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_gtest_memory_mac64.json

Issue 2415543004: 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 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 }, 170 },
171 { 171 {
172 "cmd": [ 172 "cmd": [
173 "python", 173 "python",
174 "-u", 174 "-u",
175 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 175 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
176 "runhooks" 176 "runhooks"
177 ], 177 ],
178 "cwd": "[SLAVE_BUILD]/src", 178 "cwd": "[SLAVE_BUILD]/src",
179 "env": { 179 "env": {
180 "FORCE_MAC_TOOLCHAIN": "1",
180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 181 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
181 "GYP_DEFINES": "asan=1 clang=1 component=static_library fastbuild=0 gomadi r='[CACHE]/cipd/goma' host_arch=x64 target_arch=x64 test_isolation_mode=prepare use_goma=1", 182 "GYP_DEFINES": "asan=1 clang=1 component=static_library fastbuild=0 gomadi r='[CACHE]/cipd/goma' host_arch=x64 target_arch=x64 test_isolation_mode=prepare use_goma=1",
182 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 183 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
183 }, 184 },
184 "name": "gclient runhooks" 185 "name": "gclient runhooks"
185 }, 186 },
186 { 187 {
187 "cmd": [ 188 "cmd": [
188 "python", 189 "python",
189 "-u", 190 "-u",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 "-o", 304 "-o",
304 "gtest-results/browser_tests", 305 "gtest-results/browser_tests",
305 "--builder-name=Mac ASan 64 Tests (1)", 306 "--builder-name=Mac ASan 64 Tests (1)",
306 "--slave-name=TestSlavename", 307 "--slave-name=TestSlavename",
307 "--build-number=571", 308 "--build-number=571",
308 "--enable-asan", 309 "--enable-asan",
309 "browser_tests", 310 "browser_tests",
310 "--test-launcher-print-test-stdio=always" 311 "--test-launcher-print-test-stdio=always"
311 ], 312 ],
312 "env": { 313 "env": {
314 "FORCE_MAC_TOOLCHAIN": "1",
313 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 315 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
314 }, 316 },
315 "name": "browser_tests" 317 "name": "browser_tests"
316 }, 318 },
317 { 319 {
318 "name": "$result", 320 "name": "$result",
319 "recipe_result": null, 321 "recipe_result": null,
320 "status_code": 0 322 "status_code": 0
321 } 323 }
322 ] 324 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698