| OLD | NEW |
| 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 Loading... |
| 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", |
| 128 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 129 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 129 "GYP_DEFINES": "clang=1 component=static_library target_arch=x64 test_isol
ation_mode=prepare", | 130 "GYP_DEFINES": "clang=1 component=static_library target_arch=x64 test_isol
ation_mode=prepare", |
| 130 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 131 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 131 }, | 132 }, |
| 132 "name": "gclient runhooks" | 133 "name": "gclient runhooks" |
| 133 }, | 134 }, |
| 134 { | 135 { |
| 135 "cmd": [ | 136 "cmd": [ |
| 136 "python", | 137 "python", |
| 137 "-u", | 138 "-u", |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 "170242" | 377 "170242" |
| 377 ], | 378 ], |
| 378 "name": "Upload to test-results [browser_tests on Mac-10.9]" | 379 "name": "Upload to test-results [browser_tests on Mac-10.9]" |
| 379 }, | 380 }, |
| 380 { | 381 { |
| 381 "name": "$result", | 382 "name": "$result", |
| 382 "recipe_result": null, | 383 "recipe_result": null, |
| 383 "status_code": 0 | 384 "status_code": 0 |
| 384 } | 385 } |
| 385 ] | 386 ] |
| OLD | NEW |