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

Unified Diff: scripts/slave/recipes/findit/chromium/test.expected/none_swarming_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
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.expected/recipe_config_changes_not_retried_without_patch.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/findit/chromium/test.expected/none_swarming_tests.json
diff --git a/scripts/slave/recipes/findit/chromium/test.expected/none_swarming_tests.json b/scripts/slave/recipes/findit/chromium/test.expected/none_swarming_tests.json
index 117c6c280f95ee7981986f38294e3ad8a89cff6d..fc239fb4df55a491b02139095dbd876ed640ed09 100644
--- a/scripts/slave/recipes/findit/chromium/test.expected/none_swarming_tests.json
+++ b/scripts/slave/recipes/findit/chromium/test.expected/none_swarming_tests.json
@@ -621,6 +621,34 @@
"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\": \"FAILURE\"}], \"Test.Three\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"FAILURE\"}]}]}",
+ "--master-name",
+ "tryserver.chromium.win",
+ "--builder-name",
+ "win_chromium_variable",
+ "--build-number",
+ "1",
+ "--test-type",
+ "gl_tests",
+ "--test-results-server",
+ "test-results.appspot.com",
+ "--chrome-revision",
+ "refs/heads/master@{#170242}"
+ ],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json"
+ },
+ "name": "test r1.Upload to test-results [gl_tests]",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
"--target",
"Release"
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.expected/recipe_config_changes_not_retried_without_patch.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698