| 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 "-u", | 151 "-u", |
| 152 "[BUILD]/scripts/slave/cleanup_temp.py" | 152 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 153 ], | 153 ], |
| 154 "cwd": "[SLAVE_BUILD]", | 154 "cwd": "[SLAVE_BUILD]", |
| 155 "name": "cleanup_temp" | 155 "name": "cleanup_temp" |
| 156 }, | 156 }, |
| 157 { | 157 { |
| 158 "cmd": [ | 158 "cmd": [ |
| 159 "python", | 159 "python", |
| 160 "-u", | 160 "-u", |
| 161 "\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", | |
| 162 "[SLAVE_BUILD]/src/out/Release" | |
| 163 ], | |
| 164 "cwd": "[SLAVE_BUILD]", | |
| 165 "name": "rmtree build directory", | |
| 166 "~followup_annotations": [ | |
| 167 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 168 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | |
| 169 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | |
| 170 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 171 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 172 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | |
| 173 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | |
| 174 "@@@STEP_LOG_END@python.inline@@@" | |
| 175 ] | |
| 176 }, | |
| 177 { | |
| 178 "cmd": [ | |
| 179 "python", | |
| 180 "-u", | |
| 181 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 161 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 182 "gen", | 162 "gen", |
| 183 "-m", | 163 "-m", |
| 184 "tryserver.chromium.perf", | 164 "tryserver.chromium.perf", |
| 185 "-b", | 165 "-b", |
| 186 "linux_perf_bisect", | 166 "linux_perf_bisect", |
| 187 "--config-file", | 167 "--config-file", |
| 188 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 168 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 189 "--goma-dir", | 169 "--goma-dir", |
| 190 "[BUILD]/goma", | 170 "[BUILD]/goma", |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 "@@@STEP_LOG_LINE@json.output@[]@@@", | 351 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 372 "@@@STEP_LOG_END@json.output@@@" | 352 "@@@STEP_LOG_END@json.output@@@" |
| 373 ] | 353 ] |
| 374 }, | 354 }, |
| 375 { | 355 { |
| 376 "name": "$result", | 356 "name": "$result", |
| 377 "recipe_result": null, | 357 "recipe_result": null, |
| 378 "status_code": 0 | 358 "status_code": 0 |
| 379 } | 359 } |
| 380 ] | 360 ] |
| OLD | NEW |