| Index: scripts/slave/recipes/chromium_trybot.expected/recipe_config_changes_not_retried_without_patch.json
|
| diff --git a/scripts/slave/recipes/chromium_trybot.expected/recipe_config_changes_not_retried_without_patch.json b/scripts/slave/recipes/chromium_trybot.expected/recipe_config_changes_not_retried_without_patch.json
|
| index 5a17a204df59364187829e2194ecad1054badf5b..1866985f0fb5e99896135659c5cef8dcbada44bc 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.expected/recipe_config_changes_not_retried_without_patch.json
|
| +++ b/scripts/slave/recipes/chromium_trybot.expected/recipe_config_changes_not_retried_without_patch.json
|
| @@ -433,6 +433,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\": \"FAILURE\"}]}]}",
|
| + "--master-name",
|
| + "tryserver.chromium.linux",
|
| + "--builder-name",
|
| + "linux_chromium_chromeos_rel_ng",
|
| + "--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]"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| "import sys; sys.exit(1)"
|
| ],
|
| "env": {
|
|
|