| 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 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_perf_bisect", | 10 "linux_perf_bisect", |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 "-u", | 174 "-u", |
| 175 "[BUILD]/scripts/slave/cleanup_temp.py" | 175 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 176 ], | 176 ], |
| 177 "cwd": "[SLAVE_BUILD]", | 177 "cwd": "[SLAVE_BUILD]", |
| 178 "name": "cleanup_temp" | 178 "name": "cleanup_temp" |
| 179 }, | 179 }, |
| 180 { | 180 { |
| 181 "cmd": [ | 181 "cmd": [ |
| 182 "python", | 182 "python", |
| 183 "-u", | 183 "-u", |
| 184 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | |
| 185 "[SLAVE_BUILD]/src/out/Release" | |
| 186 ], | |
| 187 "cwd": "[SLAVE_BUILD]", | |
| 188 "name": "rmtree build directory", | |
| 189 "~followup_annotations": [ | |
| 190 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 191 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | |
| 192 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | |
| 193 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 194 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 195 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | |
| 196 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | |
| 197 "@@@STEP_LOG_END@python.inline@@@" | |
| 198 ] | |
| 199 }, | |
| 200 { | |
| 201 "cmd": [ | |
| 202 "python", | |
| 203 "-u", | |
| 204 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 184 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 205 "gen", | 185 "gen", |
| 206 "-m", | 186 "-m", |
| 207 "tryserver.chromium.perf", | 187 "tryserver.chromium.perf", |
| 208 "-b", | 188 "-b", |
| 209 "linux_perf_bisect", | 189 "linux_perf_bisect", |
| 210 "--config-file", | 190 "--config-file", |
| 211 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 191 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 212 "--goma-dir", | 192 "--goma-dir", |
| 213 "[BUILD]/goma", | 193 "[BUILD]/goma", |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 506 "@@@STEP_LOG_LINE@json.output@}@@@", | 486 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 507 "@@@STEP_LOG_END@json.output@@@" | 487 "@@@STEP_LOG_END@json.output@@@" |
| 508 ] | 488 ] |
| 509 }, | 489 }, |
| 510 { | 490 { |
| 511 "name": "$result", | 491 "name": "$result", |
| 512 "recipe_result": null, | 492 "recipe_result": null, |
| 513 "status_code": 0 | 493 "status_code": 0 |
| 514 } | 494 } |
| 515 ] | 495 ] |
| OLD | NEW |