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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/no_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: merge to trunk Created 6 years, 4 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
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_tests_no_builder.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium_trybot.expected/no_compile_because_of_analyze.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/no_compile_because_of_analyze.json b/scripts/slave/recipes/chromium_trybot.expected/no_compile_because_of_analyze.json
index 2aba334cf2c66da5e8a5416cac819fe3dabc694c..09645c63ad0a635bb5b0768644dd33d7781a366d 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/no_compile_because_of_analyze.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/no_compile_because_of_analyze.json
@@ -96,16 +96,21 @@
"python",
"-u",
"[SLAVE_BUILD]/src/build/gyp_chromium",
- "--analyzer",
- "foo.cc"
+ "--analyzer2",
+ "{\"files\": [\"foo.cc\"], \"targets\": []}",
+ "/path/to/tmp/json"
],
"env": {
"GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 use_goma=1"
},
"name": "analyze",
- "stdout": "/path/to/tmp/",
"~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@ \"targets\": []@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
]
}
]
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_tests_no_builder.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698