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

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

Issue 2411763002: Rename upload_gtest_test_results.py to upload_test_results.py. (Closed)
Patch Set: Update README.md Created 4 years, 2 months 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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 }, 392 },
393 "name": "browser_tests on Windows-7-SP1", 393 "name": "browser_tests on Windows-7-SP1",
394 "~followup_annotations": [ 394 "~followup_annotations": [
395 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 395 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
396 ] 396 ]
397 }, 397 },
398 { 398 {
399 "cmd": [ 399 "cmd": [
400 "python", 400 "python",
401 "-u", 401 "-u",
402 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results. py", 402 "RECIPE_MODULE[build::test_results]\\resources\\upload_test_results.py",
403 "--input-gtest-json", 403 "--input-json",
404 "{\"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\"}}]}}" , 404 "{\"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\"}}]}}" ,
405 "--master-name", 405 "--master-name",
406 "chromium.fyi", 406 "chromium.fyi",
407 "--builder-name", 407 "--builder-name",
408 "ClangToTWin(dll) tester", 408 "ClangToTWin(dll) tester",
409 "--build-number", 409 "--build-number",
410 "571", 410 "571",
411 "--test-type", 411 "--test-type",
412 "browser_tests on Windows-7-SP1", 412 "browser_tests on Windows-7-SP1",
413 "--test-results-server", 413 "--test-results-server",
(...skipping 20 matching lines...) Expand all
434 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 434 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
435 }, 435 },
436 "name": "process_dumps" 436 "name": "process_dumps"
437 }, 437 },
438 { 438 {
439 "name": "$result", 439 "name": "$result",
440 "recipe_result": null, 440 "recipe_result": null,
441 "status_code": 0 441 "status_code": 0
442 } 442 }
443 ] 443 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698