| 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 "client.dart", | 8 "client.dart", |
| 9 "--builder", | 9 "--builder", |
| 10 "dartium-linux-x64-dev", | 10 "dartium-linux-x64-dev", |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 "[SLAVE_BUILD]/src/dart/tools/dartium/buildbot_annotated_steps.py" | 81 "[SLAVE_BUILD]/src/dart/tools/dartium/buildbot_annotated_steps.py" |
| 82 ], | 82 ], |
| 83 "cwd": "[SLAVE_BUILD]/src", | 83 "cwd": "[SLAVE_BUILD]/src", |
| 84 "name": "annotated steps" | 84 "name": "annotated steps" |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 "cmd": [ | 87 "cmd": [ |
| 88 "python", | 88 "python", |
| 89 "-u", | 89 "-u", |
| 90 "\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", | 90 "\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", |
| 91 "out" | 91 "[SLAVE_BUILD]/src/out" |
| 92 ], | 92 ], |
| 93 "cwd": "[SLAVE_BUILD]/src", | |
| 94 "name": "rmtree clobber", | 93 "name": "rmtree clobber", |
| 95 "~followup_annotations": [ | 94 "~followup_annotations": [ |
| 96 "@@@STEP_LOG_LINE@python.inline@@@@", | 95 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 97 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 96 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 98 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 97 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 99 "@@@STEP_LOG_LINE@python.inline@@@@", | 98 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 100 "@@@STEP_LOG_LINE@python.inline@@@@", | 99 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 101 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 100 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 102 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 101 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 103 "@@@STEP_LOG_END@python.inline@@@" | 102 "@@@STEP_LOG_END@python.inline@@@" |
| 104 ] | 103 ] |
| 105 }, | 104 }, |
| 106 { | 105 { |
| 107 "name": "$result", | 106 "name": "$result", |
| 108 "recipe_result": null, | 107 "recipe_result": null, |
| 109 "status_code": 0 | 108 "status_code": 0 |
| 110 } | 109 } |
| 111 ] | 110 ] |
| OLD | NEW |