| 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_linux_avx2_dbg", | 10 "v8_linux_avx2_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=ia32 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchec
ks=1 v8_optimized_debug=1 v8_target_arch=ia32", | 95 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[ROOT]/b/b
uild/goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enable_slo
w_dchecks=1 v8_optimized_debug=1 v8_target_arch=ia32", |
| 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/simdjs.isolated.gen.json" | 188 "[CWD]/v8/out/Debug/simdjs.isolated.gen.json" |
| 195 ], | 189 ], |
| 196 "cwd": "[SLAVE_BUILD]", | |
| 197 "name": "isolate tests", | 190 "name": "isolate tests", |
| 198 "~followup_annotations": [ | 191 "~followup_annotations": [ |
| 199 "@@@STEP_LOG_LINE@json.output@{@@@", | 192 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 200 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 193 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 201 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\"@@@
", | 194 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\"@@@
", |
| 202 "@@@STEP_LOG_LINE@json.output@}@@@", | 195 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 203 "@@@STEP_LOG_END@json.output@@@" | 196 "@@@STEP_LOG_END@json.output@@@" |
| 204 ] | 197 ] |
| 205 }, | 198 }, |
| 206 { | 199 { |
| 207 "cmd": [ | 200 "cmd": [ |
| 208 "python", | 201 "python", |
| 209 "-u", | 202 "-u", |
| 210 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 203 "[CWD]/v8/tools/swarming_client/swarming.py", |
| 211 "trigger", | 204 "trigger", |
| 212 "--swarming", | 205 "--swarming", |
| 213 "https://chromium-swarm.appspot.com", | 206 "https://chromium-swarm.appspot.com", |
| 214 "--isolate-server", | 207 "--isolate-server", |
| 215 "https://isolateserver.appspot.com", | 208 "https://isolateserver.appspot.com", |
| 216 "--priority", | 209 "--priority", |
| 217 "30", | 210 "30", |
| 218 "--shards", | 211 "--shards", |
| 219 "2", | 212 "2", |
| 220 "--task-name", | 213 "--task-name", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 "--timeout=200", | 274 "--timeout=200", |
| 282 "--random-seed=-99109869", | 275 "--random-seed=-99109869", |
| 283 "bot_default", | 276 "bot_default", |
| 284 "--exhaustive-variants", | 277 "--exhaustive-variants", |
| 285 "--dcheck-always-on", | 278 "--dcheck-always-on", |
| 286 "--rerun-failures-count=2", | 279 "--rerun-failures-count=2", |
| 287 "--swarming", | 280 "--swarming", |
| 288 "--json-test-results", | 281 "--json-test-results", |
| 289 "${ISOLATED_OUTDIR}/output.json" | 282 "${ISOLATED_OUTDIR}/output.json" |
| 290 ], | 283 ], |
| 291 "cwd": "[SLAVE_BUILD]", | |
| 292 "name": "[trigger] Check on Ubuntu-14.04", | 284 "name": "[trigger] Check on Ubuntu-14.04", |
| 293 "~followup_annotations": [ | 285 "~followup_annotations": [ |
| 294 "@@@STEP_LOG_LINE@json.output@{@@@", | 286 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 295 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-14.04/[
dummy has/v8_linux_avx2_dbg/571\", @@@", | 287 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-14.04/[
dummy has/v8_linux_avx2_dbg/571\", @@@", |
| 296 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 288 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 297 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/v8_linux
_avx2_dbg/571:2:0\": {@@@", | 289 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/v8_linux
_avx2_dbg/571:2:0\": {@@@", |
| 298 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 290 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 299 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 291 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 300 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 292 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 301 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 293 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 302 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/v8_linux
_avx2_dbg/571:2:1\": {@@@", | 294 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/v8_linux
_avx2_dbg/571:2:1\": {@@@", |
| 303 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", | 295 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", |
| 304 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", | 296 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", |
| 305 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", | 297 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", |
| 306 "@@@STEP_LOG_LINE@json.output@ }@@@", | 298 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 307 "@@@STEP_LOG_LINE@json.output@ }@@@", | 299 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 308 "@@@STEP_LOG_LINE@json.output@}@@@", | 300 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 309 "@@@STEP_LOG_END@json.output@@@", | 301 "@@@STEP_LOG_END@json.output@@@", |
| 310 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 302 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
| 311 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" | 303 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" |
| 312 ] | 304 ] |
| 313 }, | 305 }, |
| 314 { | 306 { |
| 315 "cmd": [ | 307 "cmd": [ |
| 316 "python", | 308 "python", |
| 317 "-u", | 309 "-u", |
| 318 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 310 "[CWD]/v8/tools/swarming_client/swarming.py", |
| 319 "trigger", | 311 "trigger", |
| 320 "--swarming", | 312 "--swarming", |
| 321 "https://chromium-swarm.appspot.com", | 313 "https://chromium-swarm.appspot.com", |
| 322 "--isolate-server", | 314 "--isolate-server", |
| 323 "https://isolateserver.appspot.com", | 315 "https://isolateserver.appspot.com", |
| 324 "--priority", | 316 "--priority", |
| 325 "30", | 317 "30", |
| 326 "--shards", | 318 "--shards", |
| 327 "1", | 319 "1", |
| 328 "--task-name", | 320 "--task-name", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 "--random-seed=-99109869", | 382 "--random-seed=-99109869", |
| 391 "simdjs", | 383 "simdjs", |
| 392 "--download-data", | 384 "--download-data", |
| 393 "--exhaustive-variants", | 385 "--exhaustive-variants", |
| 394 "--dcheck-always-on", | 386 "--dcheck-always-on", |
| 395 "--rerun-failures-count=2", | 387 "--rerun-failures-count=2", |
| 396 "--swarming", | 388 "--swarming", |
| 397 "--json-test-results", | 389 "--json-test-results", |
| 398 "${ISOLATED_OUTDIR}/output.json" | 390 "${ISOLATED_OUTDIR}/output.json" |
| 399 ], | 391 ], |
| 400 "cwd": "[SLAVE_BUILD]", | |
| 401 "name": "[trigger] SimdJs - all on Ubuntu-14.04", | 392 "name": "[trigger] SimdJs - all on Ubuntu-14.04", |
| 402 "~followup_annotations": [ | 393 "~followup_annotations": [ |
| 403 "@@@STEP_LOG_LINE@json.output@{@@@", | 394 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 404 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
14.04/[dummy has/v8_linux_avx2_dbg/571\", @@@", | 395 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
14.04/[dummy has/v8_linux_avx2_dbg/571\", @@@", |
| 405 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 396 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 406 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-14.04/[dummy has/v
8_linux_avx2_dbg/571\": {@@@", | 397 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-14.04/[dummy has/v
8_linux_avx2_dbg/571\": {@@@", |
| 407 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 398 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 408 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 399 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 409 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 400 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 410 "@@@STEP_LOG_LINE@json.output@ }@@@", | 401 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 411 "@@@STEP_LOG_LINE@json.output@ }@@@", | 402 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 412 "@@@STEP_LOG_LINE@json.output@}@@@", | 403 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 413 "@@@STEP_LOG_END@json.output@@@", | 404 "@@@STEP_LOG_END@json.output@@@", |
| 414 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 405 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 415 ] | 406 ] |
| 416 }, | 407 }, |
| 417 { | 408 { |
| 418 "allow_subannotations": true, | 409 "allow_subannotations": true, |
| 419 "cmd": [ | 410 "cmd": [ |
| 420 "python", | 411 "python", |
| 421 "-u", | 412 "-u", |
| 422 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 413 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 423 "--swarming-client-dir", | 414 "--swarming-client-dir", |
| 424 "[SLAVE_BUILD]/v8/tools/swarming_client", | 415 "[CWD]/v8/tools/swarming_client", |
| 425 "--temp-root-dir", | 416 "--temp-root-dir", |
| 426 "[TMP_BASE]", | 417 "[TMP]", |
| 427 "--merged-test-output", | 418 "--merged-test-output", |
| 428 "/path/to/tmp/json", | 419 "/path/to/tmp/json", |
| 429 "--", | 420 "--", |
| 430 "collect", | 421 "collect", |
| 431 "--swarming", | 422 "--swarming", |
| 432 "https://chromium-swarm.appspot.com", | 423 "https://chromium-swarm.appspot.com", |
| 433 "--decorate", | 424 "--decorate", |
| 434 "--print-status-updates", | 425 "--print-status-updates", |
| 435 "--shards", | 426 "--shards", |
| 436 "2", | 427 "2", |
| 437 "Check/Ubuntu-14.04/[dummy has/v8_linux_avx2_dbg/571" | 428 "Check/Ubuntu-14.04/[dummy has/v8_linux_avx2_dbg/571" |
| 438 ], | 429 ], |
| 439 "cwd": "[SLAVE_BUILD]", | |
| 440 "name": "Check", | 430 "name": "Check", |
| 441 "~followup_annotations": [ | 431 "~followup_annotations": [ |
| 442 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 432 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 443 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 433 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 444 "@@@STEP_LOG_LINE@durations@@@@", | 434 "@@@STEP_LOG_LINE@durations@@@@", |
| 445 "@@@STEP_LOG_LINE@durations@Details:@@@", | 435 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 446 "@@@STEP_LOG_LINE@durations@@@@", | 436 "@@@STEP_LOG_LINE@durations@@@@", |
| 447 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 437 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 448 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 438 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 449 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 439 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 450 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 440 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 451 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 441 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 452 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 442 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 453 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 443 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 454 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 444 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 455 "@@@STEP_LOG_END@durations@@@" | 445 "@@@STEP_LOG_END@durations@@@" |
| 456 ] | 446 ] |
| 457 }, | 447 }, |
| 458 { | 448 { |
| 459 "allow_subannotations": true, | 449 "allow_subannotations": true, |
| 460 "cmd": [ | 450 "cmd": [ |
| 461 "python", | 451 "python", |
| 462 "-u", | 452 "-u", |
| 463 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 453 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 464 "--swarming-client-dir", | 454 "--swarming-client-dir", |
| 465 "[SLAVE_BUILD]/v8/tools/swarming_client", | 455 "[CWD]/v8/tools/swarming_client", |
| 466 "--temp-root-dir", | 456 "--temp-root-dir", |
| 467 "[TMP_BASE]", | 457 "[TMP]", |
| 468 "--merged-test-output", | 458 "--merged-test-output", |
| 469 "/path/to/tmp/json", | 459 "/path/to/tmp/json", |
| 470 "--", | 460 "--", |
| 471 "collect", | 461 "collect", |
| 472 "--swarming", | 462 "--swarming", |
| 473 "https://chromium-swarm.appspot.com", | 463 "https://chromium-swarm.appspot.com", |
| 474 "--decorate", | 464 "--decorate", |
| 475 "--print-status-updates", | 465 "--print-status-updates", |
| 476 "--shards", | 466 "--shards", |
| 477 "1", | 467 "1", |
| 478 "SimdJs - all/Ubuntu-14.04/[dummy has/v8_linux_avx2_dbg/571" | 468 "SimdJs - all/Ubuntu-14.04/[dummy has/v8_linux_avx2_dbg/571" |
| 479 ], | 469 ], |
| 480 "cwd": "[SLAVE_BUILD]", | |
| 481 "name": "SimdJs - all", | 470 "name": "SimdJs - all", |
| 482 "~followup_annotations": [ | 471 "~followup_annotations": [ |
| 483 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 472 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 484 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 473 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 485 "@@@STEP_LOG_LINE@durations@@@@", | 474 "@@@STEP_LOG_LINE@durations@@@@", |
| 486 "@@@STEP_LOG_LINE@durations@Details:@@@", | 475 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 487 "@@@STEP_LOG_LINE@durations@@@@", | 476 "@@@STEP_LOG_LINE@durations@@@@", |
| 488 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 477 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 489 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 478 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 490 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 479 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 491 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 480 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 492 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 481 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 493 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 482 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 494 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 483 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 495 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 484 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 496 "@@@STEP_LOG_END@durations@@@" | 485 "@@@STEP_LOG_END@durations@@@" |
| 497 ] | 486 ] |
| 498 }, | 487 }, |
| 499 { | 488 { |
| 500 "name": "$result", | 489 "name": "$result", |
| 501 "recipe_result": null, | 490 "recipe_result": null, |
| 502 "status_code": 0 | 491 "status_code": 0 |
| 503 } | 492 } |
| 504 ] | 493 ] |
| OLD | NEW |