| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 7 "[BUILDER_CACHE]/mac_layout", | 7 "[BUILDER_CACHE]/mac_layout", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 }, | 193 }, |
| 194 { | 194 { |
| 195 "cmd": [ | 195 "cmd": [ |
| 196 "python", | 196 "python", |
| 197 "-u", | 197 "-u", |
| 198 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 198 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 199 "runhooks" | 199 "runhooks" |
| 200 ], | 200 ], |
| 201 "cwd": "[BUILDER_CACHE]/mac_layout/src", | 201 "cwd": "[BUILDER_CACHE]/mac_layout/src", |
| 202 "env": { | 202 "env": { |
| 203 "FORCE_MAC_TOOLCHAIN": "1", |
| 203 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 204 "GYP_CHROMIUM_NO_ACTION": "1", | 205 "GYP_CHROMIUM_NO_ACTION": "1", |
| 205 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom
a' target_arch=x64 test_isolation_mode=prepare use_goma=1", | 206 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom
a' target_arch=x64 test_isolation_mode=prepare use_goma=1", |
| 206 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 207 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 207 }, | 208 }, |
| 208 "name": "gclient runhooks" | 209 "name": "gclient runhooks" |
| 209 }, | 210 }, |
| 210 { | 211 { |
| 211 "cmd": [ | 212 "cmd": [ |
| 212 "python", | 213 "python", |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 "python", | 313 "python", |
| 313 "-u", | 314 "-u", |
| 314 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 315 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 315 "--build-dir", | 316 "--build-dir", |
| 316 "[BUILDER_CACHE]/mac_layout/src/out/Release", | 317 "[BUILDER_CACHE]/mac_layout/src/out/Release", |
| 317 "--output-json", | 318 "--output-json", |
| 318 "/path/to/tmp/json" | 319 "/path/to/tmp/json" |
| 319 ], | 320 ], |
| 320 "cwd": "[BUILDER_CACHE]/mac_layout", | 321 "cwd": "[BUILDER_CACHE]/mac_layout", |
| 321 "env": { | 322 "env": { |
| 323 "FORCE_MAC_TOOLCHAIN": "1", |
| 322 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 324 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 323 }, | 325 }, |
| 324 "name": "find isolated tests", | 326 "name": "find isolated tests", |
| 325 "~followup_annotations": [ | 327 "~followup_annotations": [ |
| 326 "@@@STEP_LOG_LINE@json.output@{@@@", | 328 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 327 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 329 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 328 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 330 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 329 "@@@STEP_LOG_LINE@json.output@}@@@", | 331 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 330 "@@@STEP_LOG_END@json.output@@@", | 332 "@@@STEP_LOG_END@json.output@@@", |
| 331 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 333 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 389 "slavename:TestSlavename", | 391 "slavename:TestSlavename", |
| 390 "--tag", | 392 "--tag", |
| 391 "stepname:browser_tests on Mac-10.10", | 393 "stepname:browser_tests on Mac-10.10", |
| 392 "--idempotent", | 394 "--idempotent", |
| 393 "ffffffffffffffffffffffffffffffffffffffff", | 395 "ffffffffffffffffffffffffffffffffffffffff", |
| 394 "--", | 396 "--", |
| 395 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 397 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
| 396 ], | 398 ], |
| 397 "cwd": "[BUILDER_CACHE]/mac_layout", | 399 "cwd": "[BUILDER_CACHE]/mac_layout", |
| 398 "env": { | 400 "env": { |
| 401 "FORCE_MAC_TOOLCHAIN": "1", |
| 399 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 402 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 400 }, | 403 }, |
| 401 "name": "[trigger] browser_tests on Mac-10.10", | 404 "name": "[trigger] browser_tests on Mac-10.10", |
| 402 "~followup_annotations": [ | 405 "~followup_annotations": [ |
| 403 "@@@STEP_LOG_LINE@json.output@{@@@", | 406 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 404 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Mac-10
.10/ffffffffff/WebKit Mac10.10/571\", @@@", | 407 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Mac-10
.10/ffffffffff/WebKit Mac10.10/571\", @@@", |
| 405 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 408 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 406 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Mac-10.10/ffffffffff/Web
Kit Mac10.10/571\": {@@@", | 409 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Mac-10.10/ffffffffff/Web
Kit Mac10.10/571\": {@@@", |
| 407 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 410 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 408 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 411 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 443 "test-results.appspot.com", | 446 "test-results.appspot.com", |
| 444 "--build-number", | 447 "--build-number", |
| 445 "571", | 448 "571", |
| 446 "--builder-name", | 449 "--builder-name", |
| 447 "WebKit Mac10.10", | 450 "WebKit Mac10.10", |
| 448 "--step-name", | 451 "--step-name", |
| 449 "webkit_tests" | 452 "webkit_tests" |
| 450 ], | 453 ], |
| 451 "cwd": "[BUILDER_CACHE]/mac_layout", | 454 "cwd": "[BUILDER_CACHE]/mac_layout", |
| 452 "env": { | 455 "env": { |
| 456 "FORCE_MAC_TOOLCHAIN": "1", |
| 453 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 457 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 454 }, | 458 }, |
| 455 "name": "webkit_tests", | 459 "name": "webkit_tests", |
| 456 "~followup_annotations": [ | 460 "~followup_annotations": [ |
| 457 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 461 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
| 458 ] | 462 ] |
| 459 }, | 463 }, |
| 460 { | 464 { |
| 461 "cmd": [ | 465 "cmd": [ |
| 462 "python", | 466 "python", |
| 463 "-u", | 467 "-u", |
| 464 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res
ults.py", | 468 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res
ults.py", |
| 465 "--results-dir", | 469 "--results-dir", |
| 466 "[SLAVE_BUILD]/layout-test-results", | 470 "[SLAVE_BUILD]/layout-test-results", |
| 467 "--build-dir", | 471 "--build-dir", |
| 468 "[BUILDER_CACHE]/mac_layout/src/out", | 472 "[BUILDER_CACHE]/mac_layout/src/out", |
| 469 "--build-number", | 473 "--build-number", |
| 470 "571", | 474 "571", |
| 471 "--builder-name", | 475 "--builder-name", |
| 472 "WebKit Mac10.10", | 476 "WebKit Mac10.10", |
| 473 "--gs-bucket", | 477 "--gs-bucket", |
| 474 "gs://chromium-layout-test-archives", | 478 "gs://chromium-layout-test-archives", |
| 475 "--staging-dir", | 479 "--staging-dir", |
| 476 "[CACHE]/chrome_staging", | 480 "[CACHE]/chrome_staging", |
| 477 "--gs-acl", | 481 "--gs-acl", |
| 478 "public-read" | 482 "public-read" |
| 479 ], | 483 ], |
| 480 "cwd": "[BUILDER_CACHE]/mac_layout", | 484 "cwd": "[BUILDER_CACHE]/mac_layout", |
| 481 "env": { | 485 "env": { |
| 486 "FORCE_MAC_TOOLCHAIN": "1", |
| 482 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 487 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 483 }, | 488 }, |
| 484 "name": "archive_webkit_tests_results", | 489 "name": "archive_webkit_tests_results", |
| 485 "~followup_annotations": [ | 490 "~followup_annotations": [ |
| 486 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Mac10_10/571/layout-test-results/results.html@@@", | 491 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Mac10_10/571/layout-test-results/results.html@@@", |
| 487 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Mac10_10/571/layout-test-results.zip@@@" | 492 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Mac10_10/571/layout-test-results.zip@@@" |
| 488 ] | 493 ] |
| 489 }, | 494 }, |
| 490 { | 495 { |
| 491 "allow_subannotations": true, | 496 "allow_subannotations": true, |
| (...skipping 13 matching lines...) Expand all Loading... |
| 505 "collect", | 510 "collect", |
| 506 "--swarming", | 511 "--swarming", |
| 507 "https://chromium-swarm.appspot.com", | 512 "https://chromium-swarm.appspot.com", |
| 508 "--decorate", | 513 "--decorate", |
| 509 "--print-status-updates", | 514 "--print-status-updates", |
| 510 "--json", | 515 "--json", |
| 511 "{\"base_task_name\": \"browser_tests/Mac-10.10/ffffffffff/WebKit Mac10.10
/571\", \"tasks\": {\"browser_tests/Mac-10.10/ffffffffff/WebKit Mac10.10/571\":
{\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-sw
arm.appspot.com/user/task/10000\"}}}" | 516 "{\"base_task_name\": \"browser_tests/Mac-10.10/ffffffffff/WebKit Mac10.10
/571\", \"tasks\": {\"browser_tests/Mac-10.10/ffffffffff/WebKit Mac10.10/571\":
{\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-sw
arm.appspot.com/user/task/10000\"}}}" |
| 512 ], | 517 ], |
| 513 "cwd": "[BUILDER_CACHE]/mac_layout", | 518 "cwd": "[BUILDER_CACHE]/mac_layout", |
| 514 "env": { | 519 "env": { |
| 520 "FORCE_MAC_TOOLCHAIN": "1", |
| 515 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 521 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 516 }, | 522 }, |
| 517 "name": "browser_tests on Mac-10.10", | 523 "name": "browser_tests on Mac-10.10", |
| 518 "~followup_annotations": [ | 524 "~followup_annotations": [ |
| 519 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 525 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 520 ] | 526 ] |
| 521 }, | 527 }, |
| 522 { | 528 { |
| 523 "cmd": [ | 529 "cmd": [ |
| 524 "python", | 530 "python", |
| 525 "-u", | 531 "-u", |
| 526 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py", | 532 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py", |
| 527 "--input-json", | 533 "--input-json", |
| 528 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, | 534 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, |
| 529 "--master-name", | 535 "--master-name", |
| 530 "chromium.webkit", | 536 "chromium.webkit", |
| 531 "--builder-name", | 537 "--builder-name", |
| 532 "WebKit Mac10.10", | 538 "WebKit Mac10.10", |
| 533 "--build-number", | 539 "--build-number", |
| 534 "571", | 540 "571", |
| 535 "--test-type", | 541 "--test-type", |
| 536 "browser_tests on Mac-10.10", | 542 "browser_tests on Mac-10.10", |
| 537 "--test-results-server", | 543 "--test-results-server", |
| 538 "test-results.appspot.com", | 544 "test-results.appspot.com", |
| 539 "--chrome-revision", | 545 "--chrome-revision", |
| 540 "170242" | 546 "170242" |
| 541 ], | 547 ], |
| 542 "cwd": "[BUILDER_CACHE]/mac_layout", | 548 "cwd": "[BUILDER_CACHE]/mac_layout", |
| 543 "env": { | 549 "env": { |
| 550 "FORCE_MAC_TOOLCHAIN": "1", |
| 544 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 551 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 545 }, | 552 }, |
| 546 "name": "Upload to test-results [browser_tests on Mac-10.10]" | 553 "name": "Upload to test-results [browser_tests on Mac-10.10]" |
| 547 }, | 554 }, |
| 548 { | 555 { |
| 549 "name": "$result", | 556 "name": "$result", |
| 550 "recipe_result": null, | 557 "recipe_result": null, |
| 551 "status_code": 0 | 558 "status_code": 0 |
| 552 } | 559 } |
| 553 ] | 560 ] |
| OLD | NEW |