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

Unified Diff: scripts/slave/recipes/swarming/staging.expected/one_fails.json

Issue 2411763002: Rename upload_gtest_test_results.py to upload_test_results.py. (Closed)
Patch Set: Update README.md 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/swarming/staging.expected/one_fails.json
diff --git a/scripts/slave/recipes/swarming/staging.expected/one_fails.json b/scripts/slave/recipes/swarming/staging.expected/one_fails.json
index 0cd1ed010855bc09721ac514c14c36ccaea715e2..e1411c59d6e4a7f5ea5e2c2bd72bbeeb35819ce4 100644
--- a/scripts/slave/recipes/swarming/staging.expected/one_fails.json
+++ b/scripts/slave/recipes/swarming/staging.expected/one_fails.json
@@ -514,8 +514,8 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py",
- "--input-gtest-json",
+ "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
+ "--input-json",
"{\"missing_shards\": [1], \"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"FAILURE\"}]}]}",
"--master-name",
"chromium.testing.master",
@@ -565,8 +565,8 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py",
- "--input-gtest-json",
+ "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
+ "--input-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\"}]}], \"swarming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}",
"--master-name",
"chromium.testing.master",

Powered by Google App Engine
This is Rietveld 408576698