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 "--spec", | 7 "--spec", |
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", |
9 "--patch_root", | 9 "--patch_root", |
10 "src", | 10 "src", |
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
428 "@@@STEP_LOG_LINE@outdir_json@ \"1/output.json\": \"{\\\"tests\\\": {\\\"
test3\\\": {\\\"Test3\\\": {\\\"expected\\\": \\\"PASS\\\", \\\"actual\\\": \\\"
FAIL FAIL TIMEOUT\\\"}, \\\"Test4\\\": {\\\"expected\\\": \\\"PASS TIMEOUT\\\",
\\\"actual\\\": \\\"FAIL FAIL FAIL\\\"}}}, \\\"interrupted\\\": false, \\\"path_
delimiter\\\": \\\".\\\", \\\"version\\\": 3, \\\"seconds_since_epoch\\\": 14000
001, \\\"num_failures_by_type\\\": {\\\"FAIL\\\": 2, \\\"PASS\\\": 0}}\", @@@", | 428 "@@@STEP_LOG_LINE@outdir_json@ \"1/output.json\": \"{\\\"tests\\\": {\\\"
test3\\\": {\\\"Test3\\\": {\\\"expected\\\": \\\"PASS\\\", \\\"actual\\\": \\\"
FAIL FAIL TIMEOUT\\\"}, \\\"Test4\\\": {\\\"expected\\\": \\\"PASS TIMEOUT\\\",
\\\"actual\\\": \\\"FAIL FAIL FAIL\\\"}}}, \\\"interrupted\\\": false, \\\"path_
delimiter\\\": \\\".\\\", \\\"version\\\": 3, \\\"seconds_since_epoch\\\": 14000
001, \\\"num_failures_by_type\\\": {\\\"FAIL\\\": 2, \\\"PASS\\\": 0}}\", @@@", |
429 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\
"internal_failure\\\": false, \\\"failure\\\": true, \\\"exit_code\\\": \\\"1\\\
"}, {\\\"internal_failure\\\": false, \\\"failure\\\": true, \\\"exit_code\\\":
\\\"1\\\"}]}\"@@@", | 429 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\
"internal_failure\\\": false, \\\"failure\\\": true, \\\"exit_code\\\": \\\"1\\\
"}, {\\\"internal_failure\\\": false, \\\"failure\\\": true, \\\"exit_code\\\":
\\\"1\\\"}]}\"@@@", |
430 "@@@STEP_LOG_LINE@outdir_json@}@@@", | 430 "@@@STEP_LOG_LINE@outdir_json@}@@@", |
431 "@@@STEP_LOG_END@outdir_json@@@", | 431 "@@@STEP_LOG_END@outdir_json@@@", |
432 "@@@STEP_LINK@shard #0 (failed)@https://chromium-swarm.appspot.com/user/ta
sk/10000@@@", | 432 "@@@STEP_LINK@shard #0 (failed)@https://chromium-swarm.appspot.com/user/ta
sk/10000@@@", |
433 "@@@STEP_LINK@shard #1 (failed)@https://chromium-swarm.appspot.com/user/ta
sk/10100@@@", | 433 "@@@STEP_LINK@shard #1 (failed)@https://chromium-swarm.appspot.com/user/ta
sk/10100@@@", |
434 "@@@STEP_FAILURE@@@" | 434 "@@@STEP_FAILURE@@@" |
435 ] | 435 ] |
436 }, | 436 }, |
437 { | 437 { |
| 438 "cmd": [ |
| 439 "python", |
| 440 "-u", |
| 441 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py", |
| 442 "--input-json", |
| 443 "{\"interrupted\": false, \"num_failures_by_type\": {\"FAIL\": 4, \"PASS\"
: 0}, \"path_delimiter\": \".\", \"seconds_since_epoch\": 14000000, \"tests\": {
\"test1\": {\"Test1\": {\"actual\": \"FAIL FAIL TIMEOUT\", \"expected\": \"PASS\
"}, \"Test2\": {\"actual\": \"FAIL FAIL FAIL\", \"expected\": \"PASS TIMEOUT\"}}
, \"test3\": {\"Test3\": {\"actual\": \"FAIL FAIL TIMEOUT\", \"expected\": \"PAS
S\"}, \"Test4\": {\"actual\": \"FAIL FAIL FAIL\", \"expected\": \"PASS TIMEOUT\"
}}}, \"version\": 3}", |
| 444 "--master-name", |
| 445 "chromium.linux", |
| 446 "--builder-name", |
| 447 "Linux Tests", |
| 448 "--build-number", |
| 449 "571", |
| 450 "--test-type", |
| 451 "telemetry_gpu_unittests", |
| 452 "--test-results-server", |
| 453 "test-results.appspot.com", |
| 454 "--chrome-revision", |
| 455 "170242" |
| 456 ], |
| 457 "env": { |
| 458 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 459 }, |
| 460 "name": "Upload to test-results [telemetry_gpu_unittests]" |
| 461 }, |
| 462 { |
438 "name": "$result", | 463 "name": "$result", |
439 "reason": "1 tests failed: ['telemetry_gpu_unittests']", | 464 "reason": "1 tests failed: ['telemetry_gpu_unittests']", |
440 "recipe_result": null, | 465 "recipe_result": null, |
441 "status_code": 1 | 466 "status_code": 1 |
442 } | 467 } |
443 ] | 468 ] |
OLD | NEW |