| 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 Mac64 ASAN", | 10 "V8 Mac64 ASAN", |
| 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": "asan=1 clang=1 fastbuild=0 gomadir='[ROOT]/b/build/goma' l
san=1 target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64"
, | 92 "GYP_DEFINES": "asan=1 clang=1 fastbuild=0 gomadir='[BUILD]/goma' lsan=1 t
arget_arch=x64 test_isolation_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/bot_default.isolated.gen.json", | 185 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", |
| 180 "[CWD]/v8/out/Release/ignition.isolated.gen.json" | 186 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json" |
| 181 ], | 187 ], |
| 188 "cwd": "[SLAVE_BUILD]", |
| 182 "name": "isolate tests", | 189 "name": "isolate tests", |
| 183 "~followup_annotations": [ | 190 "~followup_annotations": [ |
| 184 "@@@STEP_LOG_LINE@json.output@{@@@", | 191 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 185 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 192 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 186 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
"@@@", | 193 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
"@@@", |
| 187 "@@@STEP_LOG_LINE@json.output@}@@@", | 194 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 188 "@@@STEP_LOG_END@json.output@@@" | 195 "@@@STEP_LOG_END@json.output@@@" |
| 189 ] | 196 ] |
| 190 }, | 197 }, |
| 191 { | 198 { |
| 192 "cmd": [ | 199 "cmd": [ |
| 193 "python", | 200 "python", |
| 194 "-u", | 201 "-u", |
| 195 "[CWD]/v8/tools/swarming_client/swarming.py", | 202 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 196 "trigger", | 203 "trigger", |
| 197 "--swarming", | 204 "--swarming", |
| 198 "https://chromium-swarm.appspot.com", | 205 "https://chromium-swarm.appspot.com", |
| 199 "--isolate-server", | 206 "--isolate-server", |
| 200 "https://isolateserver.appspot.com", | 207 "https://isolateserver.appspot.com", |
| 201 "--priority", | 208 "--priority", |
| 202 "25", | 209 "25", |
| 203 "--shards", | 210 "--shards", |
| 204 "4", | 211 "4", |
| 205 "--task-name", | 212 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 "--timeout=200", | 267 "--timeout=200", |
| 261 "--random-seed=1756700611", | 268 "--random-seed=1756700611", |
| 262 "bot_default", | 269 "bot_default", |
| 263 "--exhaustive-variants", | 270 "--exhaustive-variants", |
| 264 "--asan", | 271 "--asan", |
| 265 "--rerun-failures-count=2", | 272 "--rerun-failures-count=2", |
| 266 "--swarming", | 273 "--swarming", |
| 267 "--json-test-results", | 274 "--json-test-results", |
| 268 "${ISOLATED_OUTDIR}/output.json" | 275 "${ISOLATED_OUTDIR}/output.json" |
| 269 ], | 276 ], |
| 277 "cwd": "[SLAVE_BUILD]", |
| 270 "name": "[trigger] Check on Mac-10.9", | 278 "name": "[trigger] Check on Mac-10.9", |
| 271 "~followup_annotations": [ | 279 "~followup_annotations": [ |
| 272 "@@@STEP_LOG_LINE@json.output@{@@@", | 280 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 273 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Mac-10.9/[dumm
y has/V8 Mac64 ASAN/571\", @@@", | 281 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Mac-10.9/[dumm
y has/V8 Mac64 ASAN/571\", @@@", |
| 274 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 282 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 275 "@@@STEP_LOG_LINE@json.output@ \"Check/Mac-10.9/[dummy has/V8 Mac64 ASA
N/571:4:0\": {@@@", | 283 "@@@STEP_LOG_LINE@json.output@ \"Check/Mac-10.9/[dummy has/V8 Mac64 ASA
N/571:4:0\": {@@@", |
| 276 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 284 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 277 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 285 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 278 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 286 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 279 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 287 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 298 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 306 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
| 299 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@", | 307 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@", |
| 300 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@
@@", | 308 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@
@@", |
| 301 "@@@STEP_LINK@shard #3@https://chromium-swarm.appspot.com/user/task/10300@
@@" | 309 "@@@STEP_LINK@shard #3@https://chromium-swarm.appspot.com/user/task/10300@
@@" |
| 302 ] | 310 ] |
| 303 }, | 311 }, |
| 304 { | 312 { |
| 305 "cmd": [ | 313 "cmd": [ |
| 306 "python", | 314 "python", |
| 307 "-u", | 315 "-u", |
| 308 "[CWD]/v8/tools/swarming_client/swarming.py", | 316 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 309 "trigger", | 317 "trigger", |
| 310 "--swarming", | 318 "--swarming", |
| 311 "https://chromium-swarm.appspot.com", | 319 "https://chromium-swarm.appspot.com", |
| 312 "--isolate-server", | 320 "--isolate-server", |
| 313 "https://isolateserver.appspot.com", | 321 "https://isolateserver.appspot.com", |
| 314 "--priority", | 322 "--priority", |
| 315 "25", | 323 "25", |
| 316 "--shards", | 324 "--shards", |
| 317 "1", | 325 "1", |
| 318 "--task-name", | 326 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 "--random-seed=1756700611", | 382 "--random-seed=1756700611", |
| 375 "ignition", | 383 "ignition", |
| 376 "--ignition-turbofan", | 384 "--ignition-turbofan", |
| 377 "--variants=ignition_turbofan", | 385 "--variants=ignition_turbofan", |
| 378 "--asan", | 386 "--asan", |
| 379 "--rerun-failures-count=2", | 387 "--rerun-failures-count=2", |
| 380 "--swarming", | 388 "--swarming", |
| 381 "--json-test-results", | 389 "--json-test-results", |
| 382 "${ISOLATED_OUTDIR}/output.json" | 390 "${ISOLATED_OUTDIR}/output.json" |
| 383 ], | 391 ], |
| 392 "cwd": "[SLAVE_BUILD]", |
| 384 "name": "[trigger] Ignition - turbofan on Mac-10.9", | 393 "name": "[trigger] Ignition - turbofan on Mac-10.9", |
| 385 "~followup_annotations": [ | 394 "~followup_annotations": [ |
| 386 "@@@STEP_LOG_LINE@json.output@{@@@", | 395 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 387 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Mac-10.9/[dummy has/V8 Mac64 ASAN/571\", @@@", | 396 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Mac-10.9/[dummy has/V8 Mac64 ASAN/571\", @@@", |
| 388 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 397 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 389 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Mac-10.9/[dummy ha
s/V8 Mac64 ASAN/571\": {@@@", | 398 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Mac-10.9/[dummy ha
s/V8 Mac64 ASAN/571\": {@@@", |
| 390 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 399 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 391 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 400 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 392 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 401 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 393 "@@@STEP_LOG_LINE@json.output@ }@@@", | 402 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 394 "@@@STEP_LOG_LINE@json.output@ }@@@", | 403 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 395 "@@@STEP_LOG_LINE@json.output@}@@@", | 404 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 396 "@@@STEP_LOG_END@json.output@@@", | 405 "@@@STEP_LOG_END@json.output@@@", |
| 397 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 406 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 398 ] | 407 ] |
| 399 }, | 408 }, |
| 400 { | 409 { |
| 401 "allow_subannotations": true, | 410 "allow_subannotations": true, |
| 402 "cmd": [ | 411 "cmd": [ |
| 403 "python", | 412 "python", |
| 404 "-u", | 413 "-u", |
| 405 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 414 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 406 "--swarming-client-dir", | 415 "--swarming-client-dir", |
| 407 "[CWD]/v8/tools/swarming_client", | 416 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 408 "--temp-root-dir", | 417 "--temp-root-dir", |
| 409 "[TMP]", | 418 "[TMP_BASE]", |
| 410 "--merged-test-output", | 419 "--merged-test-output", |
| 411 "/path/to/tmp/json", | 420 "/path/to/tmp/json", |
| 412 "--", | 421 "--", |
| 413 "collect", | 422 "collect", |
| 414 "--swarming", | 423 "--swarming", |
| 415 "https://chromium-swarm.appspot.com", | 424 "https://chromium-swarm.appspot.com", |
| 416 "--decorate", | 425 "--decorate", |
| 417 "--print-status-updates", | 426 "--print-status-updates", |
| 418 "--shards", | 427 "--shards", |
| 419 "4", | 428 "4", |
| 420 "Check/Mac-10.9/[dummy has/V8 Mac64 ASAN/571" | 429 "Check/Mac-10.9/[dummy has/V8 Mac64 ASAN/571" |
| 421 ], | 430 ], |
| 431 "cwd": "[SLAVE_BUILD]", |
| 422 "name": "Check", | 432 "name": "Check", |
| 423 "~followup_annotations": [ | 433 "~followup_annotations": [ |
| 424 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 434 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 425 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 435 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 426 "@@@STEP_LOG_LINE@durations@@@@", | 436 "@@@STEP_LOG_LINE@durations@@@@", |
| 427 "@@@STEP_LOG_LINE@durations@Details:@@@", | 437 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 428 "@@@STEP_LOG_LINE@durations@@@@", | 438 "@@@STEP_LOG_LINE@durations@@@@", |
| 429 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 439 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 430 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 440 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 431 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 441 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 432 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 442 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 433 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 443 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 434 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 444 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 435 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 445 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 436 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 446 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 437 "@@@STEP_LOG_END@durations@@@" | 447 "@@@STEP_LOG_END@durations@@@" |
| 438 ] | 448 ] |
| 439 }, | 449 }, |
| 440 { | 450 { |
| 441 "allow_subannotations": true, | 451 "allow_subannotations": true, |
| 442 "cmd": [ | 452 "cmd": [ |
| 443 "python", | 453 "python", |
| 444 "-u", | 454 "-u", |
| 445 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 455 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 446 "--swarming-client-dir", | 456 "--swarming-client-dir", |
| 447 "[CWD]/v8/tools/swarming_client", | 457 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 448 "--temp-root-dir", | 458 "--temp-root-dir", |
| 449 "[TMP]", | 459 "[TMP_BASE]", |
| 450 "--merged-test-output", | 460 "--merged-test-output", |
| 451 "/path/to/tmp/json", | 461 "/path/to/tmp/json", |
| 452 "--", | 462 "--", |
| 453 "collect", | 463 "collect", |
| 454 "--swarming", | 464 "--swarming", |
| 455 "https://chromium-swarm.appspot.com", | 465 "https://chromium-swarm.appspot.com", |
| 456 "--decorate", | 466 "--decorate", |
| 457 "--print-status-updates", | 467 "--print-status-updates", |
| 458 "--shards", | 468 "--shards", |
| 459 "1", | 469 "1", |
| 460 "Ignition - turbofan/Mac-10.9/[dummy has/V8 Mac64 ASAN/571" | 470 "Ignition - turbofan/Mac-10.9/[dummy has/V8 Mac64 ASAN/571" |
| 461 ], | 471 ], |
| 472 "cwd": "[SLAVE_BUILD]", |
| 462 "name": "Ignition - turbofan", | 473 "name": "Ignition - turbofan", |
| 463 "~followup_annotations": [ | 474 "~followup_annotations": [ |
| 464 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 475 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 465 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 476 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 466 "@@@STEP_LOG_LINE@durations@@@@", | 477 "@@@STEP_LOG_LINE@durations@@@@", |
| 467 "@@@STEP_LOG_LINE@durations@Details:@@@", | 478 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 468 "@@@STEP_LOG_LINE@durations@@@@", | 479 "@@@STEP_LOG_LINE@durations@@@@", |
| 469 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 480 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 470 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 481 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 471 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 482 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 472 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 483 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 473 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 484 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 474 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 485 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 475 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 486 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 476 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 487 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 477 "@@@STEP_LOG_END@durations@@@" | 488 "@@@STEP_LOG_END@durations@@@" |
| 478 ] | 489 ] |
| 479 }, | 490 }, |
| 480 { | 491 { |
| 481 "name": "$result", | 492 "name": "$result", |
| 482 "recipe_result": null, | 493 "recipe_result": null, |
| 483 "status_code": 0 | 494 "status_code": 0 |
| 484 } | 495 } |
| 485 ] | 496 ] |
| OLD | NEW |