| 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 "ClangToTLinuxASanLibfuzzer", | 10 "ClangToTLinuxASanLibfuzzer", |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 "python", | 109 "python", |
| 110 "-u", | 110 "-u", |
| 111 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 111 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 112 "runhooks" | 112 "runhooks" |
| 113 ], | 113 ], |
| 114 "cwd": "[SLAVE_BUILD]/src", | 114 "cwd": "[SLAVE_BUILD]/src", |
| 115 "env": { | 115 "env": { |
| 116 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 116 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 117 "GYP_CHROMIUM_NO_ACTION": "1", | 117 "GYP_CHROMIUM_NO_ACTION": "1", |
| 118 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' pr
oprietary_codecs=1 target_arch=x64 use_goma=1", | 118 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' pr
oprietary_codecs=1 target_arch=x64 use_goma=1", |
| 119 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 119 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 120 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 120 }, | 121 }, |
| 121 "name": "gclient runhooks" | 122 "name": "gclient runhooks" |
| 122 }, | 123 }, |
| 123 { | 124 { |
| 124 "cmd": [ | 125 "cmd": [ |
| 125 "python", | 126 "python", |
| 126 "-u", | 127 "-u", |
| 127 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 128 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 128 "gen", | 129 "gen", |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 "-runs=1" | 207 "-runs=1" |
| 207 ], | 208 ], |
| 208 "name": "running empty_fuzzer" | 209 "name": "running empty_fuzzer" |
| 209 }, | 210 }, |
| 210 { | 211 { |
| 211 "name": "$result", | 212 "name": "$result", |
| 212 "recipe_result": null, | 213 "recipe_result": null, |
| 213 "status_code": 0 | 214 "status_code": 0 |
| 214 } | 215 } |
| 215 ] | 216 ] |
| OLD | NEW |