| 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_mac64_rel", | 10 "v8_mac64_rel", |
| 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=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch
=x64", | 98 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/go
ma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", |
| 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 "Release", | 152 "Release", |
| 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/Release/bot_default.isolated.gen.json", | 193 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", |
| 188 "[CWD]/v8/out/Release/ignition.isolated.gen.json", | 194 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json", |
| 189 "[CWD]/v8/out/Release/mozilla.isolated.gen.json", | 195 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json", |
| 190 "[CWD]/v8/out/Release/simdjs.isolated.gen.json", | 196 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json", |
| 191 "[CWD]/v8/out/Release/test262.isolated.gen.json" | 197 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" |
| 192 ], | 198 ], |
| 199 "cwd": "[SLAVE_BUILD]", |
| 193 "name": "isolate tests", | 200 "name": "isolate tests", |
| 194 "~followup_annotations": [ | 201 "~followup_annotations": [ |
| 195 "@@@STEP_LOG_LINE@json.output@{@@@", | 202 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 196 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 203 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 197 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", | 204 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", |
| 198 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", | 205 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", |
| 199 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", | 206 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", |
| 200 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 207 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
| 201 "@@@STEP_LOG_LINE@json.output@}@@@", | 208 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 202 "@@@STEP_LOG_END@json.output@@@" | 209 "@@@STEP_LOG_END@json.output@@@" |
| 203 ] | 210 ] |
| 204 }, | 211 }, |
| 205 { | 212 { |
| 206 "cmd": [ | 213 "cmd": [ |
| 207 "python", | 214 "python", |
| 208 "-u", | 215 "-u", |
| 209 "[CWD]/v8/tools/swarming_client/swarming.py", | 216 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 210 "trigger", | 217 "trigger", |
| 211 "--swarming", | 218 "--swarming", |
| 212 "https://chromium-swarm.appspot.com", | 219 "https://chromium-swarm.appspot.com", |
| 213 "--isolate-server", | 220 "--isolate-server", |
| 214 "https://isolateserver.appspot.com", | 221 "https://isolateserver.appspot.com", |
| 215 "--priority", | 222 "--priority", |
| 216 "30", | 223 "30", |
| 217 "--shards", | 224 "--shards", |
| 218 "1", | 225 "1", |
| 219 "--task-name", | 226 "--task-name", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 "--timeout=200", | 287 "--timeout=200", |
| 281 "--random-seed=1127209095", | 288 "--random-seed=1127209095", |
| 282 "bot_default", | 289 "bot_default", |
| 283 "--exhaustive-variants", | 290 "--exhaustive-variants", |
| 284 "--dcheck-always-on", | 291 "--dcheck-always-on", |
| 285 "--rerun-failures-count=2", | 292 "--rerun-failures-count=2", |
| 286 "--swarming", | 293 "--swarming", |
| 287 "--json-test-results", | 294 "--json-test-results", |
| 288 "${ISOLATED_OUTDIR}/output.json" | 295 "${ISOLATED_OUTDIR}/output.json" |
| 289 ], | 296 ], |
| 297 "cwd": "[SLAVE_BUILD]", |
| 290 "name": "[trigger] Check on Mac-10.9", | 298 "name": "[trigger] Check on Mac-10.9", |
| 291 "~followup_annotations": [ | 299 "~followup_annotations": [ |
| 292 "@@@STEP_LOG_LINE@json.output@{@@@", | 300 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 293 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Mac-10.9/[dumm
y has/v8_mac64_rel/571\", @@@", | 301 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Mac-10.9/[dumm
y has/v8_mac64_rel/571\", @@@", |
| 294 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 302 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 295 "@@@STEP_LOG_LINE@json.output@ \"Check/Mac-10.9/[dummy has/v8_mac64_rel
/571\": {@@@", | 303 "@@@STEP_LOG_LINE@json.output@ \"Check/Mac-10.9/[dummy has/v8_mac64_rel
/571\": {@@@", |
| 296 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 304 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 297 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 305 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 298 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 306 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 299 "@@@STEP_LOG_LINE@json.output@ }@@@", | 307 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 300 "@@@STEP_LOG_LINE@json.output@ }@@@", | 308 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 301 "@@@STEP_LOG_LINE@json.output@}@@@", | 309 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 302 "@@@STEP_LOG_END@json.output@@@", | 310 "@@@STEP_LOG_END@json.output@@@", |
| 303 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 311 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 304 ] | 312 ] |
| 305 }, | 313 }, |
| 306 { | 314 { |
| 307 "cmd": [ | 315 "cmd": [ |
| 308 "python", | 316 "python", |
| 309 "-u", | 317 "-u", |
| 310 "[CWD]/v8/tools/swarming_client/swarming.py", | 318 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 311 "trigger", | 319 "trigger", |
| 312 "--swarming", | 320 "--swarming", |
| 313 "https://chromium-swarm.appspot.com", | 321 "https://chromium-swarm.appspot.com", |
| 314 "--isolate-server", | 322 "--isolate-server", |
| 315 "https://isolateserver.appspot.com", | 323 "https://isolateserver.appspot.com", |
| 316 "--priority", | 324 "--priority", |
| 317 "30", | 325 "30", |
| 318 "--shards", | 326 "--shards", |
| 319 "1", | 327 "1", |
| 320 "--task-name", | 328 "--task-name", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 382 "--random-seed=1127209095", | 390 "--random-seed=1127209095", |
| 383 "test262", | 391 "test262", |
| 384 "--download-data", | 392 "--download-data", |
| 385 "--variants=default", | 393 "--variants=default", |
| 386 "--dcheck-always-on", | 394 "--dcheck-always-on", |
| 387 "--rerun-failures-count=2", | 395 "--rerun-failures-count=2", |
| 388 "--swarming", | 396 "--swarming", |
| 389 "--json-test-results", | 397 "--json-test-results", |
| 390 "${ISOLATED_OUTDIR}/output.json" | 398 "${ISOLATED_OUTDIR}/output.json" |
| 391 ], | 399 ], |
| 400 "cwd": "[SLAVE_BUILD]", |
| 392 "name": "[trigger] Test262 - no variants on Mac-10.9", | 401 "name": "[trigger] Test262 - no variants on Mac-10.9", |
| 393 "~followup_annotations": [ | 402 "~followup_annotations": [ |
| 394 "@@@STEP_LOG_LINE@json.output@{@@@", | 403 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 395 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Mac-10.9/[dummy has/v8_mac64_rel/571\", @@@", | 404 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Mac-10.9/[dummy has/v8_mac64_rel/571\", @@@", |
| 396 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 405 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 397 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Mac-10.9/[dummy
has/v8_mac64_rel/571\": {@@@", | 406 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Mac-10.9/[dummy
has/v8_mac64_rel/571\": {@@@", |
| 398 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 407 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 399 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 408 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 400 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 409 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 401 "@@@STEP_LOG_LINE@json.output@ }@@@", | 410 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 402 "@@@STEP_LOG_LINE@json.output@ }@@@", | 411 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 403 "@@@STEP_LOG_LINE@json.output@}@@@", | 412 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 404 "@@@STEP_LOG_END@json.output@@@", | 413 "@@@STEP_LOG_END@json.output@@@", |
| 405 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 414 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 406 ] | 415 ] |
| 407 }, | 416 }, |
| 408 { | 417 { |
| 409 "cmd": [ | 418 "cmd": [ |
| 410 "python", | 419 "python", |
| 411 "-u", | 420 "-u", |
| 412 "[CWD]/v8/tools/swarming_client/swarming.py", | 421 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 413 "trigger", | 422 "trigger", |
| 414 "--swarming", | 423 "--swarming", |
| 415 "https://chromium-swarm.appspot.com", | 424 "https://chromium-swarm.appspot.com", |
| 416 "--isolate-server", | 425 "--isolate-server", |
| 417 "https://isolateserver.appspot.com", | 426 "https://isolateserver.appspot.com", |
| 418 "--priority", | 427 "--priority", |
| 419 "30", | 428 "30", |
| 420 "--shards", | 429 "--shards", |
| 421 "1", | 430 "1", |
| 422 "--task-name", | 431 "--task-name", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 "--timeout=200", | 492 "--timeout=200", |
| 484 "--random-seed=1127209095", | 493 "--random-seed=1127209095", |
| 485 "mozilla", | 494 "mozilla", |
| 486 "--exhaustive-variants", | 495 "--exhaustive-variants", |
| 487 "--dcheck-always-on", | 496 "--dcheck-always-on", |
| 488 "--rerun-failures-count=2", | 497 "--rerun-failures-count=2", |
| 489 "--swarming", | 498 "--swarming", |
| 490 "--json-test-results", | 499 "--json-test-results", |
| 491 "${ISOLATED_OUTDIR}/output.json" | 500 "${ISOLATED_OUTDIR}/output.json" |
| 492 ], | 501 ], |
| 502 "cwd": "[SLAVE_BUILD]", |
| 493 "name": "[trigger] Mozilla on Mac-10.9", | 503 "name": "[trigger] Mozilla on Mac-10.9", |
| 494 "~followup_annotations": [ | 504 "~followup_annotations": [ |
| 495 "@@@STEP_LOG_LINE@json.output@{@@@", | 505 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 496 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Mac-10.9/[du
mmy has/v8_mac64_rel/571\", @@@", | 506 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Mac-10.9/[du
mmy has/v8_mac64_rel/571\", @@@", |
| 497 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 507 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 498 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Mac-10.9/[dummy has/v8_mac64_r
el/571\": {@@@", | 508 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Mac-10.9/[dummy has/v8_mac64_r
el/571\": {@@@", |
| 499 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 509 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 500 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 510 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 501 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 511 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 502 "@@@STEP_LOG_LINE@json.output@ }@@@", | 512 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 503 "@@@STEP_LOG_LINE@json.output@ }@@@", | 513 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 504 "@@@STEP_LOG_LINE@json.output@}@@@", | 514 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 505 "@@@STEP_LOG_END@json.output@@@", | 515 "@@@STEP_LOG_END@json.output@@@", |
| 506 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 516 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 507 ] | 517 ] |
| 508 }, | 518 }, |
| 509 { | 519 { |
| 510 "cmd": [ | 520 "cmd": [ |
| 511 "python", | 521 "python", |
| 512 "-u", | 522 "-u", |
| 513 "[CWD]/v8/tools/swarming_client/swarming.py", | 523 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 514 "trigger", | 524 "trigger", |
| 515 "--swarming", | 525 "--swarming", |
| 516 "https://chromium-swarm.appspot.com", | 526 "https://chromium-swarm.appspot.com", |
| 517 "--isolate-server", | 527 "--isolate-server", |
| 518 "https://isolateserver.appspot.com", | 528 "https://isolateserver.appspot.com", |
| 519 "--priority", | 529 "--priority", |
| 520 "30", | 530 "30", |
| 521 "--shards", | 531 "--shards", |
| 522 "1", | 532 "1", |
| 523 "--task-name", | 533 "--task-name", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 585 "--random-seed=1127209095", | 595 "--random-seed=1127209095", |
| 586 "simdjs", | 596 "simdjs", |
| 587 "--download-data", | 597 "--download-data", |
| 588 "--exhaustive-variants", | 598 "--exhaustive-variants", |
| 589 "--dcheck-always-on", | 599 "--dcheck-always-on", |
| 590 "--rerun-failures-count=2", | 600 "--rerun-failures-count=2", |
| 591 "--swarming", | 601 "--swarming", |
| 592 "--json-test-results", | 602 "--json-test-results", |
| 593 "${ISOLATED_OUTDIR}/output.json" | 603 "${ISOLATED_OUTDIR}/output.json" |
| 594 ], | 604 ], |
| 605 "cwd": "[SLAVE_BUILD]", |
| 595 "name": "[trigger] SimdJs - all on Mac-10.9", | 606 "name": "[trigger] SimdJs - all on Mac-10.9", |
| 596 "~followup_annotations": [ | 607 "~followup_annotations": [ |
| 597 "@@@STEP_LOG_LINE@json.output@{@@@", | 608 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 598 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Mac-10.
9/[dummy has/v8_mac64_rel/571\", @@@", | 609 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Mac-10.
9/[dummy has/v8_mac64_rel/571\", @@@", |
| 599 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 610 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 600 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Mac-10.9/[dummy has/v8_ma
c64_rel/571\": {@@@", | 611 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Mac-10.9/[dummy has/v8_ma
c64_rel/571\": {@@@", |
| 601 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 612 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 602 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 613 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 603 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 614 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 604 "@@@STEP_LOG_LINE@json.output@ }@@@", | 615 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 605 "@@@STEP_LOG_LINE@json.output@ }@@@", | 616 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 606 "@@@STEP_LOG_LINE@json.output@}@@@", | 617 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 607 "@@@STEP_LOG_END@json.output@@@", | 618 "@@@STEP_LOG_END@json.output@@@", |
| 608 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 619 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 609 ] | 620 ] |
| 610 }, | 621 }, |
| 611 { | 622 { |
| 612 "cmd": [ | 623 "cmd": [ |
| 613 "python", | 624 "python", |
| 614 "-u", | 625 "-u", |
| 615 "[CWD]/v8/tools/swarming_client/swarming.py", | 626 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 616 "trigger", | 627 "trigger", |
| 617 "--swarming", | 628 "--swarming", |
| 618 "https://chromium-swarm.appspot.com", | 629 "https://chromium-swarm.appspot.com", |
| 619 "--isolate-server", | 630 "--isolate-server", |
| 620 "https://isolateserver.appspot.com", | 631 "https://isolateserver.appspot.com", |
| 621 "--priority", | 632 "--priority", |
| 622 "30", | 633 "30", |
| 623 "--shards", | 634 "--shards", |
| 624 "1", | 635 "1", |
| 625 "--task-name", | 636 "--task-name", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 687 "--random-seed=1127209095", | 698 "--random-seed=1127209095", |
| 688 "ignition", | 699 "ignition", |
| 689 "--ignition-turbofan", | 700 "--ignition-turbofan", |
| 690 "--variants=ignition_turbofan", | 701 "--variants=ignition_turbofan", |
| 691 "--dcheck-always-on", | 702 "--dcheck-always-on", |
| 692 "--rerun-failures-count=2", | 703 "--rerun-failures-count=2", |
| 693 "--swarming", | 704 "--swarming", |
| 694 "--json-test-results", | 705 "--json-test-results", |
| 695 "${ISOLATED_OUTDIR}/output.json" | 706 "${ISOLATED_OUTDIR}/output.json" |
| 696 ], | 707 ], |
| 708 "cwd": "[SLAVE_BUILD]", |
| 697 "name": "[trigger] Ignition - turbofan on Mac-10.9", | 709 "name": "[trigger] Ignition - turbofan on Mac-10.9", |
| 698 "~followup_annotations": [ | 710 "~followup_annotations": [ |
| 699 "@@@STEP_LOG_LINE@json.output@{@@@", | 711 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 700 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Mac-10.9/[dummy has/v8_mac64_rel/571\", @@@", | 712 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Mac-10.9/[dummy has/v8_mac64_rel/571\", @@@", |
| 701 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 713 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 702 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Mac-10.9/[dummy ha
s/v8_mac64_rel/571\": {@@@", | 714 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Mac-10.9/[dummy ha
s/v8_mac64_rel/571\": {@@@", |
| 703 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 715 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 704 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 716 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 705 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 717 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 706 "@@@STEP_LOG_LINE@json.output@ }@@@", | 718 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 707 "@@@STEP_LOG_LINE@json.output@ }@@@", | 719 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 708 "@@@STEP_LOG_LINE@json.output@}@@@", | 720 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 709 "@@@STEP_LOG_END@json.output@@@", | 721 "@@@STEP_LOG_END@json.output@@@", |
| 710 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 722 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 711 ] | 723 ] |
| 712 }, | 724 }, |
| 713 { | 725 { |
| 714 "allow_subannotations": true, | 726 "allow_subannotations": true, |
| 715 "cmd": [ | 727 "cmd": [ |
| 716 "python", | 728 "python", |
| 717 "-u", | 729 "-u", |
| 718 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 730 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 719 "--swarming-client-dir", | 731 "--swarming-client-dir", |
| 720 "[CWD]/v8/tools/swarming_client", | 732 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 721 "--temp-root-dir", | 733 "--temp-root-dir", |
| 722 "[TMP]", | 734 "[TMP_BASE]", |
| 723 "--merged-test-output", | 735 "--merged-test-output", |
| 724 "/path/to/tmp/json", | 736 "/path/to/tmp/json", |
| 725 "--", | 737 "--", |
| 726 "collect", | 738 "collect", |
| 727 "--swarming", | 739 "--swarming", |
| 728 "https://chromium-swarm.appspot.com", | 740 "https://chromium-swarm.appspot.com", |
| 729 "--decorate", | 741 "--decorate", |
| 730 "--print-status-updates", | 742 "--print-status-updates", |
| 731 "--shards", | 743 "--shards", |
| 732 "1", | 744 "1", |
| 733 "Check/Mac-10.9/[dummy has/v8_mac64_rel/571" | 745 "Check/Mac-10.9/[dummy has/v8_mac64_rel/571" |
| 734 ], | 746 ], |
| 747 "cwd": "[SLAVE_BUILD]", |
| 735 "name": "Check", | 748 "name": "Check", |
| 736 "~followup_annotations": [ | 749 "~followup_annotations": [ |
| 737 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 750 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 738 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 751 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 739 "@@@STEP_LOG_LINE@durations@@@@", | 752 "@@@STEP_LOG_LINE@durations@@@@", |
| 740 "@@@STEP_LOG_LINE@durations@Details:@@@", | 753 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 741 "@@@STEP_LOG_LINE@durations@@@@", | 754 "@@@STEP_LOG_LINE@durations@@@@", |
| 742 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 755 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 743 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 756 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 744 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 757 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 745 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 758 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 746 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 759 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 747 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 760 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 748 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 761 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 749 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 762 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 750 "@@@STEP_LOG_END@durations@@@" | 763 "@@@STEP_LOG_END@durations@@@" |
| 751 ] | 764 ] |
| 752 }, | 765 }, |
| 753 { | 766 { |
| 754 "allow_subannotations": true, | 767 "allow_subannotations": true, |
| 755 "cmd": [ | 768 "cmd": [ |
| 756 "python", | 769 "python", |
| 757 "-u", | 770 "-u", |
| 758 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 771 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 759 "--swarming-client-dir", | 772 "--swarming-client-dir", |
| 760 "[CWD]/v8/tools/swarming_client", | 773 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 761 "--temp-root-dir", | 774 "--temp-root-dir", |
| 762 "[TMP]", | 775 "[TMP_BASE]", |
| 763 "--merged-test-output", | 776 "--merged-test-output", |
| 764 "/path/to/tmp/json", | 777 "/path/to/tmp/json", |
| 765 "--", | 778 "--", |
| 766 "collect", | 779 "collect", |
| 767 "--swarming", | 780 "--swarming", |
| 768 "https://chromium-swarm.appspot.com", | 781 "https://chromium-swarm.appspot.com", |
| 769 "--decorate", | 782 "--decorate", |
| 770 "--print-status-updates", | 783 "--print-status-updates", |
| 771 "--shards", | 784 "--shards", |
| 772 "1", | 785 "1", |
| 773 "Test262 - no variants/Mac-10.9/[dummy has/v8_mac64_rel/571" | 786 "Test262 - no variants/Mac-10.9/[dummy has/v8_mac64_rel/571" |
| 774 ], | 787 ], |
| 788 "cwd": "[SLAVE_BUILD]", |
| 775 "name": "Test262 - no variants", | 789 "name": "Test262 - no variants", |
| 776 "~followup_annotations": [ | 790 "~followup_annotations": [ |
| 777 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 791 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 778 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 792 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 779 "@@@STEP_LOG_LINE@durations@@@@", | 793 "@@@STEP_LOG_LINE@durations@@@@", |
| 780 "@@@STEP_LOG_LINE@durations@Details:@@@", | 794 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 781 "@@@STEP_LOG_LINE@durations@@@@", | 795 "@@@STEP_LOG_LINE@durations@@@@", |
| 782 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 796 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 783 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 797 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 784 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 798 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 785 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 799 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 786 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 800 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 787 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 801 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 788 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 802 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 789 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 803 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 790 "@@@STEP_LOG_END@durations@@@" | 804 "@@@STEP_LOG_END@durations@@@" |
| 791 ] | 805 ] |
| 792 }, | 806 }, |
| 793 { | 807 { |
| 794 "allow_subannotations": true, | 808 "allow_subannotations": true, |
| 795 "cmd": [ | 809 "cmd": [ |
| 796 "python", | 810 "python", |
| 797 "-u", | 811 "-u", |
| 798 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 812 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 799 "--swarming-client-dir", | 813 "--swarming-client-dir", |
| 800 "[CWD]/v8/tools/swarming_client", | 814 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 801 "--temp-root-dir", | 815 "--temp-root-dir", |
| 802 "[TMP]", | 816 "[TMP_BASE]", |
| 803 "--merged-test-output", | 817 "--merged-test-output", |
| 804 "/path/to/tmp/json", | 818 "/path/to/tmp/json", |
| 805 "--", | 819 "--", |
| 806 "collect", | 820 "collect", |
| 807 "--swarming", | 821 "--swarming", |
| 808 "https://chromium-swarm.appspot.com", | 822 "https://chromium-swarm.appspot.com", |
| 809 "--decorate", | 823 "--decorate", |
| 810 "--print-status-updates", | 824 "--print-status-updates", |
| 811 "--shards", | 825 "--shards", |
| 812 "1", | 826 "1", |
| 813 "Mozilla/Mac-10.9/[dummy has/v8_mac64_rel/571" | 827 "Mozilla/Mac-10.9/[dummy has/v8_mac64_rel/571" |
| 814 ], | 828 ], |
| 829 "cwd": "[SLAVE_BUILD]", |
| 815 "name": "Mozilla", | 830 "name": "Mozilla", |
| 816 "~followup_annotations": [ | 831 "~followup_annotations": [ |
| 817 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 832 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 818 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 833 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 819 "@@@STEP_LOG_LINE@durations@@@@", | 834 "@@@STEP_LOG_LINE@durations@@@@", |
| 820 "@@@STEP_LOG_LINE@durations@Details:@@@", | 835 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 821 "@@@STEP_LOG_LINE@durations@@@@", | 836 "@@@STEP_LOG_LINE@durations@@@@", |
| 822 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 837 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 823 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 838 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 824 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 839 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 825 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 840 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 826 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 841 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 827 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 842 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 828 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 843 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 829 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 844 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 830 "@@@STEP_LOG_END@durations@@@" | 845 "@@@STEP_LOG_END@durations@@@" |
| 831 ] | 846 ] |
| 832 }, | 847 }, |
| 833 { | 848 { |
| 834 "allow_subannotations": true, | 849 "allow_subannotations": true, |
| 835 "cmd": [ | 850 "cmd": [ |
| 836 "python", | 851 "python", |
| 837 "-u", | 852 "-u", |
| 838 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 853 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 839 "--swarming-client-dir", | 854 "--swarming-client-dir", |
| 840 "[CWD]/v8/tools/swarming_client", | 855 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 841 "--temp-root-dir", | 856 "--temp-root-dir", |
| 842 "[TMP]", | 857 "[TMP_BASE]", |
| 843 "--merged-test-output", | 858 "--merged-test-output", |
| 844 "/path/to/tmp/json", | 859 "/path/to/tmp/json", |
| 845 "--", | 860 "--", |
| 846 "collect", | 861 "collect", |
| 847 "--swarming", | 862 "--swarming", |
| 848 "https://chromium-swarm.appspot.com", | 863 "https://chromium-swarm.appspot.com", |
| 849 "--decorate", | 864 "--decorate", |
| 850 "--print-status-updates", | 865 "--print-status-updates", |
| 851 "--shards", | 866 "--shards", |
| 852 "1", | 867 "1", |
| 853 "SimdJs - all/Mac-10.9/[dummy has/v8_mac64_rel/571" | 868 "SimdJs - all/Mac-10.9/[dummy has/v8_mac64_rel/571" |
| 854 ], | 869 ], |
| 870 "cwd": "[SLAVE_BUILD]", |
| 855 "name": "SimdJs - all", | 871 "name": "SimdJs - all", |
| 856 "~followup_annotations": [ | 872 "~followup_annotations": [ |
| 857 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 873 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 858 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 874 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 859 "@@@STEP_LOG_LINE@durations@@@@", | 875 "@@@STEP_LOG_LINE@durations@@@@", |
| 860 "@@@STEP_LOG_LINE@durations@Details:@@@", | 876 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 861 "@@@STEP_LOG_LINE@durations@@@@", | 877 "@@@STEP_LOG_LINE@durations@@@@", |
| 862 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 878 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 863 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 879 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 864 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 880 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 865 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 881 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 866 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 882 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 867 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 883 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 868 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 884 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 869 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 885 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 870 "@@@STEP_LOG_END@durations@@@" | 886 "@@@STEP_LOG_END@durations@@@" |
| 871 ] | 887 ] |
| 872 }, | 888 }, |
| 873 { | 889 { |
| 874 "allow_subannotations": true, | 890 "allow_subannotations": true, |
| 875 "cmd": [ | 891 "cmd": [ |
| 876 "python", | 892 "python", |
| 877 "-u", | 893 "-u", |
| 878 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 894 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 879 "--swarming-client-dir", | 895 "--swarming-client-dir", |
| 880 "[CWD]/v8/tools/swarming_client", | 896 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 881 "--temp-root-dir", | 897 "--temp-root-dir", |
| 882 "[TMP]", | 898 "[TMP_BASE]", |
| 883 "--merged-test-output", | 899 "--merged-test-output", |
| 884 "/path/to/tmp/json", | 900 "/path/to/tmp/json", |
| 885 "--", | 901 "--", |
| 886 "collect", | 902 "collect", |
| 887 "--swarming", | 903 "--swarming", |
| 888 "https://chromium-swarm.appspot.com", | 904 "https://chromium-swarm.appspot.com", |
| 889 "--decorate", | 905 "--decorate", |
| 890 "--print-status-updates", | 906 "--print-status-updates", |
| 891 "--shards", | 907 "--shards", |
| 892 "1", | 908 "1", |
| 893 "Ignition - turbofan/Mac-10.9/[dummy has/v8_mac64_rel/571" | 909 "Ignition - turbofan/Mac-10.9/[dummy has/v8_mac64_rel/571" |
| 894 ], | 910 ], |
| 911 "cwd": "[SLAVE_BUILD]", |
| 895 "name": "Ignition - turbofan", | 912 "name": "Ignition - turbofan", |
| 896 "~followup_annotations": [ | 913 "~followup_annotations": [ |
| 897 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 914 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 898 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 915 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 899 "@@@STEP_LOG_LINE@durations@@@@", | 916 "@@@STEP_LOG_LINE@durations@@@@", |
| 900 "@@@STEP_LOG_LINE@durations@Details:@@@", | 917 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 901 "@@@STEP_LOG_LINE@durations@@@@", | 918 "@@@STEP_LOG_LINE@durations@@@@", |
| 902 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 919 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 903 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 920 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 904 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 921 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 905 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 922 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 906 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 923 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 907 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 924 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 908 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 925 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 909 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 926 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 910 "@@@STEP_LOG_END@durations@@@" | 927 "@@@STEP_LOG_END@durations@@@" |
| 911 ] | 928 ] |
| 912 }, | 929 }, |
| 913 { | 930 { |
| 914 "name": "$result", | 931 "name": "$result", |
| 915 "recipe_result": null, | 932 "recipe_result": null, |
| 916 "status_code": 0 | 933 "status_code": 0 |
| 917 } | 934 } |
| 918 ] | 935 ] |
| OLD | NEW |