Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_failed_isolated_script_test.json

Issue 2410613002: Change SwarmingIsolatedScriptTest to upload json format results (Closed)
Patch Set: Rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 "@@@STEP_LOG_LINE@chartjson_info@Info: Setting up arguments for perf dashb oard@@@", 431 "@@@STEP_LOG_LINE@chartjson_info@Info: Setting up arguments for perf dashb oard@@@",
432 "@@@STEP_LOG_LINE@chartjson_info@Error: Unable to upload chartjson results to perf dashboard@@@", 432 "@@@STEP_LOG_LINE@chartjson_info@Error: Unable to upload chartjson results to perf dashboard@@@",
433 "@@@STEP_LOG_LINE@chartjson_info@TypeError(\"While assigning key 'cmd': Ex pected None to be of type (<type 'int'>, <type 'long'>, <type 'basestring'>, <cl ass 'recipe_engine.config_types.Path'>, <class 'recipe_engine.util.Placeholder'> )\",)@@@", 433 "@@@STEP_LOG_LINE@chartjson_info@TypeError(\"While assigning key 'cmd': Ex pected None to be of type (<type 'int'>, <type 'long'>, <type 'basestring'>, <cl ass 'recipe_engine.config_types.Path'>, <class 'recipe_engine.util.Placeholder'> )\",)@@@",
434 "@@@STEP_LOG_END@chartjson_info@@@", 434 "@@@STEP_LOG_END@chartjson_info@@@",
435 "@@@STEP_LINK@shard #0 (failed)@https://chromium-swarm.appspot.com/user/ta sk/10000@@@", 435 "@@@STEP_LINK@shard #0 (failed)@https://chromium-swarm.appspot.com/user/ta sk/10000@@@",
436 "@@@STEP_LINK@shard #1 (failed)@https://chromium-swarm.appspot.com/user/ta sk/10100@@@", 436 "@@@STEP_LINK@shard #1 (failed)@https://chromium-swarm.appspot.com/user/ta sk/10100@@@",
437 "@@@STEP_FAILURE@@@" 437 "@@@STEP_FAILURE@@@"
438 ] 438 ]
439 }, 439 },
440 { 440 {
441 "cmd": [
442 "python",
443 "-u",
444 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
445 "--input-json",
446 "{\"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}",
447 "--master-name",
448 "chromium.linux",
449 "--builder-name",
450 "Linux Tests",
451 "--build-number",
452 "571",
453 "--test-type",
454 "telemetry_gpu_unittests",
455 "--test-results-server",
456 "test-results.appspot.com",
457 "--chrome-revision",
458 "170242"
459 ],
460 "env": {
461 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
462 },
463 "name": "Upload to test-results [telemetry_gpu_unittests]"
464 },
465 {
441 "name": "$result", 466 "name": "$result",
442 "reason": "1 tests failed: ['telemetry_gpu_unittests']", 467 "reason": "1 tests failed: ['telemetry_gpu_unittests']",
443 "recipe_result": null, 468 "recipe_result": null,
444 "status_code": 1 469 "status_code": 1
445 } 470 }
446 ] 471 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698