| 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 "ClangToTMacASan tester", | 10 "ClangToTMacASan tester", |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 ] | 172 ] |
| 173 }, | 173 }, |
| 174 { | 174 { |
| 175 "cmd": [ | 175 "cmd": [ |
| 176 "python", | 176 "python", |
| 177 "-u", | 177 "-u", |
| 178 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 178 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 179 "runhooks" | 179 "runhooks" |
| 180 ], | 180 ], |
| 181 "env": { | 181 "env": { |
| 182 "FORCE_MAC_TOOLCHAIN": "1", |
| 182 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 183 "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", | 184 "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", |
| 184 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 185 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 185 }, | 186 }, |
| 186 "name": "gclient runhooks" | 187 "name": "gclient runhooks" |
| 187 }, | 188 }, |
| 188 { | 189 { |
| 189 "cmd": [ | 190 "cmd": [ |
| 190 "python", | 191 "python", |
| 191 "-u", | 192 "-u", |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 "170242" | 434 "170242" |
| 434 ], | 435 ], |
| 435 "name": "Upload to test-results [browser_tests on Mac-10.9]" | 436 "name": "Upload to test-results [browser_tests on Mac-10.9]" |
| 436 }, | 437 }, |
| 437 { | 438 { |
| 438 "name": "$result", | 439 "name": "$result", |
| 439 "recipe_result": null, | 440 "recipe_result": null, |
| 440 "status_code": 0 | 441 "status_code": 0 |
| 441 } | 442 } |
| 442 ] | 443 ] |
| OLD | NEW |