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