| 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", |
| 184 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 204 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 185 "gen", | 205 "gen", |
| 186 "-m", | 206 "-m", |
| 187 "tryserver.chromium.perf", | 207 "tryserver.chromium.perf", |
| 188 "-b", | 208 "-b", |
| 189 "linux_perf_bisect", | 209 "linux_perf_bisect", |
| 190 "--config-file", | 210 "--config-file", |
| 191 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 211 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 192 "--goma-dir", | 212 "--goma-dir", |
| 193 "[BUILD]/goma", | 213 "[BUILD]/goma", |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 486 "@@@STEP_LOG_LINE@json.output@}@@@", | 506 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 487 "@@@STEP_LOG_END@json.output@@@" | 507 "@@@STEP_LOG_END@json.output@@@" |
| 488 ] | 508 ] |
| 489 }, | 509 }, |
| 490 { | 510 { |
| 491 "name": "$result", | 511 "name": "$result", |
| 492 "recipe_result": null, | 512 "recipe_result": null, |
| 493 "status_code": 0 | 513 "status_code": 0 |
| 494 } | 514 } |
| 495 ] | 515 ] |
| OLD | NEW |