| 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 Linux64 - internal snapshot", | 10 "V8 Linux64 - gyp", |
| 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 = '[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 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 "cmd": [ | 135 "cmd": [ |
| 136 "python", | 136 "python", |
| 137 "-u", | 137 "-u", |
| 138 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 138 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 139 "runhooks" | 139 "runhooks" |
| 140 ], | 140 ], |
| 141 "cwd": "[SLAVE_BUILD]/v8", | 141 "cwd": "[SLAVE_BUILD]/v8", |
| 142 "env": { | 142 "env": { |
| 143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 144 "GYP_CHROMIUM_NO_ACTION": "1", | 144 "GYP_CHROMIUM_NO_ACTION": "1", |
| 145 "GYP_DEFINES": "gomadir='[CACHE]/cipd/goma' target_arch=x64 test_isolation
_mode=prepare use_goma=1 v8_target_arch=x64 v8_use_external_startup_data=0", | 145 "GYP_DEFINES": "gomadir='[CACHE]/cipd/goma' target_arch=x64 test_isolation
_mode=prepare use_goma=1 v8_target_arch=x64", |
| 146 "GYP_GENERATORS": "ninja", | 146 "GYP_GENERATORS": "ninja", |
| 147 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 147 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 148 }, | 148 }, |
| 149 "name": "gclient runhooks" | 149 "name": "gclient runhooks" |
| 150 }, | 150 }, |
| 151 { | 151 { |
| 152 "cmd": [ | 152 "cmd": [ |
| 153 "python", | 153 "python", |
| 154 "-u", | 154 "-u", |
| 155 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 155 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 156 "--show-path", | 156 "--show-path", |
| 157 "python", | 157 "python", |
| 158 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 158 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 159 ], | 159 ], |
| 160 "name": "cleanup_temp" | 160 "name": "cleanup_temp" |
| 161 }, | 161 }, |
| 162 { | 162 { |
| 163 "cmd": [ | 163 "cmd": [ |
| 164 "python", | 164 "python", |
| 165 "-u", | 165 "-u", |
| 166 "[SLAVE_BUILD]/v8/tools/mb/mb.py", | 166 "[SLAVE_BUILD]/v8/tools/mb/mb.py", |
| 167 "gen", | 167 "gen", |
| 168 "-m", | 168 "-m", |
| 169 "client.v8", | 169 "client.v8", |
| 170 "-b", | 170 "-b", |
| 171 "V8 Linux64 - internal snapshot", | 171 "V8 Linux64 - gyp", |
| 172 "--config-file", | 172 "--config-file", |
| 173 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", | 173 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 174 "--goma-dir", | 174 "--goma-dir", |
| 175 "[CACHE]/cipd/goma", | 175 "[CACHE]/cipd/goma", |
| 176 "--gyp-script=gypfiles/gyp_v8", | 176 "--gyp-script=gypfiles/gyp_v8", |
| 177 "//out/Release" | 177 "//out/Release" |
| 178 ], | 178 ], |
| 179 "env": { | 179 "env": { |
| 180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 181 }, | 181 }, |
| (...skipping 18 matching lines...) Expand all Loading... |
| 200 }, | 200 }, |
| 201 { | 201 { |
| 202 "cmd": [ | 202 "cmd": [ |
| 203 "python", | 203 "python", |
| 204 "-u", | 204 "-u", |
| 205 "[SLAVE_BUILD]/v8/tools/mb/mb.py", | 205 "[SLAVE_BUILD]/v8/tools/mb/mb.py", |
| 206 "gen", | 206 "gen", |
| 207 "-m", | 207 "-m", |
| 208 "client.v8", | 208 "client.v8", |
| 209 "-b", | 209 "-b", |
| 210 "V8 Linux64 - internal snapshot", | 210 "V8 Linux64 - gyp", |
| 211 "--config-file", | 211 "--config-file", |
| 212 "[mb config]", | 212 "[mb config]", |
| 213 "--goma-dir", | 213 "--goma-dir", |
| 214 "[CACHE]/cipd/goma", | 214 "[CACHE]/cipd/goma", |
| 215 "[TMP_BASE]/v8_gn_tmp_1" | 215 "[TMP_BASE]/v8_gn_tmp_1" |
| 216 ], | 216 ], |
| 217 "env": { | 217 "env": { |
| 218 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 218 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 219 }, | 219 }, |
| 220 "name": "generate_build_files with gn (fyi)" | 220 "name": "generate_build_files with gn (fyi)" |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 "trigger", | 315 "trigger", |
| 316 "--swarming", | 316 "--swarming", |
| 317 "https://chromium-swarm.appspot.com", | 317 "https://chromium-swarm.appspot.com", |
| 318 "--isolate-server", | 318 "--isolate-server", |
| 319 "https://isolateserver.appspot.com", | 319 "https://isolateserver.appspot.com", |
| 320 "--priority", | 320 "--priority", |
| 321 "25", | 321 "25", |
| 322 "--shards", | 322 "--shards", |
| 323 "1", | 323 "1", |
| 324 "--task-name", | 324 "--task-name", |
| 325 "Check/Ubuntu-12.04/[dummy has/V8 Linux64 - internal snapshot/571", | 325 "Check/Ubuntu-12.04/[dummy has/V8 Linux64 - gyp/571", |
| 326 "--dump-json", | 326 "--dump-json", |
| 327 "/path/to/tmp/json", | 327 "/path/to/tmp/json", |
| 328 "--expiration", | 328 "--expiration", |
| 329 "3600", | 329 "3600", |
| 330 "--io-timeout", | 330 "--io-timeout", |
| 331 "1200", | 331 "1200", |
| 332 "--hard-timeout", | 332 "--hard-timeout", |
| 333 "2700", | 333 "2700", |
| 334 "--dimension", | 334 "--dimension", |
| 335 "cpu", | 335 "cpu", |
| 336 "x86-64", | 336 "x86-64", |
| 337 "--dimension", | 337 "--dimension", |
| 338 "gpu", | 338 "gpu", |
| 339 "none", | 339 "none", |
| 340 "--dimension", | 340 "--dimension", |
| 341 "os", | 341 "os", |
| 342 "Ubuntu-12.04", | 342 "Ubuntu-12.04", |
| 343 "--dimension", | 343 "--dimension", |
| 344 "pool", | 344 "pool", |
| 345 "Chrome", | 345 "Chrome", |
| 346 "--tag", | 346 "--tag", |
| 347 "buildername:V8 Linux64 - internal snapshot", | 347 "buildername:V8 Linux64 - gyp", |
| 348 "--tag", | 348 "--tag", |
| 349 "buildnumber:571", | 349 "buildnumber:571", |
| 350 "--tag", | 350 "--tag", |
| 351 "data:[dummy hash for bot_default]", | 351 "data:[dummy hash for bot_default]", |
| 352 "--tag", | 352 "--tag", |
| 353 "master:client.v8", | 353 "master:client.v8", |
| 354 "--tag", | 354 "--tag", |
| 355 "name:Check", | 355 "name:Check", |
| 356 "--tag", | 356 "--tag", |
| 357 "os:Ubuntu-12.04", | 357 "os:Ubuntu-12.04", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 381 "bot_default", | 381 "bot_default", |
| 382 "--exhaustive-variants", | 382 "--exhaustive-variants", |
| 383 "--rerun-failures-count=2", | 383 "--rerun-failures-count=2", |
| 384 "--swarming", | 384 "--swarming", |
| 385 "--json-test-results", | 385 "--json-test-results", |
| 386 "${ISOLATED_OUTDIR}/output.json" | 386 "${ISOLATED_OUTDIR}/output.json" |
| 387 ], | 387 ], |
| 388 "name": "[trigger] Check on Ubuntu-12.04", | 388 "name": "[trigger] Check on Ubuntu-12.04", |
| 389 "~followup_annotations": [ | 389 "~followup_annotations": [ |
| 390 "@@@STEP_LOG_LINE@json.output@{@@@", | 390 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 391 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[
dummy has/V8 Linux64 - internal snapshot/571\", @@@", | 391 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[
dummy has/V8 Linux64 - gyp/571\", @@@", |
| 392 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 392 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 393 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/V8 Linux
64 - internal snapshot/571\": {@@@", | 393 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/V8 Linux
64 - gyp/571\": {@@@", |
| 394 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 394 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 395 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 395 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 396 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 396 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 397 "@@@STEP_LOG_LINE@json.output@ }@@@", | 397 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 398 "@@@STEP_LOG_LINE@json.output@ }@@@", | 398 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 399 "@@@STEP_LOG_LINE@json.output@}@@@", | 399 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 400 "@@@STEP_LOG_END@json.output@@@", | 400 "@@@STEP_LOG_END@json.output@@@", |
| 401 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 401 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 402 ] | 402 ] |
| 403 }, | 403 }, |
| (...skipping 10 matching lines...) Expand all Loading... |
| 414 "--merged-test-output", | 414 "--merged-test-output", |
| 415 "/path/to/tmp/json", | 415 "/path/to/tmp/json", |
| 416 "--", | 416 "--", |
| 417 "collect", | 417 "collect", |
| 418 "--swarming", | 418 "--swarming", |
| 419 "https://chromium-swarm.appspot.com", | 419 "https://chromium-swarm.appspot.com", |
| 420 "--decorate", | 420 "--decorate", |
| 421 "--print-status-updates", | 421 "--print-status-updates", |
| 422 "--shards", | 422 "--shards", |
| 423 "1", | 423 "1", |
| 424 "Check/Ubuntu-12.04/[dummy has/V8 Linux64 - internal snapshot/571" | 424 "Check/Ubuntu-12.04/[dummy has/V8 Linux64 - gyp/571" |
| 425 ], | 425 ], |
| 426 "name": "Check", | 426 "name": "Check", |
| 427 "~followup_annotations": [ | 427 "~followup_annotations": [ |
| 428 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 428 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 429 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 429 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 430 "@@@STEP_LOG_LINE@durations@@@@", | 430 "@@@STEP_LOG_LINE@durations@@@@", |
| 431 "@@@STEP_LOG_LINE@durations@Details:@@@", | 431 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 432 "@@@STEP_LOG_LINE@durations@@@@", | 432 "@@@STEP_LOG_LINE@durations@@@@", |
| 433 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 433 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 434 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 434 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 435 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 435 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 436 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 436 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 437 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 437 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 438 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 438 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 439 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 439 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 440 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 440 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 441 "@@@STEP_LOG_END@durations@@@" | 441 "@@@STEP_LOG_END@durations@@@" |
| 442 ] | 442 ] |
| 443 }, | 443 }, |
| 444 { | 444 { |
| 445 "name": "$result", | 445 "name": "$result", |
| 446 "recipe_result": null, | 446 "recipe_result": null, |
| 447 "status_code": 0 | 447 "status_code": 0 |
| 448 } | 448 } |
| 449 ] | 449 ] |
| OLD | NEW |