| 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_dbg", | 10 "v8_mac64_dbg", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_f
ile': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesour
ce.com/v8/v8'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
| 15 "--root", | 15 "--root", |
| 16 "v8", | 16 "v8", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", | 18 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
| 21 "--issue", | 21 "--issue", |
| 22 "12853011", | 22 "12853011", |
| 23 "--patchset", | 23 "--patchset", |
| 24 "1", | 24 "1", |
| 25 "--rietveld_server", | 25 "--rietveld_server", |
| 26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
| 27 "--output_json", | 27 "--output_json", |
| 28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
| 29 "--revision", | 29 "--revision", |
| 30 "v8@12345", | 30 "v8@12345", |
| 31 "--no_shallow", | 31 "--no_shallow", |
| 32 "--output_manifest" | 32 "--output_manifest" |
| 33 ], | 33 ], |
| 34 "cwd": "[SLAVE_BUILD]", |
| 34 "env": { | 35 "env": { |
| 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 36 }, | 37 }, |
| 37 "name": "bot_update", | 38 "name": "bot_update", |
| 38 "~followup_annotations": [ | 39 "~followup_annotations": [ |
| 39 "@@@STEP_TEXT@Some step text@@@", | 40 "@@@STEP_TEXT@Some step text@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@{@@@", | 41 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 67 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 68 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
| 68 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", | 69 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", |
| 69 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", | 70 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", |
| 70 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 71 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
| 71 ] | 72 ] |
| 72 }, | 73 }, |
| 73 { | 74 { |
| 74 "cmd": [ | 75 "cmd": [ |
| 75 "python", | 76 "python", |
| 76 "-u", | 77 "-u", |
| 77 "[CWD]/v8/tools/swarming_client/swarming.py", | 78 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 78 "--version" | 79 "--version" |
| 79 ], | 80 ], |
| 81 "cwd": "[SLAVE_BUILD]", |
| 80 "name": "swarming.py --version", | 82 "name": "swarming.py --version", |
| 81 "stdout": "/path/to/tmp/", | 83 "stdout": "/path/to/tmp/", |
| 82 "~followup_annotations": [ | 84 "~followup_annotations": [ |
| 83 "@@@STEP_TEXT@0.4.10@@@" | 85 "@@@STEP_TEXT@0.4.10@@@" |
| 84 ] | 86 ] |
| 85 }, | 87 }, |
| 86 { | 88 { |
| 87 "cmd": [ | 89 "cmd": [ |
| 88 "python", | 90 "python", |
| 89 "-u", | 91 "-u", |
| 90 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 92 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 91 "runhooks" | 93 "runhooks" |
| 92 ], | 94 ], |
| 95 "cwd": "[SLAVE_BUILD]", |
| 93 "env": { | 96 "env": { |
| 94 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 97 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 95 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[ROOT]/b/b
uild/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_enable_slow
_dchecks=1 v8_optimized_debug=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_enable_slow_dcheck
s=1 v8_optimized_debug=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 "Debug", | 152 "Debug", |
| 148 "--src-dir", | 153 "--src-dir", |
| 149 "[CWD]/v8", | 154 "[SLAVE_BUILD]/v8", |
| 150 "--goma-cache-dir", | 155 "--goma-cache-dir", |
| 151 "[ROOT]/b/build/slave/goma_cache", | 156 "[GOMA_CACHE]", |
| 152 "--build-tool", | 157 "--build-tool", |
| 153 "ninja", | 158 "ninja", |
| 154 "--compiler", | 159 "--compiler", |
| 155 "goma-clang", | 160 "goma-clang", |
| 156 "--goma-jsonstatus", | 161 "--goma-jsonstatus", |
| 157 "/path/to/tmp/json", | 162 "/path/to/tmp/json", |
| 158 "--goma-service-account-json-file", | 163 "--goma-service-account-json-file", |
| 159 "/creds/service_accounts/service-account-goma-client.json", | 164 "/creds/service_accounts/service-account-goma-client.json", |
| 160 "--goma-dir", | 165 "--goma-dir", |
| 161 "[ROOT]/b/build/goma", | 166 "[BUILD]/goma", |
| 162 "--goma-fail-fast", | 167 "--goma-fail-fast", |
| 163 "--goma-disable-local-fallback", | 168 "--goma-disable-local-fallback", |
| 164 "--" | 169 "--" |
| 165 ], | 170 ], |
| 171 "cwd": "[SLAVE_BUILD]", |
| 166 "env": { | 172 "env": { |
| 167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 173 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 168 }, | 174 }, |
| 169 "name": "compile", | 175 "name": "compile", |
| 170 "~followup_annotations": [ | 176 "~followup_annotations": [ |
| 171 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 177 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 172 "@@@STEP_LOG_END@json.output (invalid)@@@" | 178 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 173 ] | 179 ] |
| 174 }, | 180 }, |
| 175 { | 181 { |
| 176 "cmd": [ | 182 "cmd": [ |
| 177 "python", | 183 "python", |
| 178 "-u", | 184 "-u", |
| 179 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 185 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 180 "[CWD]/v8/tools/swarming_client", | 186 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 181 "batcharchive", | 187 "batcharchive", |
| 182 "--dump-json", | 188 "--dump-json", |
| 183 "/path/to/tmp/json", | 189 "/path/to/tmp/json", |
| 184 "--isolate-server", | 190 "--isolate-server", |
| 185 "https://isolateserver.appspot.com", | 191 "https://isolateserver.appspot.com", |
| 186 "--verbose", | 192 "--verbose", |
| 187 "[CWD]/v8/out/Debug/bot_default.isolated.gen.json", | 193 "[SLAVE_BUILD]/v8/out/Debug/bot_default.isolated.gen.json", |
| 188 "[CWD]/v8/out/Debug/ignition.isolated.gen.json", | 194 "[SLAVE_BUILD]/v8/out/Debug/ignition.isolated.gen.json", |
| 189 "[CWD]/v8/out/Debug/mozilla.isolated.gen.json", | 195 "[SLAVE_BUILD]/v8/out/Debug/mozilla.isolated.gen.json", |
| 190 "[CWD]/v8/out/Debug/simdjs.isolated.gen.json", | 196 "[SLAVE_BUILD]/v8/out/Debug/simdjs.isolated.gen.json", |
| 191 "[CWD]/v8/out/Debug/test262.isolated.gen.json" | 197 "[SLAVE_BUILD]/v8/out/Debug/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 "2", | 225 "2", |
| 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_dbg/571\", @@@", | 301 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Mac-10.9/[dumm
y has/v8_mac64_dbg/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_dbg
/571:2:0\": {@@@", | 303 "@@@STEP_LOG_LINE@json.output@ \"Check/Mac-10.9/[dummy has/v8_mac64_dbg
/571:2:0\": {@@@", |
| 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@ \"Check/Mac-10.9/[dummy has/v8_mac64_dbg
/571:2:1\": {@@@", | 308 "@@@STEP_LOG_LINE@json.output@ \"Check/Mac-10.9/[dummy has/v8_mac64_dbg
/571:2:1\": {@@@", |
| 301 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", | 309 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", |
| 302 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", | 310 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", |
| 303 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", | 311 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", |
| 304 "@@@STEP_LOG_LINE@json.output@ }@@@", | 312 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 305 "@@@STEP_LOG_LINE@json.output@ }@@@", | 313 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 306 "@@@STEP_LOG_LINE@json.output@}@@@", | 314 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 307 "@@@STEP_LOG_END@json.output@@@", | 315 "@@@STEP_LOG_END@json.output@@@", |
| 308 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 316 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
| 309 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" | 317 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" |
| 310 ] | 318 ] |
| 311 }, | 319 }, |
| 312 { | 320 { |
| 313 "cmd": [ | 321 "cmd": [ |
| 314 "python", | 322 "python", |
| 315 "-u", | 323 "-u", |
| 316 "[CWD]/v8/tools/swarming_client/swarming.py", | 324 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 317 "trigger", | 325 "trigger", |
| 318 "--swarming", | 326 "--swarming", |
| 319 "https://chromium-swarm.appspot.com", | 327 "https://chromium-swarm.appspot.com", |
| 320 "--isolate-server", | 328 "--isolate-server", |
| 321 "https://isolateserver.appspot.com", | 329 "https://isolateserver.appspot.com", |
| 322 "--priority", | 330 "--priority", |
| 323 "30", | 331 "30", |
| 324 "--shards", | 332 "--shards", |
| 325 "1", | 333 "1", |
| 326 "--task-name", | 334 "--task-name", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 "--random-seed=1127209095", | 396 "--random-seed=1127209095", |
| 389 "test262", | 397 "test262", |
| 390 "--download-data", | 398 "--download-data", |
| 391 "--variants=default", | 399 "--variants=default", |
| 392 "--dcheck-always-on", | 400 "--dcheck-always-on", |
| 393 "--rerun-failures-count=2", | 401 "--rerun-failures-count=2", |
| 394 "--swarming", | 402 "--swarming", |
| 395 "--json-test-results", | 403 "--json-test-results", |
| 396 "${ISOLATED_OUTDIR}/output.json" | 404 "${ISOLATED_OUTDIR}/output.json" |
| 397 ], | 405 ], |
| 406 "cwd": "[SLAVE_BUILD]", |
| 398 "name": "[trigger] Test262 - no variants on Mac-10.9", | 407 "name": "[trigger] Test262 - no variants on Mac-10.9", |
| 399 "~followup_annotations": [ | 408 "~followup_annotations": [ |
| 400 "@@@STEP_LOG_LINE@json.output@{@@@", | 409 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 401 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Mac-10.9/[dummy has/v8_mac64_dbg/571\", @@@", | 410 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Mac-10.9/[dummy has/v8_mac64_dbg/571\", @@@", |
| 402 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 411 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 403 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Mac-10.9/[dummy
has/v8_mac64_dbg/571\": {@@@", | 412 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Mac-10.9/[dummy
has/v8_mac64_dbg/571\": {@@@", |
| 404 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 413 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 405 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 414 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 406 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 415 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 407 "@@@STEP_LOG_LINE@json.output@ }@@@", | 416 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 408 "@@@STEP_LOG_LINE@json.output@ }@@@", | 417 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 409 "@@@STEP_LOG_LINE@json.output@}@@@", | 418 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 410 "@@@STEP_LOG_END@json.output@@@", | 419 "@@@STEP_LOG_END@json.output@@@", |
| 411 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 420 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 412 ] | 421 ] |
| 413 }, | 422 }, |
| 414 { | 423 { |
| 415 "cmd": [ | 424 "cmd": [ |
| 416 "python", | 425 "python", |
| 417 "-u", | 426 "-u", |
| 418 "[CWD]/v8/tools/swarming_client/swarming.py", | 427 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 419 "trigger", | 428 "trigger", |
| 420 "--swarming", | 429 "--swarming", |
| 421 "https://chromium-swarm.appspot.com", | 430 "https://chromium-swarm.appspot.com", |
| 422 "--isolate-server", | 431 "--isolate-server", |
| 423 "https://isolateserver.appspot.com", | 432 "https://isolateserver.appspot.com", |
| 424 "--priority", | 433 "--priority", |
| 425 "30", | 434 "30", |
| 426 "--shards", | 435 "--shards", |
| 427 "1", | 436 "1", |
| 428 "--task-name", | 437 "--task-name", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 489 "--timeout=200", | 498 "--timeout=200", |
| 490 "--random-seed=1127209095", | 499 "--random-seed=1127209095", |
| 491 "mozilla", | 500 "mozilla", |
| 492 "--exhaustive-variants", | 501 "--exhaustive-variants", |
| 493 "--dcheck-always-on", | 502 "--dcheck-always-on", |
| 494 "--rerun-failures-count=2", | 503 "--rerun-failures-count=2", |
| 495 "--swarming", | 504 "--swarming", |
| 496 "--json-test-results", | 505 "--json-test-results", |
| 497 "${ISOLATED_OUTDIR}/output.json" | 506 "${ISOLATED_OUTDIR}/output.json" |
| 498 ], | 507 ], |
| 508 "cwd": "[SLAVE_BUILD]", |
| 499 "name": "[trigger] Mozilla on Mac-10.9", | 509 "name": "[trigger] Mozilla on Mac-10.9", |
| 500 "~followup_annotations": [ | 510 "~followup_annotations": [ |
| 501 "@@@STEP_LOG_LINE@json.output@{@@@", | 511 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 502 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Mac-10.9/[du
mmy has/v8_mac64_dbg/571\", @@@", | 512 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Mac-10.9/[du
mmy has/v8_mac64_dbg/571\", @@@", |
| 503 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 513 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 504 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Mac-10.9/[dummy has/v8_mac64_d
bg/571\": {@@@", | 514 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Mac-10.9/[dummy has/v8_mac64_d
bg/571\": {@@@", |
| 505 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 515 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 506 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 516 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 507 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 517 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 508 "@@@STEP_LOG_LINE@json.output@ }@@@", | 518 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 509 "@@@STEP_LOG_LINE@json.output@ }@@@", | 519 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 510 "@@@STEP_LOG_LINE@json.output@}@@@", | 520 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 511 "@@@STEP_LOG_END@json.output@@@", | 521 "@@@STEP_LOG_END@json.output@@@", |
| 512 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 522 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 513 ] | 523 ] |
| 514 }, | 524 }, |
| 515 { | 525 { |
| 516 "cmd": [ | 526 "cmd": [ |
| 517 "python", | 527 "python", |
| 518 "-u", | 528 "-u", |
| 519 "[CWD]/v8/tools/swarming_client/swarming.py", | 529 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 520 "trigger", | 530 "trigger", |
| 521 "--swarming", | 531 "--swarming", |
| 522 "https://chromium-swarm.appspot.com", | 532 "https://chromium-swarm.appspot.com", |
| 523 "--isolate-server", | 533 "--isolate-server", |
| 524 "https://isolateserver.appspot.com", | 534 "https://isolateserver.appspot.com", |
| 525 "--priority", | 535 "--priority", |
| 526 "30", | 536 "30", |
| 527 "--shards", | 537 "--shards", |
| 528 "1", | 538 "1", |
| 529 "--task-name", | 539 "--task-name", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 591 "--random-seed=1127209095", | 601 "--random-seed=1127209095", |
| 592 "simdjs", | 602 "simdjs", |
| 593 "--download-data", | 603 "--download-data", |
| 594 "--exhaustive-variants", | 604 "--exhaustive-variants", |
| 595 "--dcheck-always-on", | 605 "--dcheck-always-on", |
| 596 "--rerun-failures-count=2", | 606 "--rerun-failures-count=2", |
| 597 "--swarming", | 607 "--swarming", |
| 598 "--json-test-results", | 608 "--json-test-results", |
| 599 "${ISOLATED_OUTDIR}/output.json" | 609 "${ISOLATED_OUTDIR}/output.json" |
| 600 ], | 610 ], |
| 611 "cwd": "[SLAVE_BUILD]", |
| 601 "name": "[trigger] SimdJs - all on Mac-10.9", | 612 "name": "[trigger] SimdJs - all on Mac-10.9", |
| 602 "~followup_annotations": [ | 613 "~followup_annotations": [ |
| 603 "@@@STEP_LOG_LINE@json.output@{@@@", | 614 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 604 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Mac-10.
9/[dummy has/v8_mac64_dbg/571\", @@@", | 615 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Mac-10.
9/[dummy has/v8_mac64_dbg/571\", @@@", |
| 605 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 616 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 606 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Mac-10.9/[dummy has/v8_ma
c64_dbg/571\": {@@@", | 617 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Mac-10.9/[dummy has/v8_ma
c64_dbg/571\": {@@@", |
| 607 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 618 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 608 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 619 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 609 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 620 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 610 "@@@STEP_LOG_LINE@json.output@ }@@@", | 621 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 611 "@@@STEP_LOG_LINE@json.output@ }@@@", | 622 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 612 "@@@STEP_LOG_LINE@json.output@}@@@", | 623 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 613 "@@@STEP_LOG_END@json.output@@@", | 624 "@@@STEP_LOG_END@json.output@@@", |
| 614 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 625 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 615 ] | 626 ] |
| 616 }, | 627 }, |
| 617 { | 628 { |
| 618 "cmd": [ | 629 "cmd": [ |
| 619 "python", | 630 "python", |
| 620 "-u", | 631 "-u", |
| 621 "[CWD]/v8/tools/swarming_client/swarming.py", | 632 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 622 "trigger", | 633 "trigger", |
| 623 "--swarming", | 634 "--swarming", |
| 624 "https://chromium-swarm.appspot.com", | 635 "https://chromium-swarm.appspot.com", |
| 625 "--isolate-server", | 636 "--isolate-server", |
| 626 "https://isolateserver.appspot.com", | 637 "https://isolateserver.appspot.com", |
| 627 "--priority", | 638 "--priority", |
| 628 "30", | 639 "30", |
| 629 "--shards", | 640 "--shards", |
| 630 "1", | 641 "1", |
| 631 "--task-name", | 642 "--task-name", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 693 "--random-seed=1127209095", | 704 "--random-seed=1127209095", |
| 694 "ignition", | 705 "ignition", |
| 695 "--ignition-turbofan", | 706 "--ignition-turbofan", |
| 696 "--variants=ignition_turbofan", | 707 "--variants=ignition_turbofan", |
| 697 "--dcheck-always-on", | 708 "--dcheck-always-on", |
| 698 "--rerun-failures-count=2", | 709 "--rerun-failures-count=2", |
| 699 "--swarming", | 710 "--swarming", |
| 700 "--json-test-results", | 711 "--json-test-results", |
| 701 "${ISOLATED_OUTDIR}/output.json" | 712 "${ISOLATED_OUTDIR}/output.json" |
| 702 ], | 713 ], |
| 714 "cwd": "[SLAVE_BUILD]", |
| 703 "name": "[trigger] Ignition - turbofan on Mac-10.9", | 715 "name": "[trigger] Ignition - turbofan on Mac-10.9", |
| 704 "~followup_annotations": [ | 716 "~followup_annotations": [ |
| 705 "@@@STEP_LOG_LINE@json.output@{@@@", | 717 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 706 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Mac-10.9/[dummy has/v8_mac64_dbg/571\", @@@", | 718 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Mac-10.9/[dummy has/v8_mac64_dbg/571\", @@@", |
| 707 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 719 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 708 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Mac-10.9/[dummy ha
s/v8_mac64_dbg/571\": {@@@", | 720 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Mac-10.9/[dummy ha
s/v8_mac64_dbg/571\": {@@@", |
| 709 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 721 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 710 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 722 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 711 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 723 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 712 "@@@STEP_LOG_LINE@json.output@ }@@@", | 724 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 713 "@@@STEP_LOG_LINE@json.output@ }@@@", | 725 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 714 "@@@STEP_LOG_LINE@json.output@}@@@", | 726 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 715 "@@@STEP_LOG_END@json.output@@@", | 727 "@@@STEP_LOG_END@json.output@@@", |
| 716 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 728 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 717 ] | 729 ] |
| 718 }, | 730 }, |
| 719 { | 731 { |
| 720 "allow_subannotations": true, | 732 "allow_subannotations": true, |
| 721 "cmd": [ | 733 "cmd": [ |
| 722 "python", | 734 "python", |
| 723 "-u", | 735 "-u", |
| 724 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 736 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 725 "--swarming-client-dir", | 737 "--swarming-client-dir", |
| 726 "[CWD]/v8/tools/swarming_client", | 738 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 727 "--temp-root-dir", | 739 "--temp-root-dir", |
| 728 "[TMP]", | 740 "[TMP_BASE]", |
| 729 "--merged-test-output", | 741 "--merged-test-output", |
| 730 "/path/to/tmp/json", | 742 "/path/to/tmp/json", |
| 731 "--", | 743 "--", |
| 732 "collect", | 744 "collect", |
| 733 "--swarming", | 745 "--swarming", |
| 734 "https://chromium-swarm.appspot.com", | 746 "https://chromium-swarm.appspot.com", |
| 735 "--decorate", | 747 "--decorate", |
| 736 "--print-status-updates", | 748 "--print-status-updates", |
| 737 "--shards", | 749 "--shards", |
| 738 "2", | 750 "2", |
| 739 "Check/Mac-10.9/[dummy has/v8_mac64_dbg/571" | 751 "Check/Mac-10.9/[dummy has/v8_mac64_dbg/571" |
| 740 ], | 752 ], |
| 753 "cwd": "[SLAVE_BUILD]", |
| 741 "name": "Check", | 754 "name": "Check", |
| 742 "~followup_annotations": [ | 755 "~followup_annotations": [ |
| 743 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 756 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 744 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 757 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 745 "@@@STEP_LOG_LINE@durations@@@@", | 758 "@@@STEP_LOG_LINE@durations@@@@", |
| 746 "@@@STEP_LOG_LINE@durations@Details:@@@", | 759 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 747 "@@@STEP_LOG_LINE@durations@@@@", | 760 "@@@STEP_LOG_LINE@durations@@@@", |
| 748 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 761 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 749 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 762 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 750 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 763 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 751 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 764 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 752 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 765 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 753 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 766 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 754 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 767 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 755 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 768 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 756 "@@@STEP_LOG_END@durations@@@" | 769 "@@@STEP_LOG_END@durations@@@" |
| 757 ] | 770 ] |
| 758 }, | 771 }, |
| 759 { | 772 { |
| 760 "allow_subannotations": true, | 773 "allow_subannotations": true, |
| 761 "cmd": [ | 774 "cmd": [ |
| 762 "python", | 775 "python", |
| 763 "-u", | 776 "-u", |
| 764 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 777 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 765 "--swarming-client-dir", | 778 "--swarming-client-dir", |
| 766 "[CWD]/v8/tools/swarming_client", | 779 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 767 "--temp-root-dir", | 780 "--temp-root-dir", |
| 768 "[TMP]", | 781 "[TMP_BASE]", |
| 769 "--merged-test-output", | 782 "--merged-test-output", |
| 770 "/path/to/tmp/json", | 783 "/path/to/tmp/json", |
| 771 "--", | 784 "--", |
| 772 "collect", | 785 "collect", |
| 773 "--swarming", | 786 "--swarming", |
| 774 "https://chromium-swarm.appspot.com", | 787 "https://chromium-swarm.appspot.com", |
| 775 "--decorate", | 788 "--decorate", |
| 776 "--print-status-updates", | 789 "--print-status-updates", |
| 777 "--shards", | 790 "--shards", |
| 778 "1", | 791 "1", |
| 779 "Test262 - no variants/Mac-10.9/[dummy has/v8_mac64_dbg/571" | 792 "Test262 - no variants/Mac-10.9/[dummy has/v8_mac64_dbg/571" |
| 780 ], | 793 ], |
| 794 "cwd": "[SLAVE_BUILD]", |
| 781 "name": "Test262 - no variants", | 795 "name": "Test262 - no variants", |
| 782 "~followup_annotations": [ | 796 "~followup_annotations": [ |
| 783 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 797 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 784 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 798 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 785 "@@@STEP_LOG_LINE@durations@@@@", | 799 "@@@STEP_LOG_LINE@durations@@@@", |
| 786 "@@@STEP_LOG_LINE@durations@Details:@@@", | 800 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 787 "@@@STEP_LOG_LINE@durations@@@@", | 801 "@@@STEP_LOG_LINE@durations@@@@", |
| 788 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 802 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 789 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 803 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 790 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 804 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 791 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 805 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 792 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 806 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 793 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 807 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 794 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 808 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 795 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 809 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 796 "@@@STEP_LOG_END@durations@@@" | 810 "@@@STEP_LOG_END@durations@@@" |
| 797 ] | 811 ] |
| 798 }, | 812 }, |
| 799 { | 813 { |
| 800 "allow_subannotations": true, | 814 "allow_subannotations": true, |
| 801 "cmd": [ | 815 "cmd": [ |
| 802 "python", | 816 "python", |
| 803 "-u", | 817 "-u", |
| 804 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 818 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 805 "--swarming-client-dir", | 819 "--swarming-client-dir", |
| 806 "[CWD]/v8/tools/swarming_client", | 820 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 807 "--temp-root-dir", | 821 "--temp-root-dir", |
| 808 "[TMP]", | 822 "[TMP_BASE]", |
| 809 "--merged-test-output", | 823 "--merged-test-output", |
| 810 "/path/to/tmp/json", | 824 "/path/to/tmp/json", |
| 811 "--", | 825 "--", |
| 812 "collect", | 826 "collect", |
| 813 "--swarming", | 827 "--swarming", |
| 814 "https://chromium-swarm.appspot.com", | 828 "https://chromium-swarm.appspot.com", |
| 815 "--decorate", | 829 "--decorate", |
| 816 "--print-status-updates", | 830 "--print-status-updates", |
| 817 "--shards", | 831 "--shards", |
| 818 "1", | 832 "1", |
| 819 "Mozilla/Mac-10.9/[dummy has/v8_mac64_dbg/571" | 833 "Mozilla/Mac-10.9/[dummy has/v8_mac64_dbg/571" |
| 820 ], | 834 ], |
| 835 "cwd": "[SLAVE_BUILD]", |
| 821 "name": "Mozilla", | 836 "name": "Mozilla", |
| 822 "~followup_annotations": [ | 837 "~followup_annotations": [ |
| 823 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 838 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 824 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 839 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 825 "@@@STEP_LOG_LINE@durations@@@@", | 840 "@@@STEP_LOG_LINE@durations@@@@", |
| 826 "@@@STEP_LOG_LINE@durations@Details:@@@", | 841 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 827 "@@@STEP_LOG_LINE@durations@@@@", | 842 "@@@STEP_LOG_LINE@durations@@@@", |
| 828 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 843 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 829 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 844 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 830 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 845 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 831 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 846 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 832 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 847 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 833 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 848 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 834 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 849 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 835 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 850 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 836 "@@@STEP_LOG_END@durations@@@" | 851 "@@@STEP_LOG_END@durations@@@" |
| 837 ] | 852 ] |
| 838 }, | 853 }, |
| 839 { | 854 { |
| 840 "allow_subannotations": true, | 855 "allow_subannotations": true, |
| 841 "cmd": [ | 856 "cmd": [ |
| 842 "python", | 857 "python", |
| 843 "-u", | 858 "-u", |
| 844 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 859 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 845 "--swarming-client-dir", | 860 "--swarming-client-dir", |
| 846 "[CWD]/v8/tools/swarming_client", | 861 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 847 "--temp-root-dir", | 862 "--temp-root-dir", |
| 848 "[TMP]", | 863 "[TMP_BASE]", |
| 849 "--merged-test-output", | 864 "--merged-test-output", |
| 850 "/path/to/tmp/json", | 865 "/path/to/tmp/json", |
| 851 "--", | 866 "--", |
| 852 "collect", | 867 "collect", |
| 853 "--swarming", | 868 "--swarming", |
| 854 "https://chromium-swarm.appspot.com", | 869 "https://chromium-swarm.appspot.com", |
| 855 "--decorate", | 870 "--decorate", |
| 856 "--print-status-updates", | 871 "--print-status-updates", |
| 857 "--shards", | 872 "--shards", |
| 858 "1", | 873 "1", |
| 859 "SimdJs - all/Mac-10.9/[dummy has/v8_mac64_dbg/571" | 874 "SimdJs - all/Mac-10.9/[dummy has/v8_mac64_dbg/571" |
| 860 ], | 875 ], |
| 876 "cwd": "[SLAVE_BUILD]", |
| 861 "name": "SimdJs - all", | 877 "name": "SimdJs - all", |
| 862 "~followup_annotations": [ | 878 "~followup_annotations": [ |
| 863 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 879 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 864 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 880 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 865 "@@@STEP_LOG_LINE@durations@@@@", | 881 "@@@STEP_LOG_LINE@durations@@@@", |
| 866 "@@@STEP_LOG_LINE@durations@Details:@@@", | 882 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 867 "@@@STEP_LOG_LINE@durations@@@@", | 883 "@@@STEP_LOG_LINE@durations@@@@", |
| 868 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 884 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 869 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 885 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 870 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 886 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 871 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 887 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 872 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 888 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 873 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 889 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 874 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 890 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 875 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 891 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 876 "@@@STEP_LOG_END@durations@@@" | 892 "@@@STEP_LOG_END@durations@@@" |
| 877 ] | 893 ] |
| 878 }, | 894 }, |
| 879 { | 895 { |
| 880 "allow_subannotations": true, | 896 "allow_subannotations": true, |
| 881 "cmd": [ | 897 "cmd": [ |
| 882 "python", | 898 "python", |
| 883 "-u", | 899 "-u", |
| 884 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 900 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 885 "--swarming-client-dir", | 901 "--swarming-client-dir", |
| 886 "[CWD]/v8/tools/swarming_client", | 902 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 887 "--temp-root-dir", | 903 "--temp-root-dir", |
| 888 "[TMP]", | 904 "[TMP_BASE]", |
| 889 "--merged-test-output", | 905 "--merged-test-output", |
| 890 "/path/to/tmp/json", | 906 "/path/to/tmp/json", |
| 891 "--", | 907 "--", |
| 892 "collect", | 908 "collect", |
| 893 "--swarming", | 909 "--swarming", |
| 894 "https://chromium-swarm.appspot.com", | 910 "https://chromium-swarm.appspot.com", |
| 895 "--decorate", | 911 "--decorate", |
| 896 "--print-status-updates", | 912 "--print-status-updates", |
| 897 "--shards", | 913 "--shards", |
| 898 "1", | 914 "1", |
| 899 "Ignition - turbofan/Mac-10.9/[dummy has/v8_mac64_dbg/571" | 915 "Ignition - turbofan/Mac-10.9/[dummy has/v8_mac64_dbg/571" |
| 900 ], | 916 ], |
| 917 "cwd": "[SLAVE_BUILD]", |
| 901 "name": "Ignition - turbofan", | 918 "name": "Ignition - turbofan", |
| 902 "~followup_annotations": [ | 919 "~followup_annotations": [ |
| 903 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 920 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 904 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 921 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 905 "@@@STEP_LOG_LINE@durations@@@@", | 922 "@@@STEP_LOG_LINE@durations@@@@", |
| 906 "@@@STEP_LOG_LINE@durations@Details:@@@", | 923 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 907 "@@@STEP_LOG_LINE@durations@@@@", | 924 "@@@STEP_LOG_LINE@durations@@@@", |
| 908 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 925 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 909 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 926 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 910 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 927 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 911 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 928 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 912 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 929 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 913 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 930 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 914 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 931 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 915 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 932 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 916 "@@@STEP_LOG_END@durations@@@" | 933 "@@@STEP_LOG_END@durations@@@" |
| 917 ] | 934 ] |
| 918 }, | 935 }, |
| 919 { | 936 { |
| 920 "name": "$result", | 937 "name": "$result", |
| 921 "recipe_result": null, | 938 "recipe_result": null, |
| 922 "status_code": 0 | 939 "status_code": 0 |
| 923 } | 940 } |
| 924 ] | 941 ] |
| OLD | NEW |