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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_failed_isolated_script_test.json
diff --git a/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_failed_isolated_script_test.json b/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_failed_isolated_script_test.json
index 8a7c1ad6167045debe7ebf01ada5cc916c7f8ccb..49dbcf39f99ad09651310e16bc17da66df019bda 100644
--- a/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_failed_isolated_script_test.json
+++ b/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_failed_isolated_script_test.json
@@ -438,6 +438,31 @@
]
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
+ "--input-json",
+ "{\"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\": \"PASS\"}, \"Test4\": {\"actual\": \"FAIL FAIL FAIL\", \"expected\": \"PASS TIMEOUT\"}}}, \"version\": 3}",
+ "--master-name",
+ "chromium.linux",
+ "--builder-name",
+ "Linux Tests",
+ "--build-number",
+ "571",
+ "--test-type",
+ "telemetry_gpu_unittests",
+ "--test-results-server",
+ "test-results.appspot.com",
+ "--chrome-revision",
+ "170242"
+ ],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
+ "name": "Upload to test-results [telemetry_gpu_unittests]"
+ },
+ {
"name": "$result",
"reason": "1 tests failed: ['telemetry_gpu_unittests']",
"recipe_result": null,

Powered by Google App Engine
This is Rietveld 408576698