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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_deapply_fn.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_trybot.expected/compile_failure_without_patch_deapply_fn.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_deapply_fn.json b/scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_deapply_fn.json
index 9777df0cd0f8f24d365a3c8053f16b338e278e0f..3d397037765e295881958a30370ad7a7e83b222d 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_deapply_fn.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_deapply_fn.json
@@ -473,6 +473,32 @@
"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\": \"FAILURE\"}]}]}",
+ "--master-name",
+ "tryserver.chromium.linux",
+ "--builder-name",
+ "linux_chromium_rel_ng",
+ "--build-number",
+ "571",
+ "--test-type",
+ "base_unittests",
+ "--test-results-server",
+ "test-results.appspot.com",
+ "--chrome-revision",
+ "refs/heads/master@{#170242}"
+ ],
+ "cwd": "[BUILDER_CACHE]/linux",
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
+ "name": "Upload to test-results [base_unittests]"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--master",
"tryserver.chromium.linux",

Powered by Google App Engine
This is Rietveld 408576698