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

Unified Diff: scripts/slave/recipes/chromium.expected/one_failure_keeps_going_dynamic_tests.json

Issue 2225893002: Upload LocalGTestTest results to test-results. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/chromium.expected/one_failure_keeps_going_dynamic_tests.json
diff --git a/scripts/slave/recipes/chromium.expected/one_failure_keeps_going_dynamic_tests.json b/scripts/slave/recipes/chromium.expected/one_failure_keeps_going_dynamic_tests.json
index 3afda8fbce899ec69b63a194ac76d8eff194b87f..c288d0afaf2bf0cee6a182a758d00b8ce441a37e 100644
--- a/scripts/slave/recipes/chromium.expected/one_failure_keeps_going_dynamic_tests.json
+++ b/scripts/slave/recipes/chromium.expected/one_failure_keeps_going_dynamic_tests.json
@@ -327,6 +327,31 @@
]
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py",
+ "--input-gtest-json",
+ "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}]}",
+ "--master-name",
+ "chromium.linux",
+ "--builder-name",
+ "Linux Tests",
+ "--build-number",
+ "571",
+ "--test-type",
+ "base_unittests",
+ "--test-results-server",
+ "test-results.appspot.com",
+ "--chrome-revision",
+ "refs/heads/master@{#170242}"
+ ],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
+ "name": "Upload to test-results [base_unittests]"
+ },
+ {
"allow_subannotations": true,
"cmd": [
"python",
@@ -361,6 +386,31 @@
"name": "browser_tests"
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py",
+ "--input-gtest-json",
+ "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}]}",
+ "--master-name",
+ "chromium.linux",
+ "--builder-name",
+ "Linux Tests",
+ "--build-number",
+ "571",
+ "--test-type",
+ "browser_tests",
+ "--test-results-server",
+ "test-results.appspot.com",
+ "--chrome-revision",
+ "refs/heads/master@{#170242}"
+ ],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
+ "name": "Upload to test-results [browser_tests]"
+ },
+ {
"name": "$result",
"reason": "1 tests failed: ['base_unittests']",
"recipe_result": null,
« no previous file with comments | « scripts/slave/recipes/chromium.expected/msan.json ('k') | scripts/slave/recipes/chromium.expected/tsan.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698