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

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

Issue 1946023004: Revert of Enable hermetic builds for FYI mac builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "ClangToTMac tester", 10 "ClangToTMac tester",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 ] 118 ]
119 }, 119 },
120 { 120 {
121 "cmd": [ 121 "cmd": [
122 "python", 122 "python",
123 "-u", 123 "-u",
124 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 124 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
125 "runhooks" 125 "runhooks"
126 ], 126 ],
127 "env": { 127 "env": {
128 "FORCE_MAC_TOOLCHAIN": "1",
129 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 128 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
130 "GYP_DEFINES": "clang=1 component=static_library target_arch=x64 test_isol ation_mode=prepare", 129 "GYP_DEFINES": "clang=1 component=static_library target_arch=x64 test_isol ation_mode=prepare",
131 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 130 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
132 }, 131 },
133 "name": "gclient runhooks" 132 "name": "gclient runhooks"
134 }, 133 },
135 { 134 {
136 "cmd": [ 135 "cmd": [
137 "python", 136 "python",
138 "-u", 137 "-u",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 "170242" 376 "170242"
378 ], 377 ],
379 "name": "Upload to test-results [browser_tests on Mac-10.9]" 378 "name": "Upload to test-results [browser_tests on Mac-10.9]"
380 }, 379 },
381 { 380 {
382 "name": "$result", 381 "name": "$result",
383 "recipe_result": null, 382 "recipe_result": null,
384 "status_code": 0 383 "status_code": 0
385 } 384 }
386 ] 385 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698