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

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

Issue 2439213002: Add step to process Render Test results. (Closed)
Patch Set: Rebase Created 3 years, 11 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 96e5faa36b96bebcffa11c31a2a3fdece8837087..9c3ae06b5e71db7cd28bcc83ba579327467906dc 100644
--- a/scripts/slave/recipes/chromium.expected/dynamic_junit_test.json
+++ b/scripts/slave/recipes/chromium.expected/dynamic_junit_test.json
@@ -369,6 +369,18 @@
]
},
{
+ "cmd": [],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
+ "PATH": "[START_DIR]/src/third_party/android_tools/sdk/platform-tools:[START_DIR]/src/build/android:%(PATH)s"
+ },
+ "name": "base_junit_tests",
+ "~followup_annotations": [
+ "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@",
+ "@@@STEP_FAILURE@@@"
+ ]
+ },
+ {
"cmd": [
"python",
"-u",
@@ -388,10 +400,10 @@
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
"PATH": "[START_DIR]/src/third_party/android_tools/sdk/platform-tools:[START_DIR]/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@@@"
]
},
@@ -419,7 +431,10 @@
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
"PATH": "[START_DIR]/src/third_party/android_tools/sdk/platform-tools:[START_DIR]/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": [

Powered by Google App Engine
This is Rietveld 408576698