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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze.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/recipes/chromium_trybot.expected/compile_because_of_analyze.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze.json b/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze.json
index 9a5801d58cb474bf6f25099c7a56752ff9d04537..08757146cd27ad5fbb176b1022c82c9a8b9d0644 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze.json
@@ -96,11 +96,18 @@
"python",
"-u",
"[SLAVE_BUILD]/src/build/gyp_chromium",
- "--analyzer",
- "foo.cc"
+ "--analyzer2",
iannucci 2014/07/30 01:20:37 is the analyzer2 syntax extensible enough that you
sky 2014/07/30 21:14:16 The reason I went with analyzer2 here is to suppor
+ "{\"files\": [\"foo.cc\"], \"targets\": []}"
],
"name": "analyze",
- "stdout": "/path/to/tmp/"
+ "stdout": "/path/to/tmp/json",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
},
{
"cmd": [

Powered by Google App Engine
This is Rietveld 408576698