| 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]/ClangToTMacASan_tester", | 7 "[BUILDER_CACHE]/ClangToTMacASan_tester", |
| 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]/ClangToTMacASan_tester/src", | 201 "cwd": "[BUILDER_CACHE]/ClangToTMacASan_tester/src", |
| 202 "env": { | 202 "env": { |
| 203 "FORCE_MAC_TOOLCHAIN": "1", | |
| 204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 203 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 205 "GYP_DEFINES": "asan=1 clang=1 component=static_library fastbuild=0 gomadi
r='[CACHE]/cipd/goma' host_arch=x64 target_arch=x64 test_isolation_mode=prepare
use_goma=1", | 204 "GYP_DEFINES": "asan=1 clang=1 component=static_library fastbuild=0 gomadi
r='[CACHE]/cipd/goma' host_arch=x64 target_arch=x64 test_isolation_mode=prepare
use_goma=1", |
| 206 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 205 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 207 }, | 206 }, |
| 208 "name": "gclient runhooks" | 207 "name": "gclient runhooks" |
| 209 }, | 208 }, |
| 210 { | 209 { |
| 211 "cmd": [ | 210 "cmd": [ |
| 212 "python", | 211 "python", |
| 213 "-u", | 212 "-u", |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 "python", | 311 "python", |
| 313 "-u", | 312 "-u", |
| 314 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 313 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 315 "--build-dir", | 314 "--build-dir", |
| 316 "[BUILDER_CACHE]/ClangToTMacASan_tester/src/out/Release", | 315 "[BUILDER_CACHE]/ClangToTMacASan_tester/src/out/Release", |
| 317 "--output-json", | 316 "--output-json", |
| 318 "/path/to/tmp/json" | 317 "/path/to/tmp/json" |
| 319 ], | 318 ], |
| 320 "cwd": "[BUILDER_CACHE]/ClangToTMacASan_tester", | 319 "cwd": "[BUILDER_CACHE]/ClangToTMacASan_tester", |
| 321 "env": { | 320 "env": { |
| 322 "FORCE_MAC_TOOLCHAIN": "1", | |
| 323 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 321 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 324 }, | 322 }, |
| 325 "name": "find isolated tests", | 323 "name": "find isolated tests", |
| 326 "~followup_annotations": [ | 324 "~followup_annotations": [ |
| 327 "@@@STEP_LOG_LINE@json.output@{@@@", | 325 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 328 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 326 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 329 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 327 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 330 "@@@STEP_LOG_LINE@json.output@}@@@", | 328 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 331 "@@@STEP_LOG_END@json.output@@@", | 329 "@@@STEP_LOG_END@json.output@@@", |
| 332 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 330 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 "--tag", | 391 "--tag", |
| 394 "stepname:browser_tests on Mac-10.9", | 392 "stepname:browser_tests on Mac-10.9", |
| 395 "--idempotent", | 393 "--idempotent", |
| 396 "ffffffffffffffffffffffffffffffffffffffff", | 394 "ffffffffffffffffffffffffffffffffffffffff", |
| 397 "--", | 395 "--", |
| 398 "--test-launcher-print-test-stdio=always", | 396 "--test-launcher-print-test-stdio=always", |
| 399 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 397 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
| 400 ], | 398 ], |
| 401 "cwd": "[BUILDER_CACHE]/ClangToTMacASan_tester", | 399 "cwd": "[BUILDER_CACHE]/ClangToTMacASan_tester", |
| 402 "env": { | 400 "env": { |
| 403 "FORCE_MAC_TOOLCHAIN": "1", | |
| 404 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 401 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 405 }, | 402 }, |
| 406 "name": "[trigger] browser_tests on Mac-10.9", | 403 "name": "[trigger] browser_tests on Mac-10.9", |
| 407 "~followup_annotations": [ | 404 "~followup_annotations": [ |
| 408 "@@@STEP_LOG_LINE@json.output@{@@@", | 405 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 409 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Mac-10
.9/ffffffffff/ClangToTMacASan tester/571\", @@@", | 406 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Mac-10
.9/ffffffffff/ClangToTMacASan tester/571\", @@@", |
| 410 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 407 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 411 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Mac-10.9/ffffffffff/Clan
gToTMacASan tester/571\": {@@@", | 408 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Mac-10.9/ffffffffff/Clan
gToTMacASan tester/571\": {@@@", |
| 412 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 409 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 413 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 410 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 437 "collect", | 434 "collect", |
| 438 "--swarming", | 435 "--swarming", |
| 439 "https://chromium-swarm.appspot.com", | 436 "https://chromium-swarm.appspot.com", |
| 440 "--decorate", | 437 "--decorate", |
| 441 "--print-status-updates", | 438 "--print-status-updates", |
| 442 "--json", | 439 "--json", |
| 443 "{\"base_task_name\": \"browser_tests/Mac-10.9/ffffffffff/ClangToTMacASan
tester/571\", \"tasks\": {\"browser_tests/Mac-10.9/ffffffffff/ClangToTMacASan te
ster/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https:/
/chromium-swarm.appspot.com/user/task/10000\"}}}" | 440 "{\"base_task_name\": \"browser_tests/Mac-10.9/ffffffffff/ClangToTMacASan
tester/571\", \"tasks\": {\"browser_tests/Mac-10.9/ffffffffff/ClangToTMacASan te
ster/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https:/
/chromium-swarm.appspot.com/user/task/10000\"}}}" |
| 444 ], | 441 ], |
| 445 "cwd": "[BUILDER_CACHE]/ClangToTMacASan_tester", | 442 "cwd": "[BUILDER_CACHE]/ClangToTMacASan_tester", |
| 446 "env": { | 443 "env": { |
| 447 "FORCE_MAC_TOOLCHAIN": "1", | |
| 448 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 444 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 449 }, | 445 }, |
| 450 "name": "browser_tests on Mac-10.9", | 446 "name": "browser_tests on Mac-10.9", |
| 451 "~followup_annotations": [ | 447 "~followup_annotations": [ |
| 452 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 448 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 453 ] | 449 ] |
| 454 }, | 450 }, |
| 455 { | 451 { |
| 456 "cmd": [ | 452 "cmd": [ |
| 457 "python", | 453 "python", |
| 458 "-u", | 454 "-u", |
| 459 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py", | 455 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py", |
| 460 "--input-json", | 456 "--input-json", |
| 461 "{\"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\"}}]}}"
, | 457 "{\"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\"}}]}}"
, |
| 462 "--master-name", | 458 "--master-name", |
| 463 "chromium.fyi", | 459 "chromium.fyi", |
| 464 "--builder-name", | 460 "--builder-name", |
| 465 "ClangToTMacASan tester", | 461 "ClangToTMacASan tester", |
| 466 "--build-number", | 462 "--build-number", |
| 467 "571", | 463 "571", |
| 468 "--test-type", | 464 "--test-type", |
| 469 "browser_tests on Mac-10.9", | 465 "browser_tests on Mac-10.9", |
| 470 "--test-results-server", | 466 "--test-results-server", |
| 471 "test-results.appspot.com", | 467 "test-results.appspot.com", |
| 472 "--chrome-revision", | 468 "--chrome-revision", |
| 473 "170242" | 469 "170242" |
| 474 ], | 470 ], |
| 475 "cwd": "[BUILDER_CACHE]/ClangToTMacASan_tester", | 471 "cwd": "[BUILDER_CACHE]/ClangToTMacASan_tester", |
| 476 "env": { | 472 "env": { |
| 477 "FORCE_MAC_TOOLCHAIN": "1", | |
| 478 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 473 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 479 }, | 474 }, |
| 480 "name": "Upload to test-results [browser_tests on Mac-10.9]" | 475 "name": "Upload to test-results [browser_tests on Mac-10.9]" |
| 481 }, | 476 }, |
| 482 { | 477 { |
| 483 "name": "$result", | 478 "name": "$result", |
| 484 "recipe_result": null, | 479 "recipe_result": null, |
| 485 "status_code": 0 | 480 "status_code": 0 |
| 486 } | 481 } |
| 487 ] | 482 ] |
| OLD | NEW |