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

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: 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_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_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@https://chromium-swarm.appspot.com/user/task/10000@ @@", 432 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@",
433 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@ @@" 433 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@ @@"
434 ] 434 ]
435 }, 435 },
436 { 436 {
437 "cmd": [ 437 "cmd": [
438 "python", 438 "python",
439 "-u", 439 "-u",
440 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
441 "--input-json",
442 "{\"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}",
443 "--master-name",
444 "chromium.linux",
445 "--builder-name",
446 "Linux Tests",
447 "--build-number",
448 "1234",
449 "--test-type",
450 "telemetry_gpu_unittests",
451 "--test-results-server",
452 "test-results.appspot.com",
453 "--chrome-revision",
454 "170242"
455 ],
456 "env": {
457 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
458 },
459 "name": "Upload to test-results [telemetry_gpu_unittests]"
460 },
461 {
462 "cmd": [
463 "python",
464 "-u",
440 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_perf_dashboard_results.py ", 465 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_perf_dashboard_results.py ",
441 "--results", 466 "--results",
442 "{\"dummy\": \"dummy0\", \"enabled\": true, \"charts\": {\"entry2\": \"cha rt2\", \"entry3\": \"chart3\", \"entry1\": \"chart1\", \"entry4\": \"chart4\"}}" , 467 "{\"dummy\": \"dummy0\", \"enabled\": true, \"charts\": {\"entry2\": \"cha rt2\", \"entry3\": \"chart3\", \"entry1\": \"chart1\", \"entry4\": \"chart4\"}}" ,
443 "--perf-id", 468 "--perf-id",
444 "testid", 469 "testid",
445 "--results-url", 470 "--results-url",
446 "http://test-results-url", 471 "http://test-results-url",
447 "--build-dir", 472 "--build-dir",
448 "[SLAVE_BUILD]/src/out", 473 "[SLAVE_BUILD]/src/out",
449 "--got-revision-cp", 474 "--got-revision-cp",
(...skipping 15 matching lines...) Expand all
465 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 490 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
466 }, 491 },
467 "name": "Upload Perf Dashboard Results" 492 "name": "Upload Perf Dashboard Results"
468 }, 493 },
469 { 494 {
470 "name": "$result", 495 "name": "$result",
471 "recipe_result": null, 496 "recipe_result": null,
472 "status_code": 0 497 "status_code": 0
473 } 498 }
474 ] 499 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698