| 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 "dart2js-linux-jsshell-hostchecked-csp-3-5-be", | 10 "dart2js-linux-jsshell-hostchecked-csp-3-5-be", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'sdk', 'url': 'https://chromium.googlesource.com/external/github.
com/dart-lang/sdk.git'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': False, 'name': 'sdk', 'url': 'https://chromium.googlesource.c
om/external/github.com/dart-lang/sdk.git'}]", |
| 15 "--root", | 15 "--root", |
| 16 "sdk", | 16 "sdk", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{}", | 18 "{}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "sdk@HEAD", | 24 "sdk@HEAD", |
| 25 "--force", | 25 "--force", |
| 26 "--output_manifest" | 26 "--output_manifest" |
| 27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", | |
| 29 "env": { | 28 "env": { |
| 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 31 }, | 30 }, |
| 32 "name": "bot_update", | 31 "name": "bot_update", |
| 33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| 34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"HEAD\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"HEAD\"@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"sdk\", @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"sdk\", @@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"sdk\", @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"sdk\", @@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@}@@@", | 45 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 47 "@@@STEP_LOG_END@json.output@@@" | 46 "@@@STEP_LOG_END@json.output@@@" |
| 48 ] | 47 ] |
| 49 }, | 48 }, |
| 50 { | 49 { |
| 51 "cmd": [ | 50 "cmd": [ |
| 52 "python", | 51 "python", |
| 53 "-u", | 52 "-u", |
| 54 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 55 "runhooks" | 54 "runhooks" |
| 56 ], | 55 ], |
| 57 "cwd": "[SLAVE_BUILD]", | |
| 58 "env": { | 56 "env": { |
| 59 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 60 }, | 58 }, |
| 61 "name": "gclient runhooks" | 59 "name": "gclient runhooks" |
| 62 }, | 60 }, |
| 63 { | 61 { |
| 64 "cmd": [ | 62 "cmd": [ |
| 65 "python", | 63 "python", |
| 66 "-u", | 64 "-u", |
| 67 "[SLAVE_BUILD]/sdk/tools/task_kill.py", | 65 "[CWD]/sdk/tools/task_kill.py", |
| 68 "--kill_browsers=True" | 66 "--kill_browsers=True" |
| 69 ], | 67 ], |
| 70 "cwd": "[SLAVE_BUILD]/sdk", | 68 "cwd": "[CWD]/sdk", |
| 71 "name": "taskkill before building" | 69 "name": "taskkill before building" |
| 72 }, | 70 }, |
| 73 { | 71 { |
| 74 "cmd": [ | 72 "cmd": [ |
| 75 "python", | 73 "python", |
| 76 "-u", | 74 "-u", |
| 77 "[SLAVE_BUILD]/sdk/tools/build.py", | 75 "[CWD]/sdk/tools/build.py", |
| 78 "-mrelease", | 76 "-mrelease", |
| 79 "--arch=ia32", | 77 "--arch=ia32", |
| 80 "dart2js_bot" | 78 "dart2js_bot" |
| 81 ], | 79 ], |
| 82 "cwd": "[SLAVE_BUILD]/sdk", | 80 "cwd": "[CWD]/sdk", |
| 83 "name": "build dart" | 81 "name": "build dart" |
| 84 }, | 82 }, |
| 85 { | 83 { |
| 86 "cmd": [ | 84 "cmd": [ |
| 87 "python", | 85 "python", |
| 88 "-u", | 86 "-u", |
| 89 "[SLAVE_BUILD]/sdk/tools/test.py", | 87 "[CWD]/sdk/tools/test.py", |
| 90 "--mode=release", | 88 "--mode=release", |
| 91 "--compiler=none", | 89 "--compiler=none", |
| 92 "--runtime=vm", | 90 "--runtime=vm", |
| 93 "--arch=ia32", | 91 "--arch=ia32", |
| 94 "--time", | 92 "--time", |
| 95 "--use-sdk", | 93 "--use-sdk", |
| 96 "--report", | 94 "--report", |
| 97 "--write-debug-log", | 95 "--write-debug-log", |
| 98 "--write-test-outcome-log", | 96 "--write-test-outcome-log", |
| 99 "--progress=buildbot", | 97 "--progress=buildbot", |
| 100 "-v", | 98 "-v", |
| 101 "--clear_browser_cache", | 99 "--clear_browser_cache", |
| 102 "--shards=5", | 100 "--shards=5", |
| 103 "--shard=3", | 101 "--shard=3", |
| 104 "--checked", | 102 "--checked", |
| 105 "dart2js", | 103 "dart2js", |
| 106 "try" | 104 "try" |
| 107 ], | 105 ], |
| 108 "cwd": "[SLAVE_BUILD]/sdk", | 106 "cwd": "[CWD]/sdk", |
| 109 "name": "dart2js unit tests" | 107 "name": "dart2js unit tests" |
| 110 }, | 108 }, |
| 111 { | 109 { |
| 112 "cmd": [ | 110 "cmd": [ |
| 113 "python", | 111 "python", |
| 114 "-u", | 112 "-u", |
| 115 "[SLAVE_BUILD]/sdk/tools/test.py", | 113 "[CWD]/sdk/tools/test.py", |
| 116 "--mode=release", | 114 "--mode=release", |
| 117 "--arch=ia32", | 115 "--arch=ia32", |
| 118 "--compiler=dart2js", | 116 "--compiler=dart2js", |
| 119 "--dart2js-batch", | 117 "--dart2js-batch", |
| 120 "--runtime=jsshell", | 118 "--runtime=jsshell", |
| 121 "--progress=buildbot", | 119 "--progress=buildbot", |
| 122 "-v", | 120 "-v", |
| 123 "--clear_browser_cache", | 121 "--clear_browser_cache", |
| 124 "--report", | 122 "--report", |
| 125 "--time", | 123 "--time", |
| 126 "--failure-summary", | 124 "--failure-summary", |
| 127 "--write-debug-log", | 125 "--write-debug-log", |
| 128 "--write-test-outcome-log", | 126 "--write-test-outcome-log", |
| 129 "--copy-coredumps", | 127 "--copy-coredumps", |
| 130 "--host-checked", | 128 "--host-checked", |
| 131 "--csp", | 129 "--csp", |
| 132 "--shards=5", | 130 "--shards=5", |
| 133 "--shard=3", | 131 "--shard=3", |
| 134 "--append_logs" | 132 "--append_logs" |
| 135 ], | 133 ], |
| 136 "cwd": "[SLAVE_BUILD]/sdk", | 134 "cwd": "[CWD]/sdk", |
| 137 "name": "dart2js jsshell tests" | 135 "name": "dart2js jsshell tests" |
| 138 }, | 136 }, |
| 139 { | 137 { |
| 140 "cmd": [ | 138 "cmd": [ |
| 141 "python", | 139 "python", |
| 142 "-u", | 140 "-u", |
| 143 "[SLAVE_BUILD]/sdk/tools/test.py", | 141 "[CWD]/sdk/tools/test.py", |
| 144 "--mode=release", | 142 "--mode=release", |
| 145 "--arch=ia32", | 143 "--arch=ia32", |
| 146 "--compiler=dart2js", | 144 "--compiler=dart2js", |
| 147 "--dart2js-batch", | 145 "--dart2js-batch", |
| 148 "--runtime=jsshell", | 146 "--runtime=jsshell", |
| 149 "--progress=buildbot", | 147 "--progress=buildbot", |
| 150 "-v", | 148 "-v", |
| 151 "--clear_browser_cache", | 149 "--clear_browser_cache", |
| 152 "--report", | 150 "--report", |
| 153 "--time", | 151 "--time", |
| 154 "--failure-summary", | 152 "--failure-summary", |
| 155 "--write-debug-log", | 153 "--write-debug-log", |
| 156 "--write-test-outcome-log", | 154 "--write-test-outcome-log", |
| 157 "--copy-coredumps", | 155 "--copy-coredumps", |
| 158 "--host-checked", | 156 "--host-checked", |
| 159 "--csp", | 157 "--csp", |
| 160 "--shards=5", | 158 "--shards=5", |
| 161 "--shard=3", | 159 "--shard=3", |
| 162 "--append_logs", | 160 "--append_logs", |
| 163 "dart2js_extra", | 161 "dart2js_extra", |
| 164 "dart2js_native" | 162 "dart2js_native" |
| 165 ], | 163 ], |
| 166 "cwd": "[SLAVE_BUILD]/sdk", | 164 "cwd": "[CWD]/sdk", |
| 167 "name": "dart2js jsshell extra tests" | 165 "name": "dart2js jsshell extra tests" |
| 168 }, | 166 }, |
| 169 { | 167 { |
| 170 "cmd": [ | 168 "cmd": [ |
| 171 "python", | 169 "python", |
| 172 "-u", | 170 "-u", |
| 173 "[SLAVE_BUILD]/sdk/tools/test.py", | 171 "[CWD]/sdk/tools/test.py", |
| 174 "--mode=release", | 172 "--mode=release", |
| 175 "--arch=ia32", | 173 "--arch=ia32", |
| 176 "--compiler=dart2js", | 174 "--compiler=dart2js", |
| 177 "--dart2js-batch", | 175 "--dart2js-batch", |
| 178 "--runtime=jsshell", | 176 "--runtime=jsshell", |
| 179 "--progress=buildbot", | 177 "--progress=buildbot", |
| 180 "-v", | 178 "-v", |
| 181 "--clear_browser_cache", | 179 "--clear_browser_cache", |
| 182 "--report", | 180 "--report", |
| 183 "--time", | 181 "--time", |
| 184 "--failure-summary", | 182 "--failure-summary", |
| 185 "--write-debug-log", | 183 "--write-debug-log", |
| 186 "--write-test-outcome-log", | 184 "--write-test-outcome-log", |
| 187 "--copy-coredumps", | 185 "--copy-coredumps", |
| 188 "--host-checked", | 186 "--host-checked", |
| 189 "--csp", | 187 "--csp", |
| 190 "--shards=5", | 188 "--shards=5", |
| 191 "--shard=3", | 189 "--shard=3", |
| 192 "--append_logs", | 190 "--append_logs", |
| 193 "try" | 191 "try" |
| 194 ], | 192 ], |
| 195 "cwd": "[SLAVE_BUILD]/sdk", | 193 "cwd": "[CWD]/sdk", |
| 196 "name": "dart2js jsshell try tests" | 194 "name": "dart2js jsshell try tests" |
| 197 }, | 195 }, |
| 198 { | 196 { |
| 199 "cmd": [ | 197 "cmd": [ |
| 200 "python", | 198 "python", |
| 201 "-u", | 199 "-u", |
| 202 "[SLAVE_BUILD]/sdk/tools/task_kill.py", | 200 "[CWD]/sdk/tools/task_kill.py", |
| 203 "--kill_browsers=True" | 201 "--kill_browsers=True" |
| 204 ], | 202 ], |
| 205 "cwd": "[SLAVE_BUILD]/sdk", | 203 "cwd": "[CWD]/sdk", |
| 206 "name": "taskkill after testing" | 204 "name": "taskkill after testing" |
| 207 }, | 205 }, |
| 208 { | 206 { |
| 209 "cmd": [ | 207 "cmd": [ |
| 210 "cat", | 208 "cat", |
| 211 ".debug.log" | 209 ".debug.log" |
| 212 ], | 210 ], |
| 213 "cwd": "[SLAVE_BUILD]/sdk", | 211 "cwd": "[CWD]/sdk", |
| 214 "name": "debug log" | 212 "name": "debug log" |
| 215 }, | 213 }, |
| 216 { | 214 { |
| 217 "name": "$result", | 215 "name": "$result", |
| 218 "recipe_result": null, | 216 "recipe_result": null, |
| 219 "status_code": 0 | 217 "status_code": 0 |
| 220 } | 218 } |
| 221 ] | 219 ] |
| OLD | NEW |