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

Unified Diff: scripts/slave/recipe_modules/filter/example.expected/basic.json

Issue 427073003: Adds ability to filter the set of tests that are run by a bot (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: fix Created 6 years, 5 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/recipe_modules/filter/example.expected/basic.json
diff --git a/scripts/slave/recipe_modules/filter/example.expected/basic.json b/scripts/slave/recipe_modules/filter/example.expected/basic.json
index e8fac890f9aa9d871a4f412932b9ca637dae7388..51f0ab18028449b479139d846b74b1eaee62cd62 100644
--- a/scripts/slave/recipe_modules/filter/example.expected/basic.json
+++ b/scripts/slave/recipe_modules/filter/example.expected/basic.json
@@ -15,13 +15,17 @@
"python",
"-u",
"[SLAVE_BUILD]/build/gyp_chromium",
- "--analyzer",
- "yy"
+ "--analyzer2",
+ "{\"files\": [\"yy\"], \"targets\": []}"
],
"name": "analyze",
- "stdout": "/path/to/tmp/",
+ "stdout": "/path/to/tmp/json",
"~followup_annotations": [
- "@@@STEP_TEXT@No compile necessary@@@"
+ "@@@STEP_TEXT@No compile necessary@@@",
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\"@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698