| 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", |
| 161 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 181 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 162 "gen", | 182 "gen", |
| 163 "-m", | 183 "-m", |
| 164 "tryserver.chromium.perf", | 184 "tryserver.chromium.perf", |
| 165 "-b", | 185 "-b", |
| 166 "linux_perf_bisect", | 186 "linux_perf_bisect", |
| 167 "--config-file", | 187 "--config-file", |
| 168 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 188 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 169 "--goma-dir", | 189 "--goma-dir", |
| 170 "[BUILD]/goma", | 190 "[BUILD]/goma", |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 "@@@STEP_LOG_LINE@json.output@[]@@@", | 371 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 352 "@@@STEP_LOG_END@json.output@@@" | 372 "@@@STEP_LOG_END@json.output@@@" |
| 353 ] | 373 ] |
| 354 }, | 374 }, |
| 355 { | 375 { |
| 356 "name": "$result", | 376 "name": "$result", |
| 357 "recipe_result": null, | 377 "recipe_result": null, |
| 358 "status_code": 0 | 378 "status_code": 0 |
| 359 } | 379 } |
| 360 ] | 380 ] |
| OLD | NEW |