| 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.memory", | 8 "chromium.memory", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux ASan LSan Builder", | 10 "Linux ASan LSan Builder", |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "cwd": "[SLAVE_BUILD]/src", | 181 "cwd": "[SLAVE_BUILD]/src", |
| 182 "env": { | 182 "env": { |
| 183 "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", |
| 184 "GYP_CHROMIUM_NO_ACTION": "1", |
| 184 "GYP_DEFINES": "asan=1 clang=1 component=static_library gomadir='[CACHE]/c
ipd/goma' lsan=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", | 185 "GYP_DEFINES": "asan=1 clang=1 component=static_library gomadir='[CACHE]/c
ipd/goma' lsan=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", |
| 185 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 186 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 186 }, | 187 }, |
| 187 "name": "gclient runhooks" | 188 "name": "gclient runhooks" |
| 188 }, | 189 }, |
| 189 { | 190 { |
| 190 "cmd": [ | 191 "cmd": [ |
| 191 "python", | 192 "python", |
| 192 "-u", | 193 "-u", |
| 193 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 194 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 "python", | 235 "python", |
| 235 "-u", | 236 "-u", |
| 236 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 237 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 237 "--show-path", | 238 "--show-path", |
| 238 "python", | 239 "python", |
| 239 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 240 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 240 ], | 241 ], |
| 241 "name": "cleanup_temp" | 242 "name": "cleanup_temp" |
| 242 }, | 243 }, |
| 243 { | 244 { |
| 245 "cmd": [ |
| 246 "python", |
| 247 "-u", |
| 248 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 249 "gen", |
| 250 "-m", |
| 251 "chromium.memory", |
| 252 "-b", |
| 253 "Linux ASan LSan Builder", |
| 254 "--config-file", |
| 255 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 256 "--goma-dir", |
| 257 "[CACHE]/cipd/goma", |
| 258 "//out/Release" |
| 259 ], |
| 260 "env": { |
| 261 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 262 }, |
| 263 "name": "generate_build_files" |
| 264 }, |
| 265 { |
| 244 "allow_subannotations": true, | 266 "allow_subannotations": true, |
| 245 "cmd": [ | 267 "cmd": [ |
| 246 "python", | 268 "python", |
| 247 "-u", | 269 "-u", |
| 248 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 270 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 249 "--src-dir", | 271 "--src-dir", |
| 250 "[SLAVE_BUILD]/src", | 272 "[SLAVE_BUILD]/src", |
| 251 "--output-json", | 273 "--output-json", |
| 252 "/path/to/tmp/json" | 274 "/path/to/tmp/json" |
| 253 ], | 275 ], |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 "~followup_annotations": [ | 392 "~followup_annotations": [ |
| 371 "@@@STEP_TEXT@Linux ASan LSan Tests (1)<br />Linux ASan Tests (sandboxed)@
@@" | 393 "@@@STEP_TEXT@Linux ASan LSan Tests (1)<br />Linux ASan Tests (sandboxed)@
@@" |
| 372 ] | 394 ] |
| 373 }, | 395 }, |
| 374 { | 396 { |
| 375 "name": "$result", | 397 "name": "$result", |
| 376 "recipe_result": null, | 398 "recipe_result": null, |
| 377 "status_code": 0 | 399 "status_code": 0 |
| 378 } | 400 } |
| 379 ] | 401 ] |
| OLD | NEW |