| 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_linux64_msan_rel", | 10 "v8_linux64_msan_rel", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_f
ile': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesour
ce.com/v8/v8'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
| 15 "--root", | 15 "--root", |
| 16 "v8", | 16 "v8", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", | 18 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
| 21 "--issue", | 21 "--issue", |
| 22 "12853011", | 22 "12853011", |
| 23 "--patchset", | 23 "--patchset", |
| 24 "1", | 24 "1", |
| 25 "--rietveld_server", | 25 "--rietveld_server", |
| 26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
| 27 "--output_json", | 27 "--output_json", |
| 28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
| 29 "--revision", | 29 "--revision", |
| 30 "v8@12345", | 30 "v8@12345", |
| 31 "--no_shallow", | 31 "--no_shallow", |
| 32 "--output_manifest" | 32 "--output_manifest" |
| 33 ], | 33 ], |
| 34 "cwd": "[SLAVE_BUILD]", |
| 34 "env": { | 35 "env": { |
| 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 36 }, | 37 }, |
| 37 "name": "bot_update", | 38 "name": "bot_update", |
| 38 "~followup_annotations": [ | 39 "~followup_annotations": [ |
| 39 "@@@STEP_TEXT@Some step text@@@", | 40 "@@@STEP_TEXT@Some step text@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@{@@@", | 41 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 67 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 68 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
| 68 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", | 69 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", |
| 69 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", | 70 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", |
| 70 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 71 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
| 71 ] | 72 ] |
| 72 }, | 73 }, |
| 73 { | 74 { |
| 74 "cmd": [ | 75 "cmd": [ |
| 75 "python", | 76 "python", |
| 76 "-u", | 77 "-u", |
| 77 "[CWD]/v8/tools/swarming_client/swarming.py", | 78 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 78 "--version" | 79 "--version" |
| 79 ], | 80 ], |
| 81 "cwd": "[SLAVE_BUILD]", |
| 80 "name": "swarming.py --version", | 82 "name": "swarming.py --version", |
| 81 "stdout": "/path/to/tmp/", | 83 "stdout": "/path/to/tmp/", |
| 82 "~followup_annotations": [ | 84 "~followup_annotations": [ |
| 83 "@@@STEP_TEXT@0.4.10@@@" | 85 "@@@STEP_TEXT@0.4.10@@@" |
| 84 ] | 86 ] |
| 85 }, | 87 }, |
| 86 { | 88 { |
| 87 "cmd": [ | 89 "cmd": [ |
| 88 "python", | 90 "python", |
| 89 "-u", | 91 "-u", |
| 90 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 92 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 91 "runhooks" | 93 "runhooks" |
| 92 ], | 94 ], |
| 95 "cwd": "[SLAVE_BUILD]", |
| 93 "env": { | 96 "env": { |
| 94 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 97 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 95 "GYP_DEFINES": "clang=1 dcheck_always_on=0 fastbuild=1 gomadir='[ROOT]/b/b
uild/goma' msan=1 target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_targ
et_arch=arm64", | 98 "GYP_DEFINES": "clang=1 dcheck_always_on=0 fastbuild=1 gomadir='[BUILD]/go
ma' msan=1 target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch
=arm64", |
| 96 "GYP_GENERATORS": "ninja", | 99 "GYP_GENERATORS": "ninja", |
| 97 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 100 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 98 }, | 101 }, |
| 99 "name": "gclient runhooks" | 102 "name": "gclient runhooks" |
| 100 }, | 103 }, |
| 101 { | 104 { |
| 102 "cmd": [ | 105 "cmd": [ |
| 103 "python", | 106 "python", |
| 104 "-u", | 107 "-u", |
| 105 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 108 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 106 "--show-path", | 109 "--show-path", |
| 107 "python", | 110 "python", |
| 108 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 111 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 109 ], | 112 ], |
| 113 "cwd": "[SLAVE_BUILD]", |
| 110 "name": "cleanup_temp" | 114 "name": "cleanup_temp" |
| 111 }, | 115 }, |
| 112 { | 116 { |
| 113 "allow_subannotations": true, | 117 "allow_subannotations": true, |
| 114 "cmd": [ | 118 "cmd": [ |
| 115 "python", | 119 "python", |
| 116 "-u", | 120 "-u", |
| 117 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 121 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 118 "--src-dir", | 122 "--src-dir", |
| 119 "[CWD]/v8", | 123 "[SLAVE_BUILD]/v8", |
| 120 "--output-json", | 124 "--output-json", |
| 121 "/path/to/tmp/json" | 125 "/path/to/tmp/json" |
| 122 ], | 126 ], |
| 127 "cwd": "[SLAVE_BUILD]", |
| 123 "env": { | 128 "env": { |
| 124 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 129 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 125 }, | 130 }, |
| 126 "name": "clang_revision", | 131 "name": "clang_revision", |
| 127 "~followup_annotations": [ | 132 "~followup_annotations": [ |
| 128 "@@@STEP_LOG_LINE@json.output@{@@@", | 133 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 129 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 134 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 130 "@@@STEP_LOG_LINE@json.output@}@@@", | 135 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 131 "@@@STEP_LOG_END@json.output@@@" | 136 "@@@STEP_LOG_END@json.output@@@" |
| 132 ] | 137 ] |
| 133 }, | 138 }, |
| 134 { | 139 { |
| 135 "cmd": [ | 140 "cmd": [ |
| 136 "python", | 141 "python", |
| 137 "-u", | 142 "-u", |
| 138 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 143 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 139 "--show-path", | 144 "--show-path", |
| 140 "python", | 145 "python", |
| 141 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 146 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 142 "--gsutil-py-path", | 147 "--gsutil-py-path", |
| 143 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 148 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 144 "--ninja-path", | 149 "--ninja-path", |
| 145 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 150 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 146 "--target", | 151 "--target", |
| 147 "Release", | 152 "Release", |
| 148 "--src-dir", | 153 "--src-dir", |
| 149 "[CWD]/v8", | 154 "[SLAVE_BUILD]/v8", |
| 150 "--goma-cache-dir", | 155 "--goma-cache-dir", |
| 151 "[ROOT]/b/build/slave/goma_cache", | 156 "[GOMA_CACHE]", |
| 152 "--build-tool", | 157 "--build-tool", |
| 153 "ninja", | 158 "ninja", |
| 154 "--compiler", | 159 "--compiler", |
| 155 "goma-clang", | 160 "goma-clang", |
| 156 "--goma-jsonstatus", | 161 "--goma-jsonstatus", |
| 157 "/path/to/tmp/json", | 162 "/path/to/tmp/json", |
| 158 "--goma-service-account-json-file", | 163 "--goma-service-account-json-file", |
| 159 "/creds/service_accounts/service-account-goma-client.json", | 164 "/creds/service_accounts/service-account-goma-client.json", |
| 160 "--goma-dir", | 165 "--goma-dir", |
| 161 "[ROOT]/b/build/goma", | 166 "[BUILD]/goma", |
| 162 "--goma-fail-fast", | 167 "--goma-fail-fast", |
| 163 "--goma-disable-local-fallback", | 168 "--goma-disable-local-fallback", |
| 164 "--" | 169 "--" |
| 165 ], | 170 ], |
| 171 "cwd": "[SLAVE_BUILD]", |
| 166 "env": { | 172 "env": { |
| 167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 173 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 168 }, | 174 }, |
| 169 "name": "compile", | 175 "name": "compile", |
| 170 "~followup_annotations": [ | 176 "~followup_annotations": [ |
| 171 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 177 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 172 "@@@STEP_LOG_END@json.output (invalid)@@@" | 178 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 173 ] | 179 ] |
| 174 }, | 180 }, |
| 175 { | 181 { |
| 176 "cmd": [ | 182 "cmd": [ |
| 177 "python", | 183 "python", |
| 178 "-u", | 184 "-u", |
| 179 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 185 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 180 "[CWD]/v8/tools/swarming_client", | 186 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 181 "batcharchive", | 187 "batcharchive", |
| 182 "--dump-json", | 188 "--dump-json", |
| 183 "/path/to/tmp/json", | 189 "/path/to/tmp/json", |
| 184 "--isolate-server", | 190 "--isolate-server", |
| 185 "https://isolateserver.appspot.com", | 191 "https://isolateserver.appspot.com", |
| 186 "--verbose", | 192 "--verbose", |
| 187 "[CWD]/v8/out/Release/bot_default.isolated.gen.json", | 193 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", |
| 188 "[CWD]/v8/out/Release/ignition.isolated.gen.json", | 194 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json", |
| 189 "[CWD]/v8/out/Release/test262.isolated.gen.json" | 195 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" |
| 190 ], | 196 ], |
| 197 "cwd": "[SLAVE_BUILD]", |
| 191 "name": "isolate tests", | 198 "name": "isolate tests", |
| 192 "~followup_annotations": [ | 199 "~followup_annotations": [ |
| 193 "@@@STEP_LOG_LINE@json.output@{@@@", | 200 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 194 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 201 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 195 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", | 202 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", |
| 196 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 203 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
| 197 "@@@STEP_LOG_LINE@json.output@}@@@", | 204 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 198 "@@@STEP_LOG_END@json.output@@@" | 205 "@@@STEP_LOG_END@json.output@@@" |
| 199 ] | 206 ] |
| 200 }, | 207 }, |
| 201 { | 208 { |
| 202 "cmd": [ | 209 "cmd": [ |
| 203 "python", | 210 "python", |
| 204 "-u", | 211 "-u", |
| 205 "[CWD]/v8/tools/swarming_client/swarming.py", | 212 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 206 "trigger", | 213 "trigger", |
| 207 "--swarming", | 214 "--swarming", |
| 208 "https://chromium-swarm.appspot.com", | 215 "https://chromium-swarm.appspot.com", |
| 209 "--isolate-server", | 216 "--isolate-server", |
| 210 "https://isolateserver.appspot.com", | 217 "https://isolateserver.appspot.com", |
| 211 "--priority", | 218 "--priority", |
| 212 "30", | 219 "30", |
| 213 "--shards", | 220 "--shards", |
| 214 "2", | 221 "2", |
| 215 "--task-name", | 222 "--task-name", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 "--timeout=200", | 283 "--timeout=200", |
| 277 "--random-seed=1950386076", | 284 "--random-seed=1950386076", |
| 278 "bot_default", | 285 "bot_default", |
| 279 "--exhaustive-variants", | 286 "--exhaustive-variants", |
| 280 "--msan", | 287 "--msan", |
| 281 "--rerun-failures-count=2", | 288 "--rerun-failures-count=2", |
| 282 "--swarming", | 289 "--swarming", |
| 283 "--json-test-results", | 290 "--json-test-results", |
| 284 "${ISOLATED_OUTDIR}/output.json" | 291 "${ISOLATED_OUTDIR}/output.json" |
| 285 ], | 292 ], |
| 293 "cwd": "[SLAVE_BUILD]", |
| 286 "name": "[trigger] Check on Ubuntu-14.04", | 294 "name": "[trigger] Check on Ubuntu-14.04", |
| 287 "~followup_annotations": [ | 295 "~followup_annotations": [ |
| 288 "@@@STEP_LOG_LINE@json.output@{@@@", | 296 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 289 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-14.04/[
dummy has/v8_linux64_msan_rel/571\", @@@", | 297 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-14.04/[
dummy has/v8_linux64_msan_rel/571\", @@@", |
| 290 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 298 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 291 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/v8_linux
64_msan_rel/571:2:0\": {@@@", | 299 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/v8_linux
64_msan_rel/571:2:0\": {@@@", |
| 292 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 300 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 293 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 301 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 294 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 302 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 295 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 303 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 296 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/v8_linux
64_msan_rel/571:2:1\": {@@@", | 304 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/v8_linux
64_msan_rel/571:2:1\": {@@@", |
| 297 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", | 305 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", |
| 298 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", | 306 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", |
| 299 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", | 307 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", |
| 300 "@@@STEP_LOG_LINE@json.output@ }@@@", | 308 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 301 "@@@STEP_LOG_LINE@json.output@ }@@@", | 309 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 302 "@@@STEP_LOG_LINE@json.output@}@@@", | 310 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 303 "@@@STEP_LOG_END@json.output@@@", | 311 "@@@STEP_LOG_END@json.output@@@", |
| 304 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 312 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
| 305 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" | 313 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" |
| 306 ] | 314 ] |
| 307 }, | 315 }, |
| 308 { | 316 { |
| 309 "cmd": [ | 317 "cmd": [ |
| 310 "python", | 318 "python", |
| 311 "-u", | 319 "-u", |
| 312 "[CWD]/v8/tools/swarming_client/swarming.py", | 320 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 313 "trigger", | 321 "trigger", |
| 314 "--swarming", | 322 "--swarming", |
| 315 "https://chromium-swarm.appspot.com", | 323 "https://chromium-swarm.appspot.com", |
| 316 "--isolate-server", | 324 "--isolate-server", |
| 317 "https://isolateserver.appspot.com", | 325 "https://isolateserver.appspot.com", |
| 318 "--priority", | 326 "--priority", |
| 319 "30", | 327 "30", |
| 320 "--shards", | 328 "--shards", |
| 321 "2", | 329 "2", |
| 322 "--task-name", | 330 "--task-name", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 "--random-seed=1950386076", | 392 "--random-seed=1950386076", |
| 385 "test262", | 393 "test262", |
| 386 "--download-data", | 394 "--download-data", |
| 387 "--variants=default", | 395 "--variants=default", |
| 388 "--msan", | 396 "--msan", |
| 389 "--rerun-failures-count=2", | 397 "--rerun-failures-count=2", |
| 390 "--swarming", | 398 "--swarming", |
| 391 "--json-test-results", | 399 "--json-test-results", |
| 392 "${ISOLATED_OUTDIR}/output.json" | 400 "${ISOLATED_OUTDIR}/output.json" |
| 393 ], | 401 ], |
| 402 "cwd": "[SLAVE_BUILD]", |
| 394 "name": "[trigger] Test262 - no variants on Ubuntu-14.04", | 403 "name": "[trigger] Test262 - no variants on Ubuntu-14.04", |
| 395 "~followup_annotations": [ | 404 "~followup_annotations": [ |
| 396 "@@@STEP_LOG_LINE@json.output@{@@@", | 405 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 397 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Ubuntu-14.04/[dummy has/v8_linux64_msan_rel/571\", @@@", | 406 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Ubuntu-14.04/[dummy has/v8_linux64_msan_rel/571\", @@@", |
| 398 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 407 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 399 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-14.04/[du
mmy has/v8_linux64_msan_rel/571:2:0\": {@@@", | 408 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-14.04/[du
mmy has/v8_linux64_msan_rel/571:2:0\": {@@@", |
| 400 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 409 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 401 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 410 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 402 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 411 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 403 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 412 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 404 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-14.04/[du
mmy has/v8_linux64_msan_rel/571:2:1\": {@@@", | 413 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-14.04/[du
mmy has/v8_linux64_msan_rel/571:2:1\": {@@@", |
| 405 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", | 414 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", |
| 406 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", | 415 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", |
| 407 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", | 416 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", |
| 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_LINE@json.output@}@@@", | 419 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 411 "@@@STEP_LOG_END@json.output@@@", | 420 "@@@STEP_LOG_END@json.output@@@", |
| 412 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 421 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
| 413 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" | 422 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" |
| 414 ] | 423 ] |
| 415 }, | 424 }, |
| 416 { | 425 { |
| 417 "cmd": [ | 426 "cmd": [ |
| 418 "python", | 427 "python", |
| 419 "-u", | 428 "-u", |
| 420 "[CWD]/v8/tools/swarming_client/swarming.py", | 429 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 421 "trigger", | 430 "trigger", |
| 422 "--swarming", | 431 "--swarming", |
| 423 "https://chromium-swarm.appspot.com", | 432 "https://chromium-swarm.appspot.com", |
| 424 "--isolate-server", | 433 "--isolate-server", |
| 425 "https://isolateserver.appspot.com", | 434 "https://isolateserver.appspot.com", |
| 426 "--priority", | 435 "--priority", |
| 427 "30", | 436 "30", |
| 428 "--shards", | 437 "--shards", |
| 429 "1", | 438 "1", |
| 430 "--task-name", | 439 "--task-name", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 492 "--random-seed=1950386076", | 501 "--random-seed=1950386076", |
| 493 "ignition", | 502 "ignition", |
| 494 "--ignition-turbofan", | 503 "--ignition-turbofan", |
| 495 "--variants=ignition_turbofan", | 504 "--variants=ignition_turbofan", |
| 496 "--msan", | 505 "--msan", |
| 497 "--rerun-failures-count=2", | 506 "--rerun-failures-count=2", |
| 498 "--swarming", | 507 "--swarming", |
| 499 "--json-test-results", | 508 "--json-test-results", |
| 500 "${ISOLATED_OUTDIR}/output.json" | 509 "${ISOLATED_OUTDIR}/output.json" |
| 501 ], | 510 ], |
| 511 "cwd": "[SLAVE_BUILD]", |
| 502 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", | 512 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", |
| 503 "~followup_annotations": [ | 513 "~followup_annotations": [ |
| 504 "@@@STEP_LOG_LINE@json.output@{@@@", | 514 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 505 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Ubuntu-14.04/[dummy has/v8_linux64_msan_rel/571\", @@@", | 515 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Ubuntu-14.04/[dummy has/v8_linux64_msan_rel/571\", @@@", |
| 506 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 516 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 507 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Ubuntu-14.04/[dumm
y has/v8_linux64_msan_rel/571\": {@@@", | 517 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Ubuntu-14.04/[dumm
y has/v8_linux64_msan_rel/571\": {@@@", |
| 508 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 518 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 509 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 519 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 510 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 520 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 511 "@@@STEP_LOG_LINE@json.output@ }@@@", | 521 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 512 "@@@STEP_LOG_LINE@json.output@ }@@@", | 522 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 513 "@@@STEP_LOG_LINE@json.output@}@@@", | 523 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 514 "@@@STEP_LOG_END@json.output@@@", | 524 "@@@STEP_LOG_END@json.output@@@", |
| 515 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 525 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 516 ] | 526 ] |
| 517 }, | 527 }, |
| 518 { | 528 { |
| 519 "allow_subannotations": true, | 529 "allow_subannotations": true, |
| 520 "cmd": [ | 530 "cmd": [ |
| 521 "python", | 531 "python", |
| 522 "-u", | 532 "-u", |
| 523 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 533 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 524 "--swarming-client-dir", | 534 "--swarming-client-dir", |
| 525 "[CWD]/v8/tools/swarming_client", | 535 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 526 "--temp-root-dir", | 536 "--temp-root-dir", |
| 527 "[TMP]", | 537 "[TMP_BASE]", |
| 528 "--merged-test-output", | 538 "--merged-test-output", |
| 529 "/path/to/tmp/json", | 539 "/path/to/tmp/json", |
| 530 "--", | 540 "--", |
| 531 "collect", | 541 "collect", |
| 532 "--swarming", | 542 "--swarming", |
| 533 "https://chromium-swarm.appspot.com", | 543 "https://chromium-swarm.appspot.com", |
| 534 "--decorate", | 544 "--decorate", |
| 535 "--print-status-updates", | 545 "--print-status-updates", |
| 536 "--shards", | 546 "--shards", |
| 537 "2", | 547 "2", |
| 538 "Check/Ubuntu-14.04/[dummy has/v8_linux64_msan_rel/571" | 548 "Check/Ubuntu-14.04/[dummy has/v8_linux64_msan_rel/571" |
| 539 ], | 549 ], |
| 550 "cwd": "[SLAVE_BUILD]", |
| 540 "name": "Check", | 551 "name": "Check", |
| 541 "~followup_annotations": [ | 552 "~followup_annotations": [ |
| 542 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 553 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 543 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 554 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 544 "@@@STEP_LOG_LINE@durations@@@@", | 555 "@@@STEP_LOG_LINE@durations@@@@", |
| 545 "@@@STEP_LOG_LINE@durations@Details:@@@", | 556 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 546 "@@@STEP_LOG_LINE@durations@@@@", | 557 "@@@STEP_LOG_LINE@durations@@@@", |
| 547 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 558 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 548 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 559 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 549 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 560 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 550 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 561 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 551 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 562 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 552 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 563 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 553 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 564 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 554 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 565 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 555 "@@@STEP_LOG_END@durations@@@" | 566 "@@@STEP_LOG_END@durations@@@" |
| 556 ] | 567 ] |
| 557 }, | 568 }, |
| 558 { | 569 { |
| 559 "allow_subannotations": true, | 570 "allow_subannotations": true, |
| 560 "cmd": [ | 571 "cmd": [ |
| 561 "python", | 572 "python", |
| 562 "-u", | 573 "-u", |
| 563 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 574 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 564 "--swarming-client-dir", | 575 "--swarming-client-dir", |
| 565 "[CWD]/v8/tools/swarming_client", | 576 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 566 "--temp-root-dir", | 577 "--temp-root-dir", |
| 567 "[TMP]", | 578 "[TMP_BASE]", |
| 568 "--merged-test-output", | 579 "--merged-test-output", |
| 569 "/path/to/tmp/json", | 580 "/path/to/tmp/json", |
| 570 "--", | 581 "--", |
| 571 "collect", | 582 "collect", |
| 572 "--swarming", | 583 "--swarming", |
| 573 "https://chromium-swarm.appspot.com", | 584 "https://chromium-swarm.appspot.com", |
| 574 "--decorate", | 585 "--decorate", |
| 575 "--print-status-updates", | 586 "--print-status-updates", |
| 576 "--shards", | 587 "--shards", |
| 577 "2", | 588 "2", |
| 578 "Test262 - no variants/Ubuntu-14.04/[dummy has/v8_linux64_msan_rel/571" | 589 "Test262 - no variants/Ubuntu-14.04/[dummy has/v8_linux64_msan_rel/571" |
| 579 ], | 590 ], |
| 591 "cwd": "[SLAVE_BUILD]", |
| 580 "name": "Test262 - no variants", | 592 "name": "Test262 - no variants", |
| 581 "~followup_annotations": [ | 593 "~followup_annotations": [ |
| 582 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 594 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 583 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 595 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 584 "@@@STEP_LOG_LINE@durations@@@@", | 596 "@@@STEP_LOG_LINE@durations@@@@", |
| 585 "@@@STEP_LOG_LINE@durations@Details:@@@", | 597 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 586 "@@@STEP_LOG_LINE@durations@@@@", | 598 "@@@STEP_LOG_LINE@durations@@@@", |
| 587 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 599 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 588 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 600 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 589 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 601 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 590 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 602 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 591 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 603 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 592 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 604 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 593 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 605 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 594 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 606 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 595 "@@@STEP_LOG_END@durations@@@" | 607 "@@@STEP_LOG_END@durations@@@" |
| 596 ] | 608 ] |
| 597 }, | 609 }, |
| 598 { | 610 { |
| 599 "allow_subannotations": true, | 611 "allow_subannotations": true, |
| 600 "cmd": [ | 612 "cmd": [ |
| 601 "python", | 613 "python", |
| 602 "-u", | 614 "-u", |
| 603 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 615 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 604 "--swarming-client-dir", | 616 "--swarming-client-dir", |
| 605 "[CWD]/v8/tools/swarming_client", | 617 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 606 "--temp-root-dir", | 618 "--temp-root-dir", |
| 607 "[TMP]", | 619 "[TMP_BASE]", |
| 608 "--merged-test-output", | 620 "--merged-test-output", |
| 609 "/path/to/tmp/json", | 621 "/path/to/tmp/json", |
| 610 "--", | 622 "--", |
| 611 "collect", | 623 "collect", |
| 612 "--swarming", | 624 "--swarming", |
| 613 "https://chromium-swarm.appspot.com", | 625 "https://chromium-swarm.appspot.com", |
| 614 "--decorate", | 626 "--decorate", |
| 615 "--print-status-updates", | 627 "--print-status-updates", |
| 616 "--shards", | 628 "--shards", |
| 617 "1", | 629 "1", |
| 618 "Ignition - turbofan/Ubuntu-14.04/[dummy has/v8_linux64_msan_rel/571" | 630 "Ignition - turbofan/Ubuntu-14.04/[dummy has/v8_linux64_msan_rel/571" |
| 619 ], | 631 ], |
| 632 "cwd": "[SLAVE_BUILD]", |
| 620 "name": "Ignition - turbofan", | 633 "name": "Ignition - turbofan", |
| 621 "~followup_annotations": [ | 634 "~followup_annotations": [ |
| 622 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 635 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 623 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 636 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 624 "@@@STEP_LOG_LINE@durations@@@@", | 637 "@@@STEP_LOG_LINE@durations@@@@", |
| 625 "@@@STEP_LOG_LINE@durations@Details:@@@", | 638 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 626 "@@@STEP_LOG_LINE@durations@@@@", | 639 "@@@STEP_LOG_LINE@durations@@@@", |
| 627 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 640 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 628 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 641 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 629 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 642 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 630 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 643 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 631 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 644 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 632 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 645 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 633 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 646 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 634 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 647 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 635 "@@@STEP_LOG_END@durations@@@" | 648 "@@@STEP_LOG_END@durations@@@" |
| 636 ] | 649 ] |
| 637 }, | 650 }, |
| 638 { | 651 { |
| 639 "name": "$result", | 652 "name": "$result", |
| 640 "recipe_result": null, | 653 "recipe_result": null, |
| 641 "status_code": 0 | 654 "status_code": 0 |
| 642 } | 655 } |
| 643 ] | 656 ] |
| OLD | NEW |