| 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 Linux64 - cfi", | 10 "V8 Linux64 - cfi", |
| 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": "cfi_diag=1 cfi_vptr=1 clang=1 gomadir='[ROOT]/b/build/goma
' release_extra_cflags='-O1 -fno-inline-functions -fno-inline' target_arch=x64 t
est_isolation_mode=prepare use_goma=1 v8_target_arch=x64", | 92 "GYP_DEFINES": "cfi_diag=1 cfi_vptr=1 clang=1 gomadir='[BUILD]/goma' relea
se_extra_cflags='-O1 -fno-inline-functions -fno-inline' target_arch=x64 test_iso
lation_mode=prepare use_goma=1 v8_target_arch=x64", |
| 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/benchmarks.isolated.gen.json", | 185 "[SLAVE_BUILD]/v8/out/Release/benchmarks.isolated.gen.json", |
| 180 "[CWD]/v8/out/Release/bot_default.isolated.gen.json", | 186 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", |
| 181 "[CWD]/v8/out/Release/ignition.isolated.gen.json", | 187 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json", |
| 182 "[CWD]/v8/out/Release/mozilla.isolated.gen.json", | 188 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json", |
| 183 "[CWD]/v8/out/Release/optimize_for_size.isolated.gen.json", | 189 "[SLAVE_BUILD]/v8/out/Release/optimize_for_size.isolated.gen.json", |
| 184 "[CWD]/v8/out/Release/simdjs.isolated.gen.json", | 190 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json", |
| 185 "[CWD]/v8/out/Release/test262.isolated.gen.json" | 191 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" |
| 186 ], | 192 ], |
| 193 "cwd": "[SLAVE_BUILD]", |
| 187 "name": "isolate tests", | 194 "name": "isolate tests", |
| 188 "~followup_annotations": [ | 195 "~followup_annotations": [ |
| 189 "@@@STEP_LOG_LINE@json.output@{@@@", | 196 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 190 "@@@STEP_LOG_LINE@json.output@ \"benchmarks\": \"[dummy hash for benchmar
ks]\", @@@", | 197 "@@@STEP_LOG_LINE@json.output@ \"benchmarks\": \"[dummy hash for benchmar
ks]\", @@@", |
| 191 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 198 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 192 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", | 199 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", |
| 193 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", | 200 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", |
| 194 "@@@STEP_LOG_LINE@json.output@ \"optimize_for_size\": \"[dummy hash for o
ptimize_for_size]\", @@@", | 201 "@@@STEP_LOG_LINE@json.output@ \"optimize_for_size\": \"[dummy hash for o
ptimize_for_size]\", @@@", |
| 195 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", | 202 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", |
| 196 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 203 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
| 197 "@@@STEP_LOG_LINE@json.output@}@@@", | 204 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 198 "@@@STEP_LOG_END@json.output@@@" | 205 "@@@STEP_LOG_END@json.output@@@" |
| 199 ] | 206 ] |
| 200 }, | 207 }, |
| 201 { | 208 { |
| 202 "cmd": [ | 209 "cmd": [ |
| 203 "python", | 210 "python", |
| 204 "-u", | 211 "-u", |
| 205 "[CWD]/v8/tools/swarming_client/swarming.py", | 212 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 206 "trigger", | 213 "trigger", |
| 207 "--swarming", | 214 "--swarming", |
| 208 "https://chromium-swarm.appspot.com", | 215 "https://chromium-swarm.appspot.com", |
| 209 "--isolate-server", | 216 "--isolate-server", |
| 210 "https://isolateserver.appspot.com", | 217 "https://isolateserver.appspot.com", |
| 211 "--priority", | 218 "--priority", |
| 212 "25", | 219 "25", |
| 213 "--shards", | 220 "--shards", |
| 214 "1", | 221 "1", |
| 215 "--task-name", | 222 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 "--timeout=200", | 277 "--timeout=200", |
| 271 "--random-seed=1260174835", | 278 "--random-seed=1260174835", |
| 272 "bot_default", | 279 "bot_default", |
| 273 "--exhaustive-variants", | 280 "--exhaustive-variants", |
| 274 "--cfi-vptr", | 281 "--cfi-vptr", |
| 275 "--rerun-failures-count=2", | 282 "--rerun-failures-count=2", |
| 276 "--swarming", | 283 "--swarming", |
| 277 "--json-test-results", | 284 "--json-test-results", |
| 278 "${ISOLATED_OUTDIR}/output.json" | 285 "${ISOLATED_OUTDIR}/output.json" |
| 279 ], | 286 ], |
| 287 "cwd": "[SLAVE_BUILD]", |
| 280 "name": "[trigger] Check on Ubuntu-14.04", | 288 "name": "[trigger] Check on Ubuntu-14.04", |
| 281 "~followup_annotations": [ | 289 "~followup_annotations": [ |
| 282 "@@@STEP_LOG_LINE@json.output@{@@@", | 290 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 283 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-14.04/[
dummy has/V8 Linux64 - cfi/571\", @@@", | 291 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-14.04/[
dummy has/V8 Linux64 - cfi/571\", @@@", |
| 284 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 292 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 285 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/V8 Linux
64 - cfi/571\": {@@@", | 293 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/V8 Linux
64 - cfi/571\": {@@@", |
| 286 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 294 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 287 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 295 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 288 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 296 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 289 "@@@STEP_LOG_LINE@json.output@ }@@@", | 297 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 290 "@@@STEP_LOG_LINE@json.output@ }@@@", | 298 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 291 "@@@STEP_LOG_LINE@json.output@}@@@", | 299 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 292 "@@@STEP_LOG_END@json.output@@@", | 300 "@@@STEP_LOG_END@json.output@@@", |
| 293 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 301 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 294 ] | 302 ] |
| 295 }, | 303 }, |
| 296 { | 304 { |
| 297 "cmd": [ | 305 "cmd": [ |
| 298 "python", | 306 "python", |
| 299 "-u", | 307 "-u", |
| 300 "[CWD]/v8/tools/swarming_client/swarming.py", | 308 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 301 "trigger", | 309 "trigger", |
| 302 "--swarming", | 310 "--swarming", |
| 303 "https://chromium-swarm.appspot.com", | 311 "https://chromium-swarm.appspot.com", |
| 304 "--isolate-server", | 312 "--isolate-server", |
| 305 "https://isolateserver.appspot.com", | 313 "https://isolateserver.appspot.com", |
| 306 "--priority", | 314 "--priority", |
| 307 "25", | 315 "25", |
| 308 "--shards", | 316 "--shards", |
| 309 "1", | 317 "1", |
| 310 "--task-name", | 318 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 "--random-seed=1260174835", | 374 "--random-seed=1260174835", |
| 367 "optimize_for_size", | 375 "optimize_for_size", |
| 368 "--extra-flags=--optimize-for-size", | 376 "--extra-flags=--optimize-for-size", |
| 369 "--variants=default", | 377 "--variants=default", |
| 370 "--cfi-vptr", | 378 "--cfi-vptr", |
| 371 "--rerun-failures-count=2", | 379 "--rerun-failures-count=2", |
| 372 "--swarming", | 380 "--swarming", |
| 373 "--json-test-results", | 381 "--json-test-results", |
| 374 "${ISOLATED_OUTDIR}/output.json" | 382 "${ISOLATED_OUTDIR}/output.json" |
| 375 ], | 383 ], |
| 384 "cwd": "[SLAVE_BUILD]", |
| 376 "name": "[trigger] OptimizeForSize on Ubuntu-14.04", | 385 "name": "[trigger] OptimizeForSize on Ubuntu-14.04", |
| 377 "~followup_annotations": [ | 386 "~followup_annotations": [ |
| 378 "@@@STEP_LOG_LINE@json.output@{@@@", | 387 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 379 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"OptimizeForSize/Ubun
tu-14.04/[dummy has/V8 Linux64 - cfi/571\", @@@", | 388 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"OptimizeForSize/Ubun
tu-14.04/[dummy has/V8 Linux64 - cfi/571\", @@@", |
| 380 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 389 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 381 "@@@STEP_LOG_LINE@json.output@ \"OptimizeForSize/Ubuntu-14.04/[dummy ha
s/V8 Linux64 - cfi/571\": {@@@", | 390 "@@@STEP_LOG_LINE@json.output@ \"OptimizeForSize/Ubuntu-14.04/[dummy ha
s/V8 Linux64 - cfi/571\": {@@@", |
| 382 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 391 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 383 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 392 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 384 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 393 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 385 "@@@STEP_LOG_LINE@json.output@ }@@@", | 394 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 386 "@@@STEP_LOG_LINE@json.output@ }@@@", | 395 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 387 "@@@STEP_LOG_LINE@json.output@}@@@", | 396 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 388 "@@@STEP_LOG_END@json.output@@@", | 397 "@@@STEP_LOG_END@json.output@@@", |
| 389 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 398 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 390 ] | 399 ] |
| 391 }, | 400 }, |
| 392 { | 401 { |
| 393 "cmd": [ | 402 "cmd": [ |
| 394 "python", | 403 "python", |
| 395 "-u", | 404 "-u", |
| 396 "[CWD]/v8/tools/swarming_client/swarming.py", | 405 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 397 "trigger", | 406 "trigger", |
| 398 "--swarming", | 407 "--swarming", |
| 399 "https://chromium-swarm.appspot.com", | 408 "https://chromium-swarm.appspot.com", |
| 400 "--isolate-server", | 409 "--isolate-server", |
| 401 "https://isolateserver.appspot.com", | 410 "https://isolateserver.appspot.com", |
| 402 "--priority", | 411 "--priority", |
| 403 "25", | 412 "25", |
| 404 "--shards", | 413 "--shards", |
| 405 "1", | 414 "1", |
| 406 "--task-name", | 415 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 "--random-seed=1260174835", | 471 "--random-seed=1260174835", |
| 463 "benchmarks", | 472 "benchmarks", |
| 464 "--download-data", | 473 "--download-data", |
| 465 "--exhaustive-variants", | 474 "--exhaustive-variants", |
| 466 "--cfi-vptr", | 475 "--cfi-vptr", |
| 467 "--rerun-failures-count=2", | 476 "--rerun-failures-count=2", |
| 468 "--swarming", | 477 "--swarming", |
| 469 "--json-test-results", | 478 "--json-test-results", |
| 470 "${ISOLATED_OUTDIR}/output.json" | 479 "${ISOLATED_OUTDIR}/output.json" |
| 471 ], | 480 ], |
| 481 "cwd": "[SLAVE_BUILD]", |
| 472 "name": "[trigger] Benchmarks on Ubuntu-14.04", | 482 "name": "[trigger] Benchmarks on Ubuntu-14.04", |
| 473 "~followup_annotations": [ | 483 "~followup_annotations": [ |
| 474 "@@@STEP_LOG_LINE@json.output@{@@@", | 484 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 475 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Benchmarks/Ubuntu-14
.04/[dummy has/V8 Linux64 - cfi/571\", @@@", | 485 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Benchmarks/Ubuntu-14
.04/[dummy has/V8 Linux64 - cfi/571\", @@@", |
| 476 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 486 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 477 "@@@STEP_LOG_LINE@json.output@ \"Benchmarks/Ubuntu-14.04/[dummy has/V8
Linux64 - cfi/571\": {@@@", | 487 "@@@STEP_LOG_LINE@json.output@ \"Benchmarks/Ubuntu-14.04/[dummy has/V8
Linux64 - cfi/571\": {@@@", |
| 478 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 488 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 479 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 489 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 480 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 490 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 481 "@@@STEP_LOG_LINE@json.output@ }@@@", | 491 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 482 "@@@STEP_LOG_LINE@json.output@ }@@@", | 492 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 483 "@@@STEP_LOG_LINE@json.output@}@@@", | 493 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 484 "@@@STEP_LOG_END@json.output@@@", | 494 "@@@STEP_LOG_END@json.output@@@", |
| 485 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 495 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 486 ] | 496 ] |
| 487 }, | 497 }, |
| 488 { | 498 { |
| 489 "cmd": [ | 499 "cmd": [ |
| 490 "python", | 500 "python", |
| 491 "-u", | 501 "-u", |
| 492 "[CWD]/v8/tools/swarming_client/swarming.py", | 502 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 493 "trigger", | 503 "trigger", |
| 494 "--swarming", | 504 "--swarming", |
| 495 "https://chromium-swarm.appspot.com", | 505 "https://chromium-swarm.appspot.com", |
| 496 "--isolate-server", | 506 "--isolate-server", |
| 497 "https://isolateserver.appspot.com", | 507 "https://isolateserver.appspot.com", |
| 498 "--priority", | 508 "--priority", |
| 499 "25", | 509 "25", |
| 500 "--shards", | 510 "--shards", |
| 501 "1", | 511 "1", |
| 502 "--task-name", | 512 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 558 "--random-seed=1260174835", | 568 "--random-seed=1260174835", |
| 559 "test262", | 569 "test262", |
| 560 "--download-data", | 570 "--download-data", |
| 561 "--variants=default", | 571 "--variants=default", |
| 562 "--cfi-vptr", | 572 "--cfi-vptr", |
| 563 "--rerun-failures-count=2", | 573 "--rerun-failures-count=2", |
| 564 "--swarming", | 574 "--swarming", |
| 565 "--json-test-results", | 575 "--json-test-results", |
| 566 "${ISOLATED_OUTDIR}/output.json" | 576 "${ISOLATED_OUTDIR}/output.json" |
| 567 ], | 577 ], |
| 578 "cwd": "[SLAVE_BUILD]", |
| 568 "name": "[trigger] Test262 - no variants on Ubuntu-14.04", | 579 "name": "[trigger] Test262 - no variants on Ubuntu-14.04", |
| 569 "~followup_annotations": [ | 580 "~followup_annotations": [ |
| 570 "@@@STEP_LOG_LINE@json.output@{@@@", | 581 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 571 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571\", @@@", | 582 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571\", @@@", |
| 572 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 583 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 573 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-14.04/[du
mmy has/V8 Linux64 - cfi/571\": {@@@", | 584 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-14.04/[du
mmy has/V8 Linux64 - cfi/571\": {@@@", |
| 574 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 585 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 575 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 586 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 576 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 587 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 577 "@@@STEP_LOG_LINE@json.output@ }@@@", | 588 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 578 "@@@STEP_LOG_LINE@json.output@ }@@@", | 589 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 579 "@@@STEP_LOG_LINE@json.output@}@@@", | 590 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 580 "@@@STEP_LOG_END@json.output@@@", | 591 "@@@STEP_LOG_END@json.output@@@", |
| 581 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 592 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 582 ] | 593 ] |
| 583 }, | 594 }, |
| 584 { | 595 { |
| 585 "cmd": [ | 596 "cmd": [ |
| 586 "python", | 597 "python", |
| 587 "-u", | 598 "-u", |
| 588 "[CWD]/v8/tools/swarming_client/swarming.py", | 599 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 589 "trigger", | 600 "trigger", |
| 590 "--swarming", | 601 "--swarming", |
| 591 "https://chromium-swarm.appspot.com", | 602 "https://chromium-swarm.appspot.com", |
| 592 "--isolate-server", | 603 "--isolate-server", |
| 593 "https://isolateserver.appspot.com", | 604 "https://isolateserver.appspot.com", |
| 594 "--priority", | 605 "--priority", |
| 595 "25", | 606 "25", |
| 596 "--shards", | 607 "--shards", |
| 597 "1", | 608 "1", |
| 598 "--task-name", | 609 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 653 "--timeout=200", | 664 "--timeout=200", |
| 654 "--random-seed=1260174835", | 665 "--random-seed=1260174835", |
| 655 "mozilla", | 666 "mozilla", |
| 656 "--exhaustive-variants", | 667 "--exhaustive-variants", |
| 657 "--cfi-vptr", | 668 "--cfi-vptr", |
| 658 "--rerun-failures-count=2", | 669 "--rerun-failures-count=2", |
| 659 "--swarming", | 670 "--swarming", |
| 660 "--json-test-results", | 671 "--json-test-results", |
| 661 "${ISOLATED_OUTDIR}/output.json" | 672 "${ISOLATED_OUTDIR}/output.json" |
| 662 ], | 673 ], |
| 674 "cwd": "[SLAVE_BUILD]", |
| 663 "name": "[trigger] Mozilla on Ubuntu-14.04", | 675 "name": "[trigger] Mozilla on Ubuntu-14.04", |
| 664 "~followup_annotations": [ | 676 "~followup_annotations": [ |
| 665 "@@@STEP_LOG_LINE@json.output@{@@@", | 677 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 666 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-14.04
/[dummy has/V8 Linux64 - cfi/571\", @@@", | 678 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-14.04
/[dummy has/V8 Linux64 - cfi/571\", @@@", |
| 667 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 679 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 668 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-14.04/[dummy has/V8 Lin
ux64 - cfi/571\": {@@@", | 680 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-14.04/[dummy has/V8 Lin
ux64 - cfi/571\": {@@@", |
| 669 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 681 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 670 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 682 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 671 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 683 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 672 "@@@STEP_LOG_LINE@json.output@ }@@@", | 684 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 673 "@@@STEP_LOG_LINE@json.output@ }@@@", | 685 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 674 "@@@STEP_LOG_LINE@json.output@}@@@", | 686 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 675 "@@@STEP_LOG_END@json.output@@@", | 687 "@@@STEP_LOG_END@json.output@@@", |
| 676 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 688 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 677 ] | 689 ] |
| 678 }, | 690 }, |
| 679 { | 691 { |
| 680 "cmd": [ | 692 "cmd": [ |
| 681 "python", | 693 "python", |
| 682 "-u", | 694 "-u", |
| 683 "[CWD]/v8/tools/swarming_client/swarming.py", | 695 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 684 "trigger", | 696 "trigger", |
| 685 "--swarming", | 697 "--swarming", |
| 686 "https://chromium-swarm.appspot.com", | 698 "https://chromium-swarm.appspot.com", |
| 687 "--isolate-server", | 699 "--isolate-server", |
| 688 "https://isolateserver.appspot.com", | 700 "https://isolateserver.appspot.com", |
| 689 "--priority", | 701 "--priority", |
| 690 "25", | 702 "25", |
| 691 "--shards", | 703 "--shards", |
| 692 "1", | 704 "1", |
| 693 "--task-name", | 705 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 749 "--random-seed=1260174835", | 761 "--random-seed=1260174835", |
| 750 "simdjs", | 762 "simdjs", |
| 751 "--download-data", | 763 "--download-data", |
| 752 "--exhaustive-variants", | 764 "--exhaustive-variants", |
| 753 "--cfi-vptr", | 765 "--cfi-vptr", |
| 754 "--rerun-failures-count=2", | 766 "--rerun-failures-count=2", |
| 755 "--swarming", | 767 "--swarming", |
| 756 "--json-test-results", | 768 "--json-test-results", |
| 757 "${ISOLATED_OUTDIR}/output.json" | 769 "${ISOLATED_OUTDIR}/output.json" |
| 758 ], | 770 ], |
| 771 "cwd": "[SLAVE_BUILD]", |
| 759 "name": "[trigger] SimdJs - all on Ubuntu-14.04", | 772 "name": "[trigger] SimdJs - all on Ubuntu-14.04", |
| 760 "~followup_annotations": [ | 773 "~followup_annotations": [ |
| 761 "@@@STEP_LOG_LINE@json.output@{@@@", | 774 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 762 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
14.04/[dummy has/V8 Linux64 - cfi/571\", @@@", | 775 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
14.04/[dummy has/V8 Linux64 - cfi/571\", @@@", |
| 763 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 776 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 764 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-14.04/[dummy has/V
8 Linux64 - cfi/571\": {@@@", | 777 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-14.04/[dummy has/V
8 Linux64 - cfi/571\": {@@@", |
| 765 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 778 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 766 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 779 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 767 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 780 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 768 "@@@STEP_LOG_LINE@json.output@ }@@@", | 781 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 769 "@@@STEP_LOG_LINE@json.output@ }@@@", | 782 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 770 "@@@STEP_LOG_LINE@json.output@}@@@", | 783 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 771 "@@@STEP_LOG_END@json.output@@@", | 784 "@@@STEP_LOG_END@json.output@@@", |
| 772 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 785 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 773 ] | 786 ] |
| 774 }, | 787 }, |
| 775 { | 788 { |
| 776 "cmd": [ | 789 "cmd": [ |
| 777 "python", | 790 "python", |
| 778 "-u", | 791 "-u", |
| 779 "[CWD]/v8/tools/swarming_client/swarming.py", | 792 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 780 "trigger", | 793 "trigger", |
| 781 "--swarming", | 794 "--swarming", |
| 782 "https://chromium-swarm.appspot.com", | 795 "https://chromium-swarm.appspot.com", |
| 783 "--isolate-server", | 796 "--isolate-server", |
| 784 "https://isolateserver.appspot.com", | 797 "https://isolateserver.appspot.com", |
| 785 "--priority", | 798 "--priority", |
| 786 "25", | 799 "25", |
| 787 "--shards", | 800 "--shards", |
| 788 "1", | 801 "1", |
| 789 "--task-name", | 802 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 845 "--random-seed=1260174835", | 858 "--random-seed=1260174835", |
| 846 "ignition", | 859 "ignition", |
| 847 "--ignition-turbofan", | 860 "--ignition-turbofan", |
| 848 "--variants=ignition_turbofan", | 861 "--variants=ignition_turbofan", |
| 849 "--cfi-vptr", | 862 "--cfi-vptr", |
| 850 "--rerun-failures-count=2", | 863 "--rerun-failures-count=2", |
| 851 "--swarming", | 864 "--swarming", |
| 852 "--json-test-results", | 865 "--json-test-results", |
| 853 "${ISOLATED_OUTDIR}/output.json" | 866 "${ISOLATED_OUTDIR}/output.json" |
| 854 ], | 867 ], |
| 868 "cwd": "[SLAVE_BUILD]", |
| 855 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", | 869 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", |
| 856 "~followup_annotations": [ | 870 "~followup_annotations": [ |
| 857 "@@@STEP_LOG_LINE@json.output@{@@@", | 871 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 858 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571\", @@@", | 872 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571\", @@@", |
| 859 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 873 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 860 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Ubuntu-14.04/[dumm
y has/V8 Linux64 - cfi/571\": {@@@", | 874 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Ubuntu-14.04/[dumm
y has/V8 Linux64 - cfi/571\": {@@@", |
| 861 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 875 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 862 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 876 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 863 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 877 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 864 "@@@STEP_LOG_LINE@json.output@ }@@@", | 878 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 865 "@@@STEP_LOG_LINE@json.output@ }@@@", | 879 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 866 "@@@STEP_LOG_LINE@json.output@}@@@", | 880 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 867 "@@@STEP_LOG_END@json.output@@@", | 881 "@@@STEP_LOG_END@json.output@@@", |
| 868 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 882 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 869 ] | 883 ] |
| 870 }, | 884 }, |
| 871 { | 885 { |
| 872 "allow_subannotations": true, | 886 "allow_subannotations": true, |
| 873 "cmd": [ | 887 "cmd": [ |
| 874 "python", | 888 "python", |
| 875 "-u", | 889 "-u", |
| 876 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 890 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 877 "--swarming-client-dir", | 891 "--swarming-client-dir", |
| 878 "[CWD]/v8/tools/swarming_client", | 892 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 879 "--temp-root-dir", | 893 "--temp-root-dir", |
| 880 "[TMP]", | 894 "[TMP_BASE]", |
| 881 "--merged-test-output", | 895 "--merged-test-output", |
| 882 "/path/to/tmp/json", | 896 "/path/to/tmp/json", |
| 883 "--", | 897 "--", |
| 884 "collect", | 898 "collect", |
| 885 "--swarming", | 899 "--swarming", |
| 886 "https://chromium-swarm.appspot.com", | 900 "https://chromium-swarm.appspot.com", |
| 887 "--decorate", | 901 "--decorate", |
| 888 "--print-status-updates", | 902 "--print-status-updates", |
| 889 "--shards", | 903 "--shards", |
| 890 "1", | 904 "1", |
| 891 "Check/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" | 905 "Check/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" |
| 892 ], | 906 ], |
| 907 "cwd": "[SLAVE_BUILD]", |
| 893 "name": "Check", | 908 "name": "Check", |
| 894 "~followup_annotations": [ | 909 "~followup_annotations": [ |
| 895 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 910 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 896 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 911 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 897 "@@@STEP_LOG_LINE@durations@@@@", | 912 "@@@STEP_LOG_LINE@durations@@@@", |
| 898 "@@@STEP_LOG_LINE@durations@Details:@@@", | 913 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 899 "@@@STEP_LOG_LINE@durations@@@@", | 914 "@@@STEP_LOG_LINE@durations@@@@", |
| 900 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 915 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 901 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 916 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 902 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 917 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 903 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 918 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 904 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 919 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 905 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 920 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 906 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 921 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 907 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 922 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 908 "@@@STEP_LOG_END@durations@@@" | 923 "@@@STEP_LOG_END@durations@@@" |
| 909 ] | 924 ] |
| 910 }, | 925 }, |
| 911 { | 926 { |
| 912 "allow_subannotations": true, | 927 "allow_subannotations": true, |
| 913 "cmd": [ | 928 "cmd": [ |
| 914 "python", | 929 "python", |
| 915 "-u", | 930 "-u", |
| 916 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 931 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 917 "--swarming-client-dir", | 932 "--swarming-client-dir", |
| 918 "[CWD]/v8/tools/swarming_client", | 933 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 919 "--temp-root-dir", | 934 "--temp-root-dir", |
| 920 "[TMP]", | 935 "[TMP_BASE]", |
| 921 "--merged-test-output", | 936 "--merged-test-output", |
| 922 "/path/to/tmp/json", | 937 "/path/to/tmp/json", |
| 923 "--", | 938 "--", |
| 924 "collect", | 939 "collect", |
| 925 "--swarming", | 940 "--swarming", |
| 926 "https://chromium-swarm.appspot.com", | 941 "https://chromium-swarm.appspot.com", |
| 927 "--decorate", | 942 "--decorate", |
| 928 "--print-status-updates", | 943 "--print-status-updates", |
| 929 "--shards", | 944 "--shards", |
| 930 "1", | 945 "1", |
| 931 "OptimizeForSize/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" | 946 "OptimizeForSize/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" |
| 932 ], | 947 ], |
| 948 "cwd": "[SLAVE_BUILD]", |
| 933 "name": "OptimizeForSize", | 949 "name": "OptimizeForSize", |
| 934 "~followup_annotations": [ | 950 "~followup_annotations": [ |
| 935 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 951 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 936 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 952 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 937 "@@@STEP_LOG_LINE@durations@@@@", | 953 "@@@STEP_LOG_LINE@durations@@@@", |
| 938 "@@@STEP_LOG_LINE@durations@Details:@@@", | 954 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 939 "@@@STEP_LOG_LINE@durations@@@@", | 955 "@@@STEP_LOG_LINE@durations@@@@", |
| 940 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 956 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 941 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 957 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 942 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 958 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 943 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 959 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 944 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 960 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 945 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 961 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 946 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 962 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 947 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 963 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 948 "@@@STEP_LOG_END@durations@@@" | 964 "@@@STEP_LOG_END@durations@@@" |
| 949 ] | 965 ] |
| 950 }, | 966 }, |
| 951 { | 967 { |
| 952 "allow_subannotations": true, | 968 "allow_subannotations": true, |
| 953 "cmd": [ | 969 "cmd": [ |
| 954 "python", | 970 "python", |
| 955 "-u", | 971 "-u", |
| 956 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 972 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 957 "--swarming-client-dir", | 973 "--swarming-client-dir", |
| 958 "[CWD]/v8/tools/swarming_client", | 974 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 959 "--temp-root-dir", | 975 "--temp-root-dir", |
| 960 "[TMP]", | 976 "[TMP_BASE]", |
| 961 "--merged-test-output", | 977 "--merged-test-output", |
| 962 "/path/to/tmp/json", | 978 "/path/to/tmp/json", |
| 963 "--", | 979 "--", |
| 964 "collect", | 980 "collect", |
| 965 "--swarming", | 981 "--swarming", |
| 966 "https://chromium-swarm.appspot.com", | 982 "https://chromium-swarm.appspot.com", |
| 967 "--decorate", | 983 "--decorate", |
| 968 "--print-status-updates", | 984 "--print-status-updates", |
| 969 "--shards", | 985 "--shards", |
| 970 "1", | 986 "1", |
| 971 "Benchmarks/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" | 987 "Benchmarks/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" |
| 972 ], | 988 ], |
| 989 "cwd": "[SLAVE_BUILD]", |
| 973 "name": "Benchmarks", | 990 "name": "Benchmarks", |
| 974 "~followup_annotations": [ | 991 "~followup_annotations": [ |
| 975 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 992 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 976 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 993 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 977 "@@@STEP_LOG_LINE@durations@@@@", | 994 "@@@STEP_LOG_LINE@durations@@@@", |
| 978 "@@@STEP_LOG_LINE@durations@Details:@@@", | 995 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 979 "@@@STEP_LOG_LINE@durations@@@@", | 996 "@@@STEP_LOG_LINE@durations@@@@", |
| 980 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 997 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 981 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 998 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 982 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 999 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 983 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1000 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 984 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1001 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 985 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1002 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 986 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1003 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 987 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1004 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 988 "@@@STEP_LOG_END@durations@@@" | 1005 "@@@STEP_LOG_END@durations@@@" |
| 989 ] | 1006 ] |
| 990 }, | 1007 }, |
| 991 { | 1008 { |
| 992 "allow_subannotations": true, | 1009 "allow_subannotations": true, |
| 993 "cmd": [ | 1010 "cmd": [ |
| 994 "python", | 1011 "python", |
| 995 "-u", | 1012 "-u", |
| 996 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1013 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 997 "--swarming-client-dir", | 1014 "--swarming-client-dir", |
| 998 "[CWD]/v8/tools/swarming_client", | 1015 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 999 "--temp-root-dir", | 1016 "--temp-root-dir", |
| 1000 "[TMP]", | 1017 "[TMP_BASE]", |
| 1001 "--merged-test-output", | 1018 "--merged-test-output", |
| 1002 "/path/to/tmp/json", | 1019 "/path/to/tmp/json", |
| 1003 "--", | 1020 "--", |
| 1004 "collect", | 1021 "collect", |
| 1005 "--swarming", | 1022 "--swarming", |
| 1006 "https://chromium-swarm.appspot.com", | 1023 "https://chromium-swarm.appspot.com", |
| 1007 "--decorate", | 1024 "--decorate", |
| 1008 "--print-status-updates", | 1025 "--print-status-updates", |
| 1009 "--shards", | 1026 "--shards", |
| 1010 "1", | 1027 "1", |
| 1011 "Test262 - no variants/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" | 1028 "Test262 - no variants/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" |
| 1012 ], | 1029 ], |
| 1030 "cwd": "[SLAVE_BUILD]", |
| 1013 "name": "Test262 - no variants", | 1031 "name": "Test262 - no variants", |
| 1014 "~followup_annotations": [ | 1032 "~followup_annotations": [ |
| 1015 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1033 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1016 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1034 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1017 "@@@STEP_LOG_LINE@durations@@@@", | 1035 "@@@STEP_LOG_LINE@durations@@@@", |
| 1018 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1036 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1019 "@@@STEP_LOG_LINE@durations@@@@", | 1037 "@@@STEP_LOG_LINE@durations@@@@", |
| 1020 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1038 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1021 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1039 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1022 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1040 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 1023 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1041 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 1024 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1042 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 1025 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1043 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 1026 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1044 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 1027 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1045 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1028 "@@@STEP_LOG_END@durations@@@" | 1046 "@@@STEP_LOG_END@durations@@@" |
| 1029 ] | 1047 ] |
| 1030 }, | 1048 }, |
| 1031 { | 1049 { |
| 1032 "allow_subannotations": true, | 1050 "allow_subannotations": true, |
| 1033 "cmd": [ | 1051 "cmd": [ |
| 1034 "python", | 1052 "python", |
| 1035 "-u", | 1053 "-u", |
| 1036 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1054 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 1037 "--swarming-client-dir", | 1055 "--swarming-client-dir", |
| 1038 "[CWD]/v8/tools/swarming_client", | 1056 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 1039 "--temp-root-dir", | 1057 "--temp-root-dir", |
| 1040 "[TMP]", | 1058 "[TMP_BASE]", |
| 1041 "--merged-test-output", | 1059 "--merged-test-output", |
| 1042 "/path/to/tmp/json", | 1060 "/path/to/tmp/json", |
| 1043 "--", | 1061 "--", |
| 1044 "collect", | 1062 "collect", |
| 1045 "--swarming", | 1063 "--swarming", |
| 1046 "https://chromium-swarm.appspot.com", | 1064 "https://chromium-swarm.appspot.com", |
| 1047 "--decorate", | 1065 "--decorate", |
| 1048 "--print-status-updates", | 1066 "--print-status-updates", |
| 1049 "--shards", | 1067 "--shards", |
| 1050 "1", | 1068 "1", |
| 1051 "Mozilla/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" | 1069 "Mozilla/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" |
| 1052 ], | 1070 ], |
| 1071 "cwd": "[SLAVE_BUILD]", |
| 1053 "name": "Mozilla", | 1072 "name": "Mozilla", |
| 1054 "~followup_annotations": [ | 1073 "~followup_annotations": [ |
| 1055 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1074 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1056 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1075 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1057 "@@@STEP_LOG_LINE@durations@@@@", | 1076 "@@@STEP_LOG_LINE@durations@@@@", |
| 1058 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1077 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1059 "@@@STEP_LOG_LINE@durations@@@@", | 1078 "@@@STEP_LOG_LINE@durations@@@@", |
| 1060 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1079 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1061 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1080 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1062 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1081 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 1063 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1082 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 1064 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1083 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 1065 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1084 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 1066 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1085 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 1067 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1086 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1068 "@@@STEP_LOG_END@durations@@@" | 1087 "@@@STEP_LOG_END@durations@@@" |
| 1069 ] | 1088 ] |
| 1070 }, | 1089 }, |
| 1071 { | 1090 { |
| 1072 "allow_subannotations": true, | 1091 "allow_subannotations": true, |
| 1073 "cmd": [ | 1092 "cmd": [ |
| 1074 "python", | 1093 "python", |
| 1075 "-u", | 1094 "-u", |
| 1076 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1095 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 1077 "--swarming-client-dir", | 1096 "--swarming-client-dir", |
| 1078 "[CWD]/v8/tools/swarming_client", | 1097 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 1079 "--temp-root-dir", | 1098 "--temp-root-dir", |
| 1080 "[TMP]", | 1099 "[TMP_BASE]", |
| 1081 "--merged-test-output", | 1100 "--merged-test-output", |
| 1082 "/path/to/tmp/json", | 1101 "/path/to/tmp/json", |
| 1083 "--", | 1102 "--", |
| 1084 "collect", | 1103 "collect", |
| 1085 "--swarming", | 1104 "--swarming", |
| 1086 "https://chromium-swarm.appspot.com", | 1105 "https://chromium-swarm.appspot.com", |
| 1087 "--decorate", | 1106 "--decorate", |
| 1088 "--print-status-updates", | 1107 "--print-status-updates", |
| 1089 "--shards", | 1108 "--shards", |
| 1090 "1", | 1109 "1", |
| 1091 "SimdJs - all/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" | 1110 "SimdJs - all/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" |
| 1092 ], | 1111 ], |
| 1112 "cwd": "[SLAVE_BUILD]", |
| 1093 "name": "SimdJs - all", | 1113 "name": "SimdJs - all", |
| 1094 "~followup_annotations": [ | 1114 "~followup_annotations": [ |
| 1095 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1115 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1096 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1116 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1097 "@@@STEP_LOG_LINE@durations@@@@", | 1117 "@@@STEP_LOG_LINE@durations@@@@", |
| 1098 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1118 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1099 "@@@STEP_LOG_LINE@durations@@@@", | 1119 "@@@STEP_LOG_LINE@durations@@@@", |
| 1100 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1120 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1101 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1121 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1102 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1122 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 1103 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1123 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 1104 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1124 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 1105 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1125 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 1106 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1126 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 1107 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1127 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1108 "@@@STEP_LOG_END@durations@@@" | 1128 "@@@STEP_LOG_END@durations@@@" |
| 1109 ] | 1129 ] |
| 1110 }, | 1130 }, |
| 1111 { | 1131 { |
| 1112 "allow_subannotations": true, | 1132 "allow_subannotations": true, |
| 1113 "cmd": [ | 1133 "cmd": [ |
| 1114 "python", | 1134 "python", |
| 1115 "-u", | 1135 "-u", |
| 1116 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1136 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 1117 "--swarming-client-dir", | 1137 "--swarming-client-dir", |
| 1118 "[CWD]/v8/tools/swarming_client", | 1138 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 1119 "--temp-root-dir", | 1139 "--temp-root-dir", |
| 1120 "[TMP]", | 1140 "[TMP_BASE]", |
| 1121 "--merged-test-output", | 1141 "--merged-test-output", |
| 1122 "/path/to/tmp/json", | 1142 "/path/to/tmp/json", |
| 1123 "--", | 1143 "--", |
| 1124 "collect", | 1144 "collect", |
| 1125 "--swarming", | 1145 "--swarming", |
| 1126 "https://chromium-swarm.appspot.com", | 1146 "https://chromium-swarm.appspot.com", |
| 1127 "--decorate", | 1147 "--decorate", |
| 1128 "--print-status-updates", | 1148 "--print-status-updates", |
| 1129 "--shards", | 1149 "--shards", |
| 1130 "1", | 1150 "1", |
| 1131 "Ignition - turbofan/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" | 1151 "Ignition - turbofan/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" |
| 1132 ], | 1152 ], |
| 1153 "cwd": "[SLAVE_BUILD]", |
| 1133 "name": "Ignition - turbofan", | 1154 "name": "Ignition - turbofan", |
| 1134 "~followup_annotations": [ | 1155 "~followup_annotations": [ |
| 1135 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1156 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1136 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1157 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1137 "@@@STEP_LOG_LINE@durations@@@@", | 1158 "@@@STEP_LOG_LINE@durations@@@@", |
| 1138 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1159 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1139 "@@@STEP_LOG_LINE@durations@@@@", | 1160 "@@@STEP_LOG_LINE@durations@@@@", |
| 1140 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1161 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1141 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1162 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1142 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1163 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 1143 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1164 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 1144 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1165 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 1145 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1166 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 1146 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1167 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 1147 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1168 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1148 "@@@STEP_LOG_END@durations@@@" | 1169 "@@@STEP_LOG_END@durations@@@" |
| 1149 ] | 1170 ] |
| 1150 }, | 1171 }, |
| 1151 { | 1172 { |
| 1152 "name": "$result", | 1173 "name": "$result", |
| 1153 "recipe_result": null, | 1174 "recipe_result": null, |
| 1154 "status_code": 0 | 1175 "status_code": 0 |
| 1155 } | 1176 } |
| 1156 ] | 1177 ] |
| OLD | NEW |