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

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

Issue 2439213002: Add step to process Render Test results. (Closed)
Patch Set: Add results to nested ste. 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/chromium.expected/dynamic_junit_test.json
diff --git a/scripts/slave/recipes/chromium.expected/dynamic_junit_test.json b/scripts/slave/recipes/chromium.expected/dynamic_junit_test.json
index 897cf10699145e1fd348072e198a15495e6d13d2..0655c8ca232ee215ca435e7ad3fde533914f977a 100644
--- a/scripts/slave/recipes/chromium.expected/dynamic_junit_test.json
+++ b/scripts/slave/recipes/chromium.expected/dynamic_junit_test.json
@@ -367,6 +367,18 @@
]
},
{
+ "cmd": [],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
+ "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
+ },
+ "name": "base_junit_tests",
+ "~followup_annotations": [
+ "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@",
+ "@@@STEP_FAILURE@@@"
+ ]
+ },
+ {
"cmd": [
"python",
"-u",
@@ -386,10 +398,10 @@
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
},
- "name": "base_junit_tests",
+ "name": "base_junit_tests.base_junit_tests",
"~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
"step returned non-zero exit code: 1",
- "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@",
"@@@STEP_FAILURE@@@"
]
},
@@ -417,7 +429,10 @@
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
},
- "name": "Upload to test-results [base_junit_tests]"
+ "name": "base_junit_tests.Upload to test-results [base_junit_tests]",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
},
{
"cmd": [
@@ -444,8 +459,7 @@
},
{
"name": "$result",
- "reason": "1 tests failed: ['base_junit_tests']",
"recipe_result": null,
- "status_code": 1
+ "status_code": 0
}
]

Powered by Google App Engine
This is Rietveld 408576698