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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_passed_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
« no previous file with comments | « scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_failed_isolated_script_test.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 "@@@STEP_LOG_END@outdir_json@@@", 430 "@@@STEP_LOG_END@outdir_json@@@",
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@https://chromium-swarm.appspot.com/user/task/10000@ @@", 435 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@",
436 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@ @@" 436 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@ @@"
437 ] 437 ]
438 }, 438 },
439 { 439 {
440 "cmd": [
441 "python",
442 "-u",
443 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
444 "--input-json",
445 "{\"interrupted\": false, \"num_failures_by_type\": {\"FAIL\": 0, \"PASS\" : 4}, \"path_delimiter\": \".\", \"seconds_since_epoch\": 14000000, \"tests\": { \"test1\": {\"Test1\": {\"actual\": \"PASS\", \"expected\": \"PASS\"}, \"Test2\" : {\"actual\": \"TIMEOUT\", \"expected\": \"PASS TIMEOUT\"}}, \"test3\": {\"Test 3\": {\"actual\": \"PASS\", \"expected\": \"PASS\"}, \"Test4\": {\"actual\": \"T IMEOUT\", \"expected\": \"PASS TIMEOUT\"}}, \"test_common\": {\"Test1\": {\"actu al\": \"FAIL FAIL PASS\", \"expected\": \"PASS\"}, \"Test3\": {\"actual\": \"FAI L FAIL PASS\", \"expected\": \"PASS\"}}}, \"version\": 3}",
446 "--master-name",
447 "chromium.linux",
448 "--builder-name",
449 "Linux Tests",
450 "--build-number",
451 "1234",
452 "--test-type",
453 "telemetry_gpu_unittests",
454 "--test-results-server",
455 "test-results.appspot.com",
456 "--chrome-revision",
457 "170242"
458 ],
459 "env": {
460 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
461 },
462 "name": "Upload to test-results [telemetry_gpu_unittests]"
463 },
464 {
440 "name": "$result", 465 "name": "$result",
441 "recipe_result": null, 466 "recipe_result": null,
442 "status_code": 0 467 "status_code": 0
443 } 468 }
444 ] 469 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_failed_isolated_script_test.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698