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

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

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 [ 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",
181 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
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", 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",
183 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 182 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
184 }, 183 },
185 "name": "gclient runhooks" 184 "name": "gclient runhooks"
186 }, 185 },
187 { 186 {
188 "cmd": [ 187 "cmd": [
189 "python", 188 "python",
190 "-u", 189 "-u",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 "-o", 303 "-o",
305 "gtest-results/browser_tests", 304 "gtest-results/browser_tests",
306 "--builder-name=Mac ASan 64 Tests (1)", 305 "--builder-name=Mac ASan 64 Tests (1)",
307 "--slave-name=TestSlavename", 306 "--slave-name=TestSlavename",
308 "--build-number=571", 307 "--build-number=571",
309 "--enable-asan", 308 "--enable-asan",
310 "browser_tests", 309 "browser_tests",
311 "--test-launcher-print-test-stdio=always" 310 "--test-launcher-print-test-stdio=always"
312 ], 311 ],
313 "env": { 312 "env": {
314 "FORCE_MAC_TOOLCHAIN": "1",
315 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 313 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
316 }, 314 },
317 "name": "browser_tests" 315 "name": "browser_tests"
318 }, 316 },
319 { 317 {
320 "name": "$result", 318 "name": "$result",
321 "recipe_result": null, 319 "recipe_result": null,
322 "status_code": 0 320 "status_code": 0
323 } 321 }
324 ] 322 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698