| 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 "client.v8.fyi", | 8 "client.v8.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux ASAN Builder", | 10 "Linux ASAN Builder", |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 { | 164 { |
| 165 "cmd": [ | 165 "cmd": [ |
| 166 "python", | 166 "python", |
| 167 "-u", | 167 "-u", |
| 168 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 168 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 169 "runhooks" | 169 "runhooks" |
| 170 ], | 170 ], |
| 171 "cwd": "[SLAVE_BUILD]/src", | 171 "cwd": "[SLAVE_BUILD]/src", |
| 172 "env": { | 172 "env": { |
| 173 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 173 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 174 "GYP_CHROMIUM_NO_ACTION": "1", |
| 174 "GYP_DEFINES": "asan=1 clang=1 component=static_library gomadir='[CACHE]/c
ipd/goma' lsan=1 target_arch=x64 use_goma=1", | 175 "GYP_DEFINES": "asan=1 clang=1 component=static_library gomadir='[CACHE]/c
ipd/goma' lsan=1 target_arch=x64 use_goma=1", |
| 175 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 176 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 176 }, | 177 }, |
| 177 "name": "gclient runhooks" | 178 "name": "gclient runhooks" |
| 178 }, | 179 }, |
| 179 { | 180 { |
| 180 "cmd": [ | 181 "cmd": [ |
| 181 "python", | 182 "python", |
| 182 "-u", | 183 "-u", |
| 183 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 184 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 "python", | 218 "python", |
| 218 "-u", | 219 "-u", |
| 219 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 220 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 220 "--show-path", | 221 "--show-path", |
| 221 "python", | 222 "python", |
| 222 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 223 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 223 ], | 224 ], |
| 224 "name": "cleanup_temp" | 225 "name": "cleanup_temp" |
| 225 }, | 226 }, |
| 226 { | 227 { |
| 228 "cmd": [ |
| 229 "python", |
| 230 "-u", |
| 231 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 232 "gen", |
| 233 "-m", |
| 234 "client.v8.fyi", |
| 235 "-b", |
| 236 "Linux ASAN Builder", |
| 237 "--config-file", |
| 238 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 239 "--goma-dir", |
| 240 "[CACHE]/cipd/goma", |
| 241 "//out/Release" |
| 242 ], |
| 243 "env": { |
| 244 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 245 }, |
| 246 "name": "generate_build_files" |
| 247 }, |
| 248 { |
| 227 "allow_subannotations": true, | 249 "allow_subannotations": true, |
| 228 "cmd": [ | 250 "cmd": [ |
| 229 "python", | 251 "python", |
| 230 "-u", | 252 "-u", |
| 231 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 253 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 232 "--src-dir", | 254 "--src-dir", |
| 233 "[SLAVE_BUILD]/src", | 255 "[SLAVE_BUILD]/src", |
| 234 "--output-json", | 256 "--output-json", |
| 235 "/path/to/tmp/json" | 257 "/path/to/tmp/json" |
| 236 ], | 258 ], |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 "~followup_annotations": [ | 357 "~followup_annotations": [ |
| 336 "@@@STEP_TEXT@Linux ASan LSan Tests (1)@@@" | 358 "@@@STEP_TEXT@Linux ASan LSan Tests (1)@@@" |
| 337 ] | 359 ] |
| 338 }, | 360 }, |
| 339 { | 361 { |
| 340 "name": "$result", | 362 "name": "$result", |
| 341 "recipe_result": null, | 363 "recipe_result": null, |
| 342 "status_code": 0 | 364 "status_code": 0 |
| 343 } | 365 } |
| 344 ] | 366 ] |
| OLD | NEW |