| 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.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Linux - shared", | 10 "V8 Linux - shared", |
| 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 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "v8@20123", | 24 "v8@20123", |
| 25 "--no_shallow", | 25 "--no_shallow", |
| 26 "--output_manifest" | 26 "--output_manifest" |
| 27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", |
| 28 "env": { | 29 "env": { |
| 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 30 }, | 31 }, |
| 31 "name": "bot_update", | 32 "name": "bot_update", |
| 32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
| 33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 61 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 62 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
| 62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", | 63 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", |
| 63 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", | 64 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", |
| 64 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 65 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
| 65 ] | 66 ] |
| 66 }, | 67 }, |
| 67 { | 68 { |
| 68 "cmd": [ | 69 "cmd": [ |
| 69 "python", | 70 "python", |
| 70 "-u", | 71 "-u", |
| 71 "[CWD]/v8/tools/swarming_client/swarming.py", | 72 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 72 "--version" | 73 "--version" |
| 73 ], | 74 ], |
| 75 "cwd": "[SLAVE_BUILD]", |
| 74 "name": "swarming.py --version", | 76 "name": "swarming.py --version", |
| 75 "stdout": "/path/to/tmp/", | 77 "stdout": "/path/to/tmp/", |
| 76 "~followup_annotations": [ | 78 "~followup_annotations": [ |
| 77 "@@@STEP_TEXT@0.4.10@@@" | 79 "@@@STEP_TEXT@0.4.10@@@" |
| 78 ] | 80 ] |
| 79 }, | 81 }, |
| 80 { | 82 { |
| 81 "cmd": [ | 83 "cmd": [ |
| 82 "python", | 84 "python", |
| 83 "-u", | 85 "-u", |
| 84 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 86 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 85 "runhooks" | 87 "runhooks" |
| 86 ], | 88 ], |
| 89 "cwd": "[SLAVE_BUILD]", |
| 87 "env": { | 90 "env": { |
| 88 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 91 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 89 "GYP_DEFINES": "clang=1 component=shared_library gomadir='[ROOT]/b/build/g
oma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enable_verify_he
ap=1 v8_target_arch=ia32", | 92 "GYP_DEFINES": "clang=1 component=shared_library gomadir='[BUILD]/goma' ta
rget_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enable_verify_heap=1 v8
_target_arch=ia32", |
| 90 "GYP_GENERATORS": "ninja", | 93 "GYP_GENERATORS": "ninja", |
| 91 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 94 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 92 }, | 95 }, |
| 93 "name": "gclient runhooks" | 96 "name": "gclient runhooks" |
| 94 }, | 97 }, |
| 95 { | 98 { |
| 96 "cmd": [ | 99 "cmd": [ |
| 97 "python", | 100 "python", |
| 98 "-u", | 101 "-u", |
| 99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 100 "--show-path", | 103 "--show-path", |
| 101 "python", | 104 "python", |
| 102 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 103 ], | 106 ], |
| 107 "cwd": "[SLAVE_BUILD]", |
| 104 "name": "cleanup_temp" | 108 "name": "cleanup_temp" |
| 105 }, | 109 }, |
| 106 { | 110 { |
| 107 "allow_subannotations": true, | 111 "allow_subannotations": true, |
| 108 "cmd": [ | 112 "cmd": [ |
| 109 "python", | 113 "python", |
| 110 "-u", | 114 "-u", |
| 111 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 115 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 112 "--src-dir", | 116 "--src-dir", |
| 113 "[CWD]/v8", | 117 "[SLAVE_BUILD]/v8", |
| 114 "--output-json", | 118 "--output-json", |
| 115 "/path/to/tmp/json" | 119 "/path/to/tmp/json" |
| 116 ], | 120 ], |
| 121 "cwd": "[SLAVE_BUILD]", |
| 117 "env": { | 122 "env": { |
| 118 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 123 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 119 }, | 124 }, |
| 120 "name": "clang_revision", | 125 "name": "clang_revision", |
| 121 "~followup_annotations": [ | 126 "~followup_annotations": [ |
| 122 "@@@STEP_LOG_LINE@json.output@{@@@", | 127 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 123 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 128 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 124 "@@@STEP_LOG_LINE@json.output@}@@@", | 129 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 125 "@@@STEP_LOG_END@json.output@@@" | 130 "@@@STEP_LOG_END@json.output@@@" |
| 126 ] | 131 ] |
| 127 }, | 132 }, |
| 128 { | 133 { |
| 129 "cmd": [ | 134 "cmd": [ |
| 130 "python", | 135 "python", |
| 131 "-u", | 136 "-u", |
| 132 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 137 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 133 "--show-path", | 138 "--show-path", |
| 134 "python", | 139 "python", |
| 135 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 140 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 136 "--gsutil-py-path", | 141 "--gsutil-py-path", |
| 137 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 142 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 138 "--ninja-path", | 143 "--ninja-path", |
| 139 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 144 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 140 "--target", | 145 "--target", |
| 141 "Release", | 146 "Release", |
| 142 "--src-dir", | 147 "--src-dir", |
| 143 "[CWD]/v8", | 148 "[SLAVE_BUILD]/v8", |
| 144 "--goma-cache-dir", | 149 "--goma-cache-dir", |
| 145 "[ROOT]/b/build/slave/goma_cache", | 150 "[GOMA_CACHE]", |
| 146 "--build-tool", | 151 "--build-tool", |
| 147 "ninja", | 152 "ninja", |
| 148 "--compiler", | 153 "--compiler", |
| 149 "goma-clang", | 154 "goma-clang", |
| 150 "--goma-jsonstatus", | 155 "--goma-jsonstatus", |
| 151 "/path/to/tmp/json", | 156 "/path/to/tmp/json", |
| 152 "--goma-service-account-json-file", | 157 "--goma-service-account-json-file", |
| 153 "/creds/service_accounts/service-account-goma-client.json", | 158 "/creds/service_accounts/service-account-goma-client.json", |
| 154 "--goma-dir", | 159 "--goma-dir", |
| 155 "[ROOT]/b/build/goma", | 160 "[BUILD]/goma", |
| 156 "--" | 161 "--" |
| 157 ], | 162 ], |
| 163 "cwd": "[SLAVE_BUILD]", |
| 158 "env": { | 164 "env": { |
| 159 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 165 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 160 }, | 166 }, |
| 161 "name": "compile", | 167 "name": "compile", |
| 162 "~followup_annotations": [ | 168 "~followup_annotations": [ |
| 163 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 169 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 164 "@@@STEP_LOG_END@json.output (invalid)@@@" | 170 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 165 ] | 171 ] |
| 166 }, | 172 }, |
| 167 { | 173 { |
| 168 "cmd": [ | 174 "cmd": [ |
| 169 "python", | 175 "python", |
| 170 "-u", | 176 "-u", |
| 171 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 177 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 172 "[CWD]/v8/tools/swarming_client", | 178 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 173 "batcharchive", | 179 "batcharchive", |
| 174 "--dump-json", | 180 "--dump-json", |
| 175 "/path/to/tmp/json", | 181 "/path/to/tmp/json", |
| 176 "--isolate-server", | 182 "--isolate-server", |
| 177 "https://isolateserver.appspot.com", | 183 "https://isolateserver.appspot.com", |
| 178 "--verbose", | 184 "--verbose", |
| 179 "[CWD]/v8/out/Release/bot_default.isolated.gen.json", | 185 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", |
| 180 "[CWD]/v8/out/Release/mozilla.isolated.gen.json", | 186 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json", |
| 181 "[CWD]/v8/out/Release/simdjs.isolated.gen.json", | 187 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json", |
| 182 "[CWD]/v8/out/Release/test262.isolated.gen.json" | 188 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" |
| 183 ], | 189 ], |
| 190 "cwd": "[SLAVE_BUILD]", |
| 184 "name": "isolate tests", | 191 "name": "isolate tests", |
| 185 "~followup_annotations": [ | 192 "~followup_annotations": [ |
| 186 "@@@STEP_LOG_LINE@json.output@{@@@", | 193 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 187 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 194 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 188 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", | 195 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", |
| 189 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", | 196 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", |
| 190 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 197 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
| 191 "@@@STEP_LOG_LINE@json.output@}@@@", | 198 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 192 "@@@STEP_LOG_END@json.output@@@" | 199 "@@@STEP_LOG_END@json.output@@@" |
| 193 ] | 200 ] |
| 194 }, | 201 }, |
| 195 { | 202 { |
| 196 "cmd": [ | 203 "cmd": [ |
| 197 "python", | 204 "python", |
| 198 "-u", | 205 "-u", |
| 199 "[CWD]/v8/tools/swarming_client/swarming.py", | 206 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 200 "trigger", | 207 "trigger", |
| 201 "--swarming", | 208 "--swarming", |
| 202 "https://chromium-swarm.appspot.com", | 209 "https://chromium-swarm.appspot.com", |
| 203 "--isolate-server", | 210 "--isolate-server", |
| 204 "https://isolateserver.appspot.com", | 211 "https://isolateserver.appspot.com", |
| 205 "--priority", | 212 "--priority", |
| 206 "25", | 213 "25", |
| 207 "--shards", | 214 "--shards", |
| 208 "1", | 215 "1", |
| 209 "--task-name", | 216 "--task-name", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 "--buildbot", | 270 "--buildbot", |
| 264 "--timeout=200", | 271 "--timeout=200", |
| 265 "--random-seed=-564235616", | 272 "--random-seed=-564235616", |
| 266 "bot_default", | 273 "bot_default", |
| 267 "--exhaustive-variants", | 274 "--exhaustive-variants", |
| 268 "--rerun-failures-count=2", | 275 "--rerun-failures-count=2", |
| 269 "--swarming", | 276 "--swarming", |
| 270 "--json-test-results", | 277 "--json-test-results", |
| 271 "${ISOLATED_OUTDIR}/output.json" | 278 "${ISOLATED_OUTDIR}/output.json" |
| 272 ], | 279 ], |
| 280 "cwd": "[SLAVE_BUILD]", |
| 273 "name": "[trigger] Check on Ubuntu-12.04", | 281 "name": "[trigger] Check on Ubuntu-12.04", |
| 274 "~followup_annotations": [ | 282 "~followup_annotations": [ |
| 275 "@@@STEP_LOG_LINE@json.output@{@@@", | 283 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 276 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[
dummy has/V8 Linux - shared/571\", @@@", | 284 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[
dummy has/V8 Linux - shared/571\", @@@", |
| 277 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 285 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 278 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/V8 Linux
- shared/571\": {@@@", | 286 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/V8 Linux
- shared/571\": {@@@", |
| 279 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 287 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 280 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 288 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 281 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 289 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 282 "@@@STEP_LOG_LINE@json.output@ }@@@", | 290 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 283 "@@@STEP_LOG_LINE@json.output@ }@@@", | 291 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 284 "@@@STEP_LOG_LINE@json.output@}@@@", | 292 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 285 "@@@STEP_LOG_END@json.output@@@", | 293 "@@@STEP_LOG_END@json.output@@@", |
| 286 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 294 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 287 ] | 295 ] |
| 288 }, | 296 }, |
| 289 { | 297 { |
| 290 "cmd": [ | 298 "cmd": [ |
| 291 "python", | 299 "python", |
| 292 "-u", | 300 "-u", |
| 293 "[CWD]/v8/tools/swarming_client/swarming.py", | 301 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 294 "trigger", | 302 "trigger", |
| 295 "--swarming", | 303 "--swarming", |
| 296 "https://chromium-swarm.appspot.com", | 304 "https://chromium-swarm.appspot.com", |
| 297 "--isolate-server", | 305 "--isolate-server", |
| 298 "https://isolateserver.appspot.com", | 306 "https://isolateserver.appspot.com", |
| 299 "--priority", | 307 "--priority", |
| 300 "25", | 308 "25", |
| 301 "--shards", | 309 "--shards", |
| 302 "1", | 310 "1", |
| 303 "--task-name", | 311 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 "--timeout=200", | 366 "--timeout=200", |
| 359 "--random-seed=-564235616", | 367 "--random-seed=-564235616", |
| 360 "test262", | 368 "test262", |
| 361 "--download-data", | 369 "--download-data", |
| 362 "--variants=default", | 370 "--variants=default", |
| 363 "--rerun-failures-count=2", | 371 "--rerun-failures-count=2", |
| 364 "--swarming", | 372 "--swarming", |
| 365 "--json-test-results", | 373 "--json-test-results", |
| 366 "${ISOLATED_OUTDIR}/output.json" | 374 "${ISOLATED_OUTDIR}/output.json" |
| 367 ], | 375 ], |
| 376 "cwd": "[SLAVE_BUILD]", |
| 368 "name": "[trigger] Test262 - no variants on Ubuntu-12.04", | 377 "name": "[trigger] Test262 - no variants on Ubuntu-12.04", |
| 369 "~followup_annotations": [ | 378 "~followup_annotations": [ |
| 370 "@@@STEP_LOG_LINE@json.output@{@@@", | 379 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 371 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Ubuntu-12.04/[dummy has/V8 Linux - shared/571\", @@@", | 380 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Ubuntu-12.04/[dummy has/V8 Linux - shared/571\", @@@", |
| 372 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 381 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 373 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-12.04/[du
mmy has/V8 Linux - shared/571\": {@@@", | 382 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-12.04/[du
mmy has/V8 Linux - shared/571\": {@@@", |
| 374 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 383 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 375 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 384 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 376 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 385 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 377 "@@@STEP_LOG_LINE@json.output@ }@@@", | 386 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 378 "@@@STEP_LOG_LINE@json.output@ }@@@", | 387 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 379 "@@@STEP_LOG_LINE@json.output@}@@@", | 388 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 380 "@@@STEP_LOG_END@json.output@@@", | 389 "@@@STEP_LOG_END@json.output@@@", |
| 381 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 390 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 382 ] | 391 ] |
| 383 }, | 392 }, |
| 384 { | 393 { |
| 385 "cmd": [ | 394 "cmd": [ |
| 386 "python", | 395 "python", |
| 387 "-u", | 396 "-u", |
| 388 "[CWD]/v8/tools/swarming_client/swarming.py", | 397 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 389 "trigger", | 398 "trigger", |
| 390 "--swarming", | 399 "--swarming", |
| 391 "https://chromium-swarm.appspot.com", | 400 "https://chromium-swarm.appspot.com", |
| 392 "--isolate-server", | 401 "--isolate-server", |
| 393 "https://isolateserver.appspot.com", | 402 "https://isolateserver.appspot.com", |
| 394 "--priority", | 403 "--priority", |
| 395 "25", | 404 "25", |
| 396 "--shards", | 405 "--shards", |
| 397 "1", | 406 "1", |
| 398 "--task-name", | 407 "--task-name", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 "--buildbot", | 461 "--buildbot", |
| 453 "--timeout=200", | 462 "--timeout=200", |
| 454 "--random-seed=-564235616", | 463 "--random-seed=-564235616", |
| 455 "mozilla", | 464 "mozilla", |
| 456 "--exhaustive-variants", | 465 "--exhaustive-variants", |
| 457 "--rerun-failures-count=2", | 466 "--rerun-failures-count=2", |
| 458 "--swarming", | 467 "--swarming", |
| 459 "--json-test-results", | 468 "--json-test-results", |
| 460 "${ISOLATED_OUTDIR}/output.json" | 469 "${ISOLATED_OUTDIR}/output.json" |
| 461 ], | 470 ], |
| 471 "cwd": "[SLAVE_BUILD]", |
| 462 "name": "[trigger] Mozilla on Ubuntu-12.04", | 472 "name": "[trigger] Mozilla on Ubuntu-12.04", |
| 463 "~followup_annotations": [ | 473 "~followup_annotations": [ |
| 464 "@@@STEP_LOG_LINE@json.output@{@@@", | 474 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 465 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-12.04
/[dummy has/V8 Linux - shared/571\", @@@", | 475 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-12.04
/[dummy has/V8 Linux - shared/571\", @@@", |
| 466 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 476 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 467 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-12.04/[dummy has/V8 Lin
ux - shared/571\": {@@@", | 477 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-12.04/[dummy has/V8 Lin
ux - shared/571\": {@@@", |
| 468 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 478 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 469 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 479 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 470 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 480 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 471 "@@@STEP_LOG_LINE@json.output@ }@@@", | 481 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 472 "@@@STEP_LOG_LINE@json.output@ }@@@", | 482 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 473 "@@@STEP_LOG_LINE@json.output@}@@@", | 483 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 474 "@@@STEP_LOG_END@json.output@@@", | 484 "@@@STEP_LOG_END@json.output@@@", |
| 475 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 485 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 476 ] | 486 ] |
| 477 }, | 487 }, |
| 478 { | 488 { |
| 479 "cmd": [ | 489 "cmd": [ |
| 480 "python", | 490 "python", |
| 481 "-u", | 491 "-u", |
| 482 "[CWD]/v8/tools/swarming_client/swarming.py", | 492 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 483 "trigger", | 493 "trigger", |
| 484 "--swarming", | 494 "--swarming", |
| 485 "https://chromium-swarm.appspot.com", | 495 "https://chromium-swarm.appspot.com", |
| 486 "--isolate-server", | 496 "--isolate-server", |
| 487 "https://isolateserver.appspot.com", | 497 "https://isolateserver.appspot.com", |
| 488 "--priority", | 498 "--priority", |
| 489 "25", | 499 "25", |
| 490 "--shards", | 500 "--shards", |
| 491 "1", | 501 "1", |
| 492 "--task-name", | 502 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 547 "--timeout=200", | 557 "--timeout=200", |
| 548 "--random-seed=-564235616", | 558 "--random-seed=-564235616", |
| 549 "simdjs", | 559 "simdjs", |
| 550 "--download-data", | 560 "--download-data", |
| 551 "--exhaustive-variants", | 561 "--exhaustive-variants", |
| 552 "--rerun-failures-count=2", | 562 "--rerun-failures-count=2", |
| 553 "--swarming", | 563 "--swarming", |
| 554 "--json-test-results", | 564 "--json-test-results", |
| 555 "${ISOLATED_OUTDIR}/output.json" | 565 "${ISOLATED_OUTDIR}/output.json" |
| 556 ], | 566 ], |
| 567 "cwd": "[SLAVE_BUILD]", |
| 557 "name": "[trigger] SimdJs - all on Ubuntu-12.04", | 568 "name": "[trigger] SimdJs - all on Ubuntu-12.04", |
| 558 "~followup_annotations": [ | 569 "~followup_annotations": [ |
| 559 "@@@STEP_LOG_LINE@json.output@{@@@", | 570 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 560 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
12.04/[dummy has/V8 Linux - shared/571\", @@@", | 571 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
12.04/[dummy has/V8 Linux - shared/571\", @@@", |
| 561 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 572 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 562 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-12.04/[dummy has/V
8 Linux - shared/571\": {@@@", | 573 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-12.04/[dummy has/V
8 Linux - shared/571\": {@@@", |
| 563 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 574 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 564 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 575 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 565 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 576 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 566 "@@@STEP_LOG_LINE@json.output@ }@@@", | 577 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 567 "@@@STEP_LOG_LINE@json.output@ }@@@", | 578 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 568 "@@@STEP_LOG_LINE@json.output@}@@@", | 579 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 569 "@@@STEP_LOG_END@json.output@@@", | 580 "@@@STEP_LOG_END@json.output@@@", |
| 570 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 581 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 571 ] | 582 ] |
| 572 }, | 583 }, |
| 573 { | 584 { |
| 574 "allow_subannotations": true, | 585 "allow_subannotations": true, |
| 575 "cmd": [ | 586 "cmd": [ |
| 576 "python", | 587 "python", |
| 577 "-u", | 588 "-u", |
| 578 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 589 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 579 "--swarming-client-dir", | 590 "--swarming-client-dir", |
| 580 "[CWD]/v8/tools/swarming_client", | 591 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 581 "--temp-root-dir", | 592 "--temp-root-dir", |
| 582 "[TMP]", | 593 "[TMP_BASE]", |
| 583 "--merged-test-output", | 594 "--merged-test-output", |
| 584 "/path/to/tmp/json", | 595 "/path/to/tmp/json", |
| 585 "--", | 596 "--", |
| 586 "collect", | 597 "collect", |
| 587 "--swarming", | 598 "--swarming", |
| 588 "https://chromium-swarm.appspot.com", | 599 "https://chromium-swarm.appspot.com", |
| 589 "--decorate", | 600 "--decorate", |
| 590 "--print-status-updates", | 601 "--print-status-updates", |
| 591 "--shards", | 602 "--shards", |
| 592 "1", | 603 "1", |
| 593 "Check/Ubuntu-12.04/[dummy has/V8 Linux - shared/571" | 604 "Check/Ubuntu-12.04/[dummy has/V8 Linux - shared/571" |
| 594 ], | 605 ], |
| 606 "cwd": "[SLAVE_BUILD]", |
| 595 "name": "Check", | 607 "name": "Check", |
| 596 "~followup_annotations": [ | 608 "~followup_annotations": [ |
| 597 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 609 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 598 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 610 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 599 "@@@STEP_LOG_LINE@durations@@@@", | 611 "@@@STEP_LOG_LINE@durations@@@@", |
| 600 "@@@STEP_LOG_LINE@durations@Details:@@@", | 612 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 601 "@@@STEP_LOG_LINE@durations@@@@", | 613 "@@@STEP_LOG_LINE@durations@@@@", |
| 602 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 614 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 603 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 615 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 604 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 616 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 605 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 617 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 606 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 618 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 607 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 619 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 608 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 620 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 609 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 621 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 610 "@@@STEP_LOG_END@durations@@@" | 622 "@@@STEP_LOG_END@durations@@@" |
| 611 ] | 623 ] |
| 612 }, | 624 }, |
| 613 { | 625 { |
| 614 "allow_subannotations": true, | 626 "allow_subannotations": true, |
| 615 "cmd": [ | 627 "cmd": [ |
| 616 "python", | 628 "python", |
| 617 "-u", | 629 "-u", |
| 618 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 630 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 619 "--swarming-client-dir", | 631 "--swarming-client-dir", |
| 620 "[CWD]/v8/tools/swarming_client", | 632 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 621 "--temp-root-dir", | 633 "--temp-root-dir", |
| 622 "[TMP]", | 634 "[TMP_BASE]", |
| 623 "--merged-test-output", | 635 "--merged-test-output", |
| 624 "/path/to/tmp/json", | 636 "/path/to/tmp/json", |
| 625 "--", | 637 "--", |
| 626 "collect", | 638 "collect", |
| 627 "--swarming", | 639 "--swarming", |
| 628 "https://chromium-swarm.appspot.com", | 640 "https://chromium-swarm.appspot.com", |
| 629 "--decorate", | 641 "--decorate", |
| 630 "--print-status-updates", | 642 "--print-status-updates", |
| 631 "--shards", | 643 "--shards", |
| 632 "1", | 644 "1", |
| 633 "Test262 - no variants/Ubuntu-12.04/[dummy has/V8 Linux - shared/571" | 645 "Test262 - no variants/Ubuntu-12.04/[dummy has/V8 Linux - shared/571" |
| 634 ], | 646 ], |
| 647 "cwd": "[SLAVE_BUILD]", |
| 635 "name": "Test262 - no variants", | 648 "name": "Test262 - no variants", |
| 636 "~followup_annotations": [ | 649 "~followup_annotations": [ |
| 637 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 650 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 638 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 651 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 639 "@@@STEP_LOG_LINE@durations@@@@", | 652 "@@@STEP_LOG_LINE@durations@@@@", |
| 640 "@@@STEP_LOG_LINE@durations@Details:@@@", | 653 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 641 "@@@STEP_LOG_LINE@durations@@@@", | 654 "@@@STEP_LOG_LINE@durations@@@@", |
| 642 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 655 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 643 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 656 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 644 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 657 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 645 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 658 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 646 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 659 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 647 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 660 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 648 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 661 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 649 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 662 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 650 "@@@STEP_LOG_END@durations@@@" | 663 "@@@STEP_LOG_END@durations@@@" |
| 651 ] | 664 ] |
| 652 }, | 665 }, |
| 653 { | 666 { |
| 654 "allow_subannotations": true, | 667 "allow_subannotations": true, |
| 655 "cmd": [ | 668 "cmd": [ |
| 656 "python", | 669 "python", |
| 657 "-u", | 670 "-u", |
| 658 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 671 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 659 "--swarming-client-dir", | 672 "--swarming-client-dir", |
| 660 "[CWD]/v8/tools/swarming_client", | 673 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 661 "--temp-root-dir", | 674 "--temp-root-dir", |
| 662 "[TMP]", | 675 "[TMP_BASE]", |
| 663 "--merged-test-output", | 676 "--merged-test-output", |
| 664 "/path/to/tmp/json", | 677 "/path/to/tmp/json", |
| 665 "--", | 678 "--", |
| 666 "collect", | 679 "collect", |
| 667 "--swarming", | 680 "--swarming", |
| 668 "https://chromium-swarm.appspot.com", | 681 "https://chromium-swarm.appspot.com", |
| 669 "--decorate", | 682 "--decorate", |
| 670 "--print-status-updates", | 683 "--print-status-updates", |
| 671 "--shards", | 684 "--shards", |
| 672 "1", | 685 "1", |
| 673 "Mozilla/Ubuntu-12.04/[dummy has/V8 Linux - shared/571" | 686 "Mozilla/Ubuntu-12.04/[dummy has/V8 Linux - shared/571" |
| 674 ], | 687 ], |
| 688 "cwd": "[SLAVE_BUILD]", |
| 675 "name": "Mozilla", | 689 "name": "Mozilla", |
| 676 "~followup_annotations": [ | 690 "~followup_annotations": [ |
| 677 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 691 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 678 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 692 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 679 "@@@STEP_LOG_LINE@durations@@@@", | 693 "@@@STEP_LOG_LINE@durations@@@@", |
| 680 "@@@STEP_LOG_LINE@durations@Details:@@@", | 694 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 681 "@@@STEP_LOG_LINE@durations@@@@", | 695 "@@@STEP_LOG_LINE@durations@@@@", |
| 682 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 696 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 683 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 697 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 684 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 698 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 685 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 699 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 686 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 700 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 687 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 701 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 688 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 702 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 689 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 703 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 690 "@@@STEP_LOG_END@durations@@@" | 704 "@@@STEP_LOG_END@durations@@@" |
| 691 ] | 705 ] |
| 692 }, | 706 }, |
| 693 { | 707 { |
| 694 "allow_subannotations": true, | 708 "allow_subannotations": true, |
| 695 "cmd": [ | 709 "cmd": [ |
| 696 "python", | 710 "python", |
| 697 "-u", | 711 "-u", |
| 698 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 712 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 699 "--swarming-client-dir", | 713 "--swarming-client-dir", |
| 700 "[CWD]/v8/tools/swarming_client", | 714 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 701 "--temp-root-dir", | 715 "--temp-root-dir", |
| 702 "[TMP]", | 716 "[TMP_BASE]", |
| 703 "--merged-test-output", | 717 "--merged-test-output", |
| 704 "/path/to/tmp/json", | 718 "/path/to/tmp/json", |
| 705 "--", | 719 "--", |
| 706 "collect", | 720 "collect", |
| 707 "--swarming", | 721 "--swarming", |
| 708 "https://chromium-swarm.appspot.com", | 722 "https://chromium-swarm.appspot.com", |
| 709 "--decorate", | 723 "--decorate", |
| 710 "--print-status-updates", | 724 "--print-status-updates", |
| 711 "--shards", | 725 "--shards", |
| 712 "1", | 726 "1", |
| 713 "SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux - shared/571" | 727 "SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux - shared/571" |
| 714 ], | 728 ], |
| 729 "cwd": "[SLAVE_BUILD]", |
| 715 "name": "SimdJs - all", | 730 "name": "SimdJs - all", |
| 716 "~followup_annotations": [ | 731 "~followup_annotations": [ |
| 717 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 732 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 718 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 733 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 719 "@@@STEP_LOG_LINE@durations@@@@", | 734 "@@@STEP_LOG_LINE@durations@@@@", |
| 720 "@@@STEP_LOG_LINE@durations@Details:@@@", | 735 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 721 "@@@STEP_LOG_LINE@durations@@@@", | 736 "@@@STEP_LOG_LINE@durations@@@@", |
| 722 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 737 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 723 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 738 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 724 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 739 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 725 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 740 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 726 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 741 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 727 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 742 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 728 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 743 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 729 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 744 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 730 "@@@STEP_LOG_END@durations@@@" | 745 "@@@STEP_LOG_END@durations@@@" |
| 731 ] | 746 ] |
| 732 }, | 747 }, |
| 733 { | 748 { |
| 734 "name": "$result", | 749 "name": "$result", |
| 735 "recipe_result": null, | 750 "recipe_result": null, |
| 736 "status_code": 0 | 751 "status_code": 0 |
| 737 } | 752 } |
| 738 ] | 753 ] |
| OLD | NEW |