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