| 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.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_linux_arm_dbg", | 10 "v8_linux_arm_dbg", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_f
ile': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesour
ce.com/v8/v8'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
| 15 "--root", | 15 "--root", |
| 16 "v8", | 16 "v8", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", | 18 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
| 21 "--issue", | 21 "--issue", |
| 22 "12853011", | 22 "12853011", |
| 23 "--patchset", | 23 "--patchset", |
| 24 "1", | 24 "1", |
| 25 "--rietveld_server", | 25 "--rietveld_server", |
| 26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
| 27 "--output_json", | 27 "--output_json", |
| 28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
| 29 "--revision", | 29 "--revision", |
| 30 "v8@12345", | 30 "v8@12345", |
| 31 "--no_shallow", | 31 "--no_shallow", |
| 32 "--output_manifest" | 32 "--output_manifest" |
| 33 ], | 33 ], |
| 34 "cwd": "[SLAVE_BUILD]", |
| 34 "env": { | 35 "env": { |
| 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 36 }, | 37 }, |
| 37 "name": "bot_update", | 38 "name": "bot_update", |
| 38 "~followup_annotations": [ | 39 "~followup_annotations": [ |
| 39 "@@@STEP_TEXT@Some step text@@@", | 40 "@@@STEP_TEXT@Some step text@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@{@@@", | 41 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 67 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 68 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
| 68 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", | 69 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", |
| 69 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", | 70 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", |
| 70 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 71 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
| 71 ] | 72 ] |
| 72 }, | 73 }, |
| 73 { | 74 { |
| 74 "cmd": [ | 75 "cmd": [ |
| 75 "python", | 76 "python", |
| 76 "-u", | 77 "-u", |
| 77 "[CWD]/v8/tools/swarming_client/swarming.py", | 78 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 78 "--version" | 79 "--version" |
| 79 ], | 80 ], |
| 81 "cwd": "[SLAVE_BUILD]", |
| 80 "name": "swarming.py --version", | 82 "name": "swarming.py --version", |
| 81 "stdout": "/path/to/tmp/", | 83 "stdout": "/path/to/tmp/", |
| 82 "~followup_annotations": [ | 84 "~followup_annotations": [ |
| 83 "@@@STEP_TEXT@0.4.10@@@" | 85 "@@@STEP_TEXT@0.4.10@@@" |
| 84 ] | 86 ] |
| 85 }, | 87 }, |
| 86 { | 88 { |
| 87 "cmd": [ | 89 "cmd": [ |
| 88 "python", | 90 "python", |
| 89 "-u", | 91 "-u", |
| 90 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 92 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 91 "runhooks" | 93 "runhooks" |
| 92 ], | 94 ], |
| 95 "cwd": "[SLAVE_BUILD]", |
| 93 "env": { | 96 "env": { |
| 94 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 97 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 95 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[ROOT]/b/b
uild/goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enable_slo
w_dchecks=1 v8_optimized_debug=1 v8_target_arch=arm", | 98 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/go
ma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchec
ks=1 v8_optimized_debug=1 v8_target_arch=arm", |
| 96 "GYP_GENERATORS": "ninja", | 99 "GYP_GENERATORS": "ninja", |
| 97 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 100 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 98 }, | 101 }, |
| 99 "name": "gclient runhooks" | 102 "name": "gclient runhooks" |
| 100 }, | 103 }, |
| 101 { | 104 { |
| 102 "cmd": [ | 105 "cmd": [ |
| 103 "python", | 106 "python", |
| 104 "-u", | 107 "-u", |
| 105 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 108 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 106 "--show-path", | 109 "--show-path", |
| 107 "python", | 110 "python", |
| 108 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 111 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 109 ], | 112 ], |
| 113 "cwd": "[SLAVE_BUILD]", |
| 110 "name": "cleanup_temp" | 114 "name": "cleanup_temp" |
| 111 }, | 115 }, |
| 112 { | 116 { |
| 113 "allow_subannotations": true, | 117 "allow_subannotations": true, |
| 114 "cmd": [ | 118 "cmd": [ |
| 115 "python", | 119 "python", |
| 116 "-u", | 120 "-u", |
| 117 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 121 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 118 "--src-dir", | 122 "--src-dir", |
| 119 "[CWD]/v8", | 123 "[SLAVE_BUILD]/v8", |
| 120 "--output-json", | 124 "--output-json", |
| 121 "/path/to/tmp/json" | 125 "/path/to/tmp/json" |
| 122 ], | 126 ], |
| 127 "cwd": "[SLAVE_BUILD]", |
| 123 "env": { | 128 "env": { |
| 124 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 129 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 125 }, | 130 }, |
| 126 "name": "clang_revision", | 131 "name": "clang_revision", |
| 127 "~followup_annotations": [ | 132 "~followup_annotations": [ |
| 128 "@@@STEP_LOG_LINE@json.output@{@@@", | 133 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 129 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 134 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 130 "@@@STEP_LOG_LINE@json.output@}@@@", | 135 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 131 "@@@STEP_LOG_END@json.output@@@" | 136 "@@@STEP_LOG_END@json.output@@@" |
| 132 ] | 137 ] |
| 133 }, | 138 }, |
| 134 { | 139 { |
| 135 "cmd": [ | 140 "cmd": [ |
| 136 "python", | 141 "python", |
| 137 "-u", | 142 "-u", |
| 138 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 143 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 139 "--show-path", | 144 "--show-path", |
| 140 "python", | 145 "python", |
| 141 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 146 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 142 "--gsutil-py-path", | 147 "--gsutil-py-path", |
| 143 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 148 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 144 "--ninja-path", | 149 "--ninja-path", |
| 145 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 150 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 146 "--target", | 151 "--target", |
| 147 "Debug", | 152 "Debug", |
| 148 "--src-dir", | 153 "--src-dir", |
| 149 "[CWD]/v8", | 154 "[SLAVE_BUILD]/v8", |
| 150 "--goma-cache-dir", | 155 "--goma-cache-dir", |
| 151 "[ROOT]/b/build/slave/goma_cache", | 156 "[GOMA_CACHE]", |
| 152 "--build-tool", | 157 "--build-tool", |
| 153 "ninja", | 158 "ninja", |
| 154 "--compiler", | 159 "--compiler", |
| 155 "goma-clang", | 160 "goma-clang", |
| 156 "--goma-jsonstatus", | 161 "--goma-jsonstatus", |
| 157 "/path/to/tmp/json", | 162 "/path/to/tmp/json", |
| 158 "--goma-service-account-json-file", | 163 "--goma-service-account-json-file", |
| 159 "/creds/service_accounts/service-account-goma-client.json", | 164 "/creds/service_accounts/service-account-goma-client.json", |
| 160 "--goma-dir", | 165 "--goma-dir", |
| 161 "[ROOT]/b/build/goma", | 166 "[BUILD]/goma", |
| 162 "--goma-fail-fast", | 167 "--goma-fail-fast", |
| 163 "--goma-disable-local-fallback", | 168 "--goma-disable-local-fallback", |
| 164 "--" | 169 "--" |
| 165 ], | 170 ], |
| 171 "cwd": "[SLAVE_BUILD]", |
| 166 "env": { | 172 "env": { |
| 167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 173 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 168 }, | 174 }, |
| 169 "name": "compile", | 175 "name": "compile", |
| 170 "~followup_annotations": [ | 176 "~followup_annotations": [ |
| 171 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 177 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 172 "@@@STEP_LOG_END@json.output (invalid)@@@" | 178 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 173 ] | 179 ] |
| 174 }, | 180 }, |
| 175 { | 181 { |
| 176 "cmd": [ | 182 "cmd": [ |
| 177 "python", | 183 "python", |
| 178 "-u", | 184 "-u", |
| 179 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 185 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 180 "[CWD]/v8/tools/swarming_client", | 186 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 181 "batcharchive", | 187 "batcharchive", |
| 182 "--dump-json", | 188 "--dump-json", |
| 183 "/path/to/tmp/json", | 189 "/path/to/tmp/json", |
| 184 "--isolate-server", | 190 "--isolate-server", |
| 185 "https://isolateserver.appspot.com", | 191 "https://isolateserver.appspot.com", |
| 186 "--verbose", | 192 "--verbose", |
| 187 "[CWD]/v8/out/Debug/bot_default.isolated.gen.json", | 193 "[SLAVE_BUILD]/v8/out/Debug/bot_default.isolated.gen.json", |
| 188 "[CWD]/v8/out/Debug/ignition.isolated.gen.json", | 194 "[SLAVE_BUILD]/v8/out/Debug/ignition.isolated.gen.json", |
| 189 "[CWD]/v8/out/Debug/mjsunit.isolated.gen.json", | 195 "[SLAVE_BUILD]/v8/out/Debug/mjsunit.isolated.gen.json", |
| 190 "[CWD]/v8/out/Debug/mozilla.isolated.gen.json", | 196 "[SLAVE_BUILD]/v8/out/Debug/mozilla.isolated.gen.json", |
| 191 "[CWD]/v8/out/Debug/simdjs.isolated.gen.json", | 197 "[SLAVE_BUILD]/v8/out/Debug/simdjs.isolated.gen.json", |
| 192 "[CWD]/v8/out/Debug/test262.isolated.gen.json" | 198 "[SLAVE_BUILD]/v8/out/Debug/test262.isolated.gen.json" |
| 193 ], | 199 ], |
| 200 "cwd": "[SLAVE_BUILD]", |
| 194 "name": "isolate tests", | 201 "name": "isolate tests", |
| 195 "~followup_annotations": [ | 202 "~followup_annotations": [ |
| 196 "@@@STEP_LOG_LINE@json.output@{@@@", | 203 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 197 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 204 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 198 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", | 205 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", |
| 199 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\",
@@@", | 206 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\",
@@@", |
| 200 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", | 207 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", |
| 201 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", | 208 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", |
| 202 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 209 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
| 203 "@@@STEP_LOG_LINE@json.output@}@@@", | 210 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 204 "@@@STEP_LOG_END@json.output@@@" | 211 "@@@STEP_LOG_END@json.output@@@" |
| 205 ] | 212 ] |
| 206 }, | 213 }, |
| 207 { | 214 { |
| 208 "cmd": [ | 215 "cmd": [ |
| 209 "python", | 216 "python", |
| 210 "-u", | 217 "-u", |
| 211 "[CWD]/v8/tools/swarming_client/swarming.py", | 218 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 212 "trigger", | 219 "trigger", |
| 213 "--swarming", | 220 "--swarming", |
| 214 "https://chromium-swarm.appspot.com", | 221 "https://chromium-swarm.appspot.com", |
| 215 "--isolate-server", | 222 "--isolate-server", |
| 216 "https://isolateserver.appspot.com", | 223 "https://isolateserver.appspot.com", |
| 217 "--priority", | 224 "--priority", |
| 218 "30", | 225 "30", |
| 219 "--shards", | 226 "--shards", |
| 220 "3", | 227 "3", |
| 221 "--task-name", | 228 "--task-name", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 "--timeout=200", | 289 "--timeout=200", |
| 283 "--random-seed=-2114099713", | 290 "--random-seed=-2114099713", |
| 284 "bot_default", | 291 "bot_default", |
| 285 "--exhaustive-variants", | 292 "--exhaustive-variants", |
| 286 "--dcheck-always-on", | 293 "--dcheck-always-on", |
| 287 "--rerun-failures-count=2", | 294 "--rerun-failures-count=2", |
| 288 "--swarming", | 295 "--swarming", |
| 289 "--json-test-results", | 296 "--json-test-results", |
| 290 "${ISOLATED_OUTDIR}/output.json" | 297 "${ISOLATED_OUTDIR}/output.json" |
| 291 ], | 298 ], |
| 299 "cwd": "[SLAVE_BUILD]", |
| 292 "name": "[trigger] Check on Ubuntu-12.04", | 300 "name": "[trigger] Check on Ubuntu-12.04", |
| 293 "~followup_annotations": [ | 301 "~followup_annotations": [ |
| 294 "@@@STEP_LOG_LINE@json.output@{@@@", | 302 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 295 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[
dummy has/v8_linux_arm_dbg/571\", @@@", | 303 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[
dummy has/v8_linux_arm_dbg/571\", @@@", |
| 296 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 304 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 297 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/v8_linux
_arm_dbg/571:3:0\": {@@@", | 305 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/v8_linux
_arm_dbg/571:3:0\": {@@@", |
| 298 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 306 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 299 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 307 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 300 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 308 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 301 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 309 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 314 "@@@STEP_LOG_END@json.output@@@", | 322 "@@@STEP_LOG_END@json.output@@@", |
| 315 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 323 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
| 316 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@", | 324 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@", |
| 317 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@
@@" | 325 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@
@@" |
| 318 ] | 326 ] |
| 319 }, | 327 }, |
| 320 { | 328 { |
| 321 "cmd": [ | 329 "cmd": [ |
| 322 "python", | 330 "python", |
| 323 "-u", | 331 "-u", |
| 324 "[CWD]/v8/tools/swarming_client/swarming.py", | 332 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 325 "trigger", | 333 "trigger", |
| 326 "--swarming", | 334 "--swarming", |
| 327 "https://chromium-swarm.appspot.com", | 335 "https://chromium-swarm.appspot.com", |
| 328 "--isolate-server", | 336 "--isolate-server", |
| 329 "https://isolateserver.appspot.com", | 337 "https://isolateserver.appspot.com", |
| 330 "--priority", | 338 "--priority", |
| 331 "30", | 339 "30", |
| 332 "--shards", | 340 "--shards", |
| 333 "1", | 341 "1", |
| 334 "--task-name", | 342 "--task-name", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 "--random-seed=-2114099713", | 404 "--random-seed=-2114099713", |
| 397 "test262", | 405 "test262", |
| 398 "--download-data", | 406 "--download-data", |
| 399 "--variants=default", | 407 "--variants=default", |
| 400 "--dcheck-always-on", | 408 "--dcheck-always-on", |
| 401 "--rerun-failures-count=2", | 409 "--rerun-failures-count=2", |
| 402 "--swarming", | 410 "--swarming", |
| 403 "--json-test-results", | 411 "--json-test-results", |
| 404 "${ISOLATED_OUTDIR}/output.json" | 412 "${ISOLATED_OUTDIR}/output.json" |
| 405 ], | 413 ], |
| 414 "cwd": "[SLAVE_BUILD]", |
| 406 "name": "[trigger] Test262 - no variants on Ubuntu-12.04", | 415 "name": "[trigger] Test262 - no variants on Ubuntu-12.04", |
| 407 "~followup_annotations": [ | 416 "~followup_annotations": [ |
| 408 "@@@STEP_LOG_LINE@json.output@{@@@", | 417 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 409 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571\", @@@", | 418 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571\", @@@", |
| 410 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 419 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 411 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-12.04/[du
mmy has/v8_linux_arm_dbg/571\": {@@@", | 420 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-12.04/[du
mmy has/v8_linux_arm_dbg/571\": {@@@", |
| 412 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 421 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 413 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 422 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 414 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 423 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 415 "@@@STEP_LOG_LINE@json.output@ }@@@", | 424 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 416 "@@@STEP_LOG_LINE@json.output@ }@@@", | 425 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 417 "@@@STEP_LOG_LINE@json.output@}@@@", | 426 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 418 "@@@STEP_LOG_END@json.output@@@", | 427 "@@@STEP_LOG_END@json.output@@@", |
| 419 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 428 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 420 ] | 429 ] |
| 421 }, | 430 }, |
| 422 { | 431 { |
| 423 "cmd": [ | 432 "cmd": [ |
| 424 "python", | 433 "python", |
| 425 "-u", | 434 "-u", |
| 426 "[CWD]/v8/tools/swarming_client/swarming.py", | 435 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 427 "trigger", | 436 "trigger", |
| 428 "--swarming", | 437 "--swarming", |
| 429 "https://chromium-swarm.appspot.com", | 438 "https://chromium-swarm.appspot.com", |
| 430 "--isolate-server", | 439 "--isolate-server", |
| 431 "https://isolateserver.appspot.com", | 440 "https://isolateserver.appspot.com", |
| 432 "--priority", | 441 "--priority", |
| 433 "30", | 442 "30", |
| 434 "--shards", | 443 "--shards", |
| 435 "1", | 444 "1", |
| 436 "--task-name", | 445 "--task-name", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 497 "--timeout=200", | 506 "--timeout=200", |
| 498 "--random-seed=-2114099713", | 507 "--random-seed=-2114099713", |
| 499 "mozilla", | 508 "mozilla", |
| 500 "--exhaustive-variants", | 509 "--exhaustive-variants", |
| 501 "--dcheck-always-on", | 510 "--dcheck-always-on", |
| 502 "--rerun-failures-count=2", | 511 "--rerun-failures-count=2", |
| 503 "--swarming", | 512 "--swarming", |
| 504 "--json-test-results", | 513 "--json-test-results", |
| 505 "${ISOLATED_OUTDIR}/output.json" | 514 "${ISOLATED_OUTDIR}/output.json" |
| 506 ], | 515 ], |
| 516 "cwd": "[SLAVE_BUILD]", |
| 507 "name": "[trigger] Mozilla on Ubuntu-12.04", | 517 "name": "[trigger] Mozilla on Ubuntu-12.04", |
| 508 "~followup_annotations": [ | 518 "~followup_annotations": [ |
| 509 "@@@STEP_LOG_LINE@json.output@{@@@", | 519 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 510 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-12.04
/[dummy has/v8_linux_arm_dbg/571\", @@@", | 520 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-12.04
/[dummy has/v8_linux_arm_dbg/571\", @@@", |
| 511 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 521 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 512 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-12.04/[dummy has/v8_lin
ux_arm_dbg/571\": {@@@", | 522 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-12.04/[dummy has/v8_lin
ux_arm_dbg/571\": {@@@", |
| 513 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 523 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 514 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 524 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 515 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 525 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 516 "@@@STEP_LOG_LINE@json.output@ }@@@", | 526 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 517 "@@@STEP_LOG_LINE@json.output@ }@@@", | 527 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 518 "@@@STEP_LOG_LINE@json.output@}@@@", | 528 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 519 "@@@STEP_LOG_END@json.output@@@", | 529 "@@@STEP_LOG_END@json.output@@@", |
| 520 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 530 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 521 ] | 531 ] |
| 522 }, | 532 }, |
| 523 { | 533 { |
| 524 "cmd": [ | 534 "cmd": [ |
| 525 "python", | 535 "python", |
| 526 "-u", | 536 "-u", |
| 527 "[CWD]/v8/tools/swarming_client/swarming.py", | 537 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 528 "trigger", | 538 "trigger", |
| 529 "--swarming", | 539 "--swarming", |
| 530 "https://chromium-swarm.appspot.com", | 540 "https://chromium-swarm.appspot.com", |
| 531 "--isolate-server", | 541 "--isolate-server", |
| 532 "https://isolateserver.appspot.com", | 542 "https://isolateserver.appspot.com", |
| 533 "--priority", | 543 "--priority", |
| 534 "30", | 544 "30", |
| 535 "--shards", | 545 "--shards", |
| 536 "1", | 546 "1", |
| 537 "--task-name", | 547 "--task-name", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 599 "--random-seed=-2114099713", | 609 "--random-seed=-2114099713", |
| 600 "simdjs", | 610 "simdjs", |
| 601 "--download-data", | 611 "--download-data", |
| 602 "--exhaustive-variants", | 612 "--exhaustive-variants", |
| 603 "--dcheck-always-on", | 613 "--dcheck-always-on", |
| 604 "--rerun-failures-count=2", | 614 "--rerun-failures-count=2", |
| 605 "--swarming", | 615 "--swarming", |
| 606 "--json-test-results", | 616 "--json-test-results", |
| 607 "${ISOLATED_OUTDIR}/output.json" | 617 "${ISOLATED_OUTDIR}/output.json" |
| 608 ], | 618 ], |
| 619 "cwd": "[SLAVE_BUILD]", |
| 609 "name": "[trigger] SimdJs - all on Ubuntu-12.04", | 620 "name": "[trigger] SimdJs - all on Ubuntu-12.04", |
| 610 "~followup_annotations": [ | 621 "~followup_annotations": [ |
| 611 "@@@STEP_LOG_LINE@json.output@{@@@", | 622 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 612 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
12.04/[dummy has/v8_linux_arm_dbg/571\", @@@", | 623 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
12.04/[dummy has/v8_linux_arm_dbg/571\", @@@", |
| 613 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 624 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 614 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-12.04/[dummy has/v
8_linux_arm_dbg/571\": {@@@", | 625 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-12.04/[dummy has/v
8_linux_arm_dbg/571\": {@@@", |
| 615 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 626 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 616 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 627 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 617 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 628 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 618 "@@@STEP_LOG_LINE@json.output@ }@@@", | 629 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 619 "@@@STEP_LOG_LINE@json.output@ }@@@", | 630 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 620 "@@@STEP_LOG_LINE@json.output@}@@@", | 631 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 621 "@@@STEP_LOG_END@json.output@@@", | 632 "@@@STEP_LOG_END@json.output@@@", |
| 622 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 633 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 623 ] | 634 ] |
| 624 }, | 635 }, |
| 625 { | 636 { |
| 626 "cmd": [ | 637 "cmd": [ |
| 627 "python", | 638 "python", |
| 628 "-u", | 639 "-u", |
| 629 "[CWD]/v8/tools/swarming_client/swarming.py", | 640 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 630 "trigger", | 641 "trigger", |
| 631 "--swarming", | 642 "--swarming", |
| 632 "https://chromium-swarm.appspot.com", | 643 "https://chromium-swarm.appspot.com", |
| 633 "--isolate-server", | 644 "--isolate-server", |
| 634 "https://isolateserver.appspot.com", | 645 "https://isolateserver.appspot.com", |
| 635 "--priority", | 646 "--priority", |
| 636 "30", | 647 "30", |
| 637 "--shards", | 648 "--shards", |
| 638 "1", | 649 "1", |
| 639 "--task-name", | 650 "--task-name", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 701 "--random-seed=-2114099713", | 712 "--random-seed=-2114099713", |
| 702 "ignition", | 713 "ignition", |
| 703 "--ignition-turbofan", | 714 "--ignition-turbofan", |
| 704 "--variants=ignition_turbofan", | 715 "--variants=ignition_turbofan", |
| 705 "--dcheck-always-on", | 716 "--dcheck-always-on", |
| 706 "--rerun-failures-count=2", | 717 "--rerun-failures-count=2", |
| 707 "--swarming", | 718 "--swarming", |
| 708 "--json-test-results", | 719 "--json-test-results", |
| 709 "${ISOLATED_OUTDIR}/output.json" | 720 "${ISOLATED_OUTDIR}/output.json" |
| 710 ], | 721 ], |
| 722 "cwd": "[SLAVE_BUILD]", |
| 711 "name": "[trigger] Ignition - turbofan on Ubuntu-12.04", | 723 "name": "[trigger] Ignition - turbofan on Ubuntu-12.04", |
| 712 "~followup_annotations": [ | 724 "~followup_annotations": [ |
| 713 "@@@STEP_LOG_LINE@json.output@{@@@", | 725 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 714 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571\", @@@", | 726 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571\", @@@", |
| 715 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 727 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 716 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Ubuntu-12.04/[dumm
y has/v8_linux_arm_dbg/571\": {@@@", | 728 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Ubuntu-12.04/[dumm
y has/v8_linux_arm_dbg/571\": {@@@", |
| 717 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 729 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 718 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 730 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 719 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 731 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 720 "@@@STEP_LOG_LINE@json.output@ }@@@", | 732 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 721 "@@@STEP_LOG_LINE@json.output@ }@@@", | 733 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 722 "@@@STEP_LOG_LINE@json.output@}@@@", | 734 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 723 "@@@STEP_LOG_END@json.output@@@", | 735 "@@@STEP_LOG_END@json.output@@@", |
| 724 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 736 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 725 ] | 737 ] |
| 726 }, | 738 }, |
| 727 { | 739 { |
| 728 "cmd": [ | 740 "cmd": [ |
| 729 "python", | 741 "python", |
| 730 "-u", | 742 "-u", |
| 731 "[CWD]/v8/tools/swarming_client/swarming.py", | 743 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 732 "trigger", | 744 "trigger", |
| 733 "--swarming", | 745 "--swarming", |
| 734 "https://chromium-swarm.appspot.com", | 746 "https://chromium-swarm.appspot.com", |
| 735 "--isolate-server", | 747 "--isolate-server", |
| 736 "https://isolateserver.appspot.com", | 748 "https://isolateserver.appspot.com", |
| 737 "--priority", | 749 "--priority", |
| 738 "30", | 750 "30", |
| 739 "--shards", | 751 "--shards", |
| 740 "1", | 752 "1", |
| 741 "--task-name", | 753 "--task-name", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 803 "--random-seed=-2114099713", | 815 "--random-seed=-2114099713", |
| 804 "mjsunit", | 816 "mjsunit", |
| 805 "--extra-flags=--turbo_sp_frame_access", | 817 "--extra-flags=--turbo_sp_frame_access", |
| 806 "--variants=turbofan", | 818 "--variants=turbofan", |
| 807 "--dcheck-always-on", | 819 "--dcheck-always-on", |
| 808 "--rerun-failures-count=2", | 820 "--rerun-failures-count=2", |
| 809 "--swarming", | 821 "--swarming", |
| 810 "--json-test-results", | 822 "--json-test-results", |
| 811 "${ISOLATED_OUTDIR}/output.json" | 823 "${ISOLATED_OUTDIR}/output.json" |
| 812 ], | 824 ], |
| 825 "cwd": "[SLAVE_BUILD]", |
| 813 "name": "[trigger] Mjsunit - sp frame access on Ubuntu-12.04", | 826 "name": "[trigger] Mjsunit - sp frame access on Ubuntu-12.04", |
| 814 "~followup_annotations": [ | 827 "~followup_annotations": [ |
| 815 "@@@STEP_LOG_LINE@json.output@{@@@", | 828 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 816 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - sp frame a
ccess/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571\", @@@", | 829 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - sp frame a
ccess/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571\", @@@", |
| 817 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 830 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 818 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - sp frame access/Ubuntu-12.04
/[dummy has/v8_linux_arm_dbg/571\": {@@@", | 831 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - sp frame access/Ubuntu-12.04
/[dummy has/v8_linux_arm_dbg/571\": {@@@", |
| 819 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 832 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 820 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 833 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 821 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 834 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 822 "@@@STEP_LOG_LINE@json.output@ }@@@", | 835 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 823 "@@@STEP_LOG_LINE@json.output@ }@@@", | 836 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 824 "@@@STEP_LOG_LINE@json.output@}@@@", | 837 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 825 "@@@STEP_LOG_END@json.output@@@", | 838 "@@@STEP_LOG_END@json.output@@@", |
| 826 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 839 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 827 ] | 840 ] |
| 828 }, | 841 }, |
| 829 { | 842 { |
| 830 "cmd": [ | 843 "cmd": [ |
| 831 "python", | 844 "python", |
| 832 "-u", | 845 "-u", |
| 833 "[CWD]/v8/tools/swarming_client/swarming.py", | 846 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 834 "trigger", | 847 "trigger", |
| 835 "--swarming", | 848 "--swarming", |
| 836 "https://chromium-swarm.appspot.com", | 849 "https://chromium-swarm.appspot.com", |
| 837 "--isolate-server", | 850 "--isolate-server", |
| 838 "https://isolateserver.appspot.com", | 851 "https://isolateserver.appspot.com", |
| 839 "--priority", | 852 "--priority", |
| 840 "30", | 853 "30", |
| 841 "--shards", | 854 "--shards", |
| 842 "2", | 855 "2", |
| 843 "--task-name", | 856 "--task-name", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 906 "test262", | 919 "test262", |
| 907 "--ignition-turbofan", | 920 "--ignition-turbofan", |
| 908 "--download-data", | 921 "--download-data", |
| 909 "--variants=ignition_turbofan", | 922 "--variants=ignition_turbofan", |
| 910 "--dcheck-always-on", | 923 "--dcheck-always-on", |
| 911 "--rerun-failures-count=2", | 924 "--rerun-failures-count=2", |
| 912 "--swarming", | 925 "--swarming", |
| 913 "--json-test-results", | 926 "--json-test-results", |
| 914 "${ISOLATED_OUTDIR}/output.json" | 927 "${ISOLATED_OUTDIR}/output.json" |
| 915 ], | 928 ], |
| 929 "cwd": "[SLAVE_BUILD]", |
| 916 "name": "[trigger] Test262 - ignition - turbofan on Ubuntu-12.04", | 930 "name": "[trigger] Test262 - ignition - turbofan on Ubuntu-12.04", |
| 917 "~followup_annotations": [ | 931 "~followup_annotations": [ |
| 918 "@@@STEP_LOG_LINE@json.output@{@@@", | 932 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 919 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - ignition -
turbofan/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571\", @@@", | 933 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - ignition -
turbofan/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571\", @@@", |
| 920 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 934 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 921 "@@@STEP_LOG_LINE@json.output@ \"Test262 - ignition - turbofan/Ubuntu-1
2.04/[dummy has/v8_linux_arm_dbg/571:2:0\": {@@@", | 935 "@@@STEP_LOG_LINE@json.output@ \"Test262 - ignition - turbofan/Ubuntu-1
2.04/[dummy has/v8_linux_arm_dbg/571:2:0\": {@@@", |
| 922 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 936 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 923 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 937 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 924 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 938 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 925 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 939 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 926 "@@@STEP_LOG_LINE@json.output@ \"Test262 - ignition - turbofan/Ubuntu-1
2.04/[dummy has/v8_linux_arm_dbg/571:2:1\": {@@@", | 940 "@@@STEP_LOG_LINE@json.output@ \"Test262 - ignition - turbofan/Ubuntu-1
2.04/[dummy has/v8_linux_arm_dbg/571:2:1\": {@@@", |
| 927 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", | 941 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", |
| 928 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", | 942 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", |
| 929 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", | 943 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", |
| 930 "@@@STEP_LOG_LINE@json.output@ }@@@", | 944 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 931 "@@@STEP_LOG_LINE@json.output@ }@@@", | 945 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 932 "@@@STEP_LOG_LINE@json.output@}@@@", | 946 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 933 "@@@STEP_LOG_END@json.output@@@", | 947 "@@@STEP_LOG_END@json.output@@@", |
| 934 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 948 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
| 935 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" | 949 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" |
| 936 ] | 950 ] |
| 937 }, | 951 }, |
| 938 { | 952 { |
| 939 "allow_subannotations": true, | 953 "allow_subannotations": true, |
| 940 "cmd": [ | 954 "cmd": [ |
| 941 "python", | 955 "python", |
| 942 "-u", | 956 "-u", |
| 943 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 957 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 944 "--swarming-client-dir", | 958 "--swarming-client-dir", |
| 945 "[CWD]/v8/tools/swarming_client", | 959 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 946 "--temp-root-dir", | 960 "--temp-root-dir", |
| 947 "[TMP]", | 961 "[TMP_BASE]", |
| 948 "--merged-test-output", | 962 "--merged-test-output", |
| 949 "/path/to/tmp/json", | 963 "/path/to/tmp/json", |
| 950 "--", | 964 "--", |
| 951 "collect", | 965 "collect", |
| 952 "--swarming", | 966 "--swarming", |
| 953 "https://chromium-swarm.appspot.com", | 967 "https://chromium-swarm.appspot.com", |
| 954 "--decorate", | 968 "--decorate", |
| 955 "--print-status-updates", | 969 "--print-status-updates", |
| 956 "--shards", | 970 "--shards", |
| 957 "3", | 971 "3", |
| 958 "Check/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571" | 972 "Check/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571" |
| 959 ], | 973 ], |
| 974 "cwd": "[SLAVE_BUILD]", |
| 960 "name": "Check", | 975 "name": "Check", |
| 961 "~followup_annotations": [ | 976 "~followup_annotations": [ |
| 962 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 977 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 963 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 978 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 964 "@@@STEP_LOG_LINE@durations@@@@", | 979 "@@@STEP_LOG_LINE@durations@@@@", |
| 965 "@@@STEP_LOG_LINE@durations@Details:@@@", | 980 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 966 "@@@STEP_LOG_LINE@durations@@@@", | 981 "@@@STEP_LOG_LINE@durations@@@@", |
| 967 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 982 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 968 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 983 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 969 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 984 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 970 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 985 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 971 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 986 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 972 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 987 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 973 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 988 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 974 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 989 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 975 "@@@STEP_LOG_END@durations@@@" | 990 "@@@STEP_LOG_END@durations@@@" |
| 976 ] | 991 ] |
| 977 }, | 992 }, |
| 978 { | 993 { |
| 979 "allow_subannotations": true, | 994 "allow_subannotations": true, |
| 980 "cmd": [ | 995 "cmd": [ |
| 981 "python", | 996 "python", |
| 982 "-u", | 997 "-u", |
| 983 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 998 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 984 "--swarming-client-dir", | 999 "--swarming-client-dir", |
| 985 "[CWD]/v8/tools/swarming_client", | 1000 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 986 "--temp-root-dir", | 1001 "--temp-root-dir", |
| 987 "[TMP]", | 1002 "[TMP_BASE]", |
| 988 "--merged-test-output", | 1003 "--merged-test-output", |
| 989 "/path/to/tmp/json", | 1004 "/path/to/tmp/json", |
| 990 "--", | 1005 "--", |
| 991 "collect", | 1006 "collect", |
| 992 "--swarming", | 1007 "--swarming", |
| 993 "https://chromium-swarm.appspot.com", | 1008 "https://chromium-swarm.appspot.com", |
| 994 "--decorate", | 1009 "--decorate", |
| 995 "--print-status-updates", | 1010 "--print-status-updates", |
| 996 "--shards", | 1011 "--shards", |
| 997 "1", | 1012 "1", |
| 998 "Test262 - no variants/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571" | 1013 "Test262 - no variants/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571" |
| 999 ], | 1014 ], |
| 1015 "cwd": "[SLAVE_BUILD]", |
| 1000 "name": "Test262 - no variants", | 1016 "name": "Test262 - no variants", |
| 1001 "~followup_annotations": [ | 1017 "~followup_annotations": [ |
| 1002 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1018 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1003 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1019 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1004 "@@@STEP_LOG_LINE@durations@@@@", | 1020 "@@@STEP_LOG_LINE@durations@@@@", |
| 1005 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1021 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1006 "@@@STEP_LOG_LINE@durations@@@@", | 1022 "@@@STEP_LOG_LINE@durations@@@@", |
| 1007 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1023 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1008 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1024 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1009 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1025 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 1010 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1026 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 1011 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1027 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 1012 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1028 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 1013 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1029 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 1014 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1030 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1015 "@@@STEP_LOG_END@durations@@@" | 1031 "@@@STEP_LOG_END@durations@@@" |
| 1016 ] | 1032 ] |
| 1017 }, | 1033 }, |
| 1018 { | 1034 { |
| 1019 "allow_subannotations": true, | 1035 "allow_subannotations": true, |
| 1020 "cmd": [ | 1036 "cmd": [ |
| 1021 "python", | 1037 "python", |
| 1022 "-u", | 1038 "-u", |
| 1023 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1039 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 1024 "--swarming-client-dir", | 1040 "--swarming-client-dir", |
| 1025 "[CWD]/v8/tools/swarming_client", | 1041 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 1026 "--temp-root-dir", | 1042 "--temp-root-dir", |
| 1027 "[TMP]", | 1043 "[TMP_BASE]", |
| 1028 "--merged-test-output", | 1044 "--merged-test-output", |
| 1029 "/path/to/tmp/json", | 1045 "/path/to/tmp/json", |
| 1030 "--", | 1046 "--", |
| 1031 "collect", | 1047 "collect", |
| 1032 "--swarming", | 1048 "--swarming", |
| 1033 "https://chromium-swarm.appspot.com", | 1049 "https://chromium-swarm.appspot.com", |
| 1034 "--decorate", | 1050 "--decorate", |
| 1035 "--print-status-updates", | 1051 "--print-status-updates", |
| 1036 "--shards", | 1052 "--shards", |
| 1037 "1", | 1053 "1", |
| 1038 "Mozilla/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571" | 1054 "Mozilla/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571" |
| 1039 ], | 1055 ], |
| 1056 "cwd": "[SLAVE_BUILD]", |
| 1040 "name": "Mozilla", | 1057 "name": "Mozilla", |
| 1041 "~followup_annotations": [ | 1058 "~followup_annotations": [ |
| 1042 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1059 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1043 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1060 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1044 "@@@STEP_LOG_LINE@durations@@@@", | 1061 "@@@STEP_LOG_LINE@durations@@@@", |
| 1045 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1062 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1046 "@@@STEP_LOG_LINE@durations@@@@", | 1063 "@@@STEP_LOG_LINE@durations@@@@", |
| 1047 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1064 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1048 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1065 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1049 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1066 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 1050 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1067 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 1051 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1068 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 1052 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1069 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 1053 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1070 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 1054 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1071 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1055 "@@@STEP_LOG_END@durations@@@" | 1072 "@@@STEP_LOG_END@durations@@@" |
| 1056 ] | 1073 ] |
| 1057 }, | 1074 }, |
| 1058 { | 1075 { |
| 1059 "allow_subannotations": true, | 1076 "allow_subannotations": true, |
| 1060 "cmd": [ | 1077 "cmd": [ |
| 1061 "python", | 1078 "python", |
| 1062 "-u", | 1079 "-u", |
| 1063 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1080 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 1064 "--swarming-client-dir", | 1081 "--swarming-client-dir", |
| 1065 "[CWD]/v8/tools/swarming_client", | 1082 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 1066 "--temp-root-dir", | 1083 "--temp-root-dir", |
| 1067 "[TMP]", | 1084 "[TMP_BASE]", |
| 1068 "--merged-test-output", | 1085 "--merged-test-output", |
| 1069 "/path/to/tmp/json", | 1086 "/path/to/tmp/json", |
| 1070 "--", | 1087 "--", |
| 1071 "collect", | 1088 "collect", |
| 1072 "--swarming", | 1089 "--swarming", |
| 1073 "https://chromium-swarm.appspot.com", | 1090 "https://chromium-swarm.appspot.com", |
| 1074 "--decorate", | 1091 "--decorate", |
| 1075 "--print-status-updates", | 1092 "--print-status-updates", |
| 1076 "--shards", | 1093 "--shards", |
| 1077 "1", | 1094 "1", |
| 1078 "SimdJs - all/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571" | 1095 "SimdJs - all/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571" |
| 1079 ], | 1096 ], |
| 1097 "cwd": "[SLAVE_BUILD]", |
| 1080 "name": "SimdJs - all", | 1098 "name": "SimdJs - all", |
| 1081 "~followup_annotations": [ | 1099 "~followup_annotations": [ |
| 1082 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1100 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1083 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1101 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1084 "@@@STEP_LOG_LINE@durations@@@@", | 1102 "@@@STEP_LOG_LINE@durations@@@@", |
| 1085 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1103 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1086 "@@@STEP_LOG_LINE@durations@@@@", | 1104 "@@@STEP_LOG_LINE@durations@@@@", |
| 1087 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1105 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1088 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1106 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1089 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1107 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 1090 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1108 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 1091 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1109 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 1092 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1110 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 1093 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1111 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 1094 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1112 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1095 "@@@STEP_LOG_END@durations@@@" | 1113 "@@@STEP_LOG_END@durations@@@" |
| 1096 ] | 1114 ] |
| 1097 }, | 1115 }, |
| 1098 { | 1116 { |
| 1099 "allow_subannotations": true, | 1117 "allow_subannotations": true, |
| 1100 "cmd": [ | 1118 "cmd": [ |
| 1101 "python", | 1119 "python", |
| 1102 "-u", | 1120 "-u", |
| 1103 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1121 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 1104 "--swarming-client-dir", | 1122 "--swarming-client-dir", |
| 1105 "[CWD]/v8/tools/swarming_client", | 1123 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 1106 "--temp-root-dir", | 1124 "--temp-root-dir", |
| 1107 "[TMP]", | 1125 "[TMP_BASE]", |
| 1108 "--merged-test-output", | 1126 "--merged-test-output", |
| 1109 "/path/to/tmp/json", | 1127 "/path/to/tmp/json", |
| 1110 "--", | 1128 "--", |
| 1111 "collect", | 1129 "collect", |
| 1112 "--swarming", | 1130 "--swarming", |
| 1113 "https://chromium-swarm.appspot.com", | 1131 "https://chromium-swarm.appspot.com", |
| 1114 "--decorate", | 1132 "--decorate", |
| 1115 "--print-status-updates", | 1133 "--print-status-updates", |
| 1116 "--shards", | 1134 "--shards", |
| 1117 "1", | 1135 "1", |
| 1118 "Ignition - turbofan/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571" | 1136 "Ignition - turbofan/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571" |
| 1119 ], | 1137 ], |
| 1138 "cwd": "[SLAVE_BUILD]", |
| 1120 "name": "Ignition - turbofan", | 1139 "name": "Ignition - turbofan", |
| 1121 "~followup_annotations": [ | 1140 "~followup_annotations": [ |
| 1122 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1141 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1123 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1142 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1124 "@@@STEP_LOG_LINE@durations@@@@", | 1143 "@@@STEP_LOG_LINE@durations@@@@", |
| 1125 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1144 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1126 "@@@STEP_LOG_LINE@durations@@@@", | 1145 "@@@STEP_LOG_LINE@durations@@@@", |
| 1127 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1146 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1128 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1147 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1129 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1148 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 1130 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1149 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 1131 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1150 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 1132 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1151 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 1133 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1152 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 1134 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1153 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1135 "@@@STEP_LOG_END@durations@@@" | 1154 "@@@STEP_LOG_END@durations@@@" |
| 1136 ] | 1155 ] |
| 1137 }, | 1156 }, |
| 1138 { | 1157 { |
| 1139 "allow_subannotations": true, | 1158 "allow_subannotations": true, |
| 1140 "cmd": [ | 1159 "cmd": [ |
| 1141 "python", | 1160 "python", |
| 1142 "-u", | 1161 "-u", |
| 1143 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1162 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 1144 "--swarming-client-dir", | 1163 "--swarming-client-dir", |
| 1145 "[CWD]/v8/tools/swarming_client", | 1164 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 1146 "--temp-root-dir", | 1165 "--temp-root-dir", |
| 1147 "[TMP]", | 1166 "[TMP_BASE]", |
| 1148 "--merged-test-output", | 1167 "--merged-test-output", |
| 1149 "/path/to/tmp/json", | 1168 "/path/to/tmp/json", |
| 1150 "--", | 1169 "--", |
| 1151 "collect", | 1170 "collect", |
| 1152 "--swarming", | 1171 "--swarming", |
| 1153 "https://chromium-swarm.appspot.com", | 1172 "https://chromium-swarm.appspot.com", |
| 1154 "--decorate", | 1173 "--decorate", |
| 1155 "--print-status-updates", | 1174 "--print-status-updates", |
| 1156 "--shards", | 1175 "--shards", |
| 1157 "1", | 1176 "1", |
| 1158 "Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571" | 1177 "Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571" |
| 1159 ], | 1178 ], |
| 1179 "cwd": "[SLAVE_BUILD]", |
| 1160 "name": "Mjsunit - sp frame access", | 1180 "name": "Mjsunit - sp frame access", |
| 1161 "~followup_annotations": [ | 1181 "~followup_annotations": [ |
| 1162 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1182 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1163 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1183 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1164 "@@@STEP_LOG_LINE@durations@@@@", | 1184 "@@@STEP_LOG_LINE@durations@@@@", |
| 1165 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1185 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1166 "@@@STEP_LOG_LINE@durations@@@@", | 1186 "@@@STEP_LOG_LINE@durations@@@@", |
| 1167 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1187 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1168 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1188 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1169 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1189 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 1170 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1190 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 1171 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1191 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 1172 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1192 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 1173 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1193 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 1174 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1194 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1175 "@@@STEP_LOG_END@durations@@@" | 1195 "@@@STEP_LOG_END@durations@@@" |
| 1176 ] | 1196 ] |
| 1177 }, | 1197 }, |
| 1178 { | 1198 { |
| 1179 "allow_subannotations": true, | 1199 "allow_subannotations": true, |
| 1180 "cmd": [ | 1200 "cmd": [ |
| 1181 "python", | 1201 "python", |
| 1182 "-u", | 1202 "-u", |
| 1183 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1203 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 1184 "--swarming-client-dir", | 1204 "--swarming-client-dir", |
| 1185 "[CWD]/v8/tools/swarming_client", | 1205 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 1186 "--temp-root-dir", | 1206 "--temp-root-dir", |
| 1187 "[TMP]", | 1207 "[TMP_BASE]", |
| 1188 "--merged-test-output", | 1208 "--merged-test-output", |
| 1189 "/path/to/tmp/json", | 1209 "/path/to/tmp/json", |
| 1190 "--", | 1210 "--", |
| 1191 "collect", | 1211 "collect", |
| 1192 "--swarming", | 1212 "--swarming", |
| 1193 "https://chromium-swarm.appspot.com", | 1213 "https://chromium-swarm.appspot.com", |
| 1194 "--decorate", | 1214 "--decorate", |
| 1195 "--print-status-updates", | 1215 "--print-status-updates", |
| 1196 "--shards", | 1216 "--shards", |
| 1197 "2", | 1217 "2", |
| 1198 "Test262 - ignition - turbofan/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/57
1" | 1218 "Test262 - ignition - turbofan/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/57
1" |
| 1199 ], | 1219 ], |
| 1220 "cwd": "[SLAVE_BUILD]", |
| 1200 "name": "Test262 - ignition - turbofan", | 1221 "name": "Test262 - ignition - turbofan", |
| 1201 "~followup_annotations": [ | 1222 "~followup_annotations": [ |
| 1202 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1223 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1203 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1224 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1204 "@@@STEP_LOG_LINE@durations@@@@", | 1225 "@@@STEP_LOG_LINE@durations@@@@", |
| 1205 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1226 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1206 "@@@STEP_LOG_LINE@durations@@@@", | 1227 "@@@STEP_LOG_LINE@durations@@@@", |
| 1207 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1228 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1208 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1229 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1209 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1230 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 1210 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1231 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 1211 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1232 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 1212 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1233 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 1213 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1234 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 1214 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1235 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1215 "@@@STEP_LOG_END@durations@@@" | 1236 "@@@STEP_LOG_END@durations@@@" |
| 1216 ] | 1237 ] |
| 1217 }, | 1238 }, |
| 1218 { | 1239 { |
| 1219 "name": "$result", | 1240 "name": "$result", |
| 1220 "recipe_result": null, | 1241 "recipe_result": null, |
| 1221 "status_code": 0 | 1242 "status_code": 0 |
| 1222 } | 1243 } |
| 1223 ] | 1244 ] |
| OLD | NEW |