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

Side by Side Diff: scripts/slave/recipe_modules/filter/example.expected/doesnt_match_exclusion.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, 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "git", 4 "git",
5 "diff", 5 "diff",
6 "--cached", 6 "--cached",
7 "--name-only" 7 "--name-only"
8 ], 8 ],
9 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "git diff to analyze patch", 10 "name": "git diff to analyze patch",
11 "stdout": "/path/to/tmp/" 11 "stdout": "/path/to/tmp/"
12 }, 12 },
13 { 13 {
14 "cmd": [ 14 "cmd": [
15 "python", 15 "python",
16 "-u", 16 "-u",
17 "[SLAVE_BUILD]/build/gyp_chromium", 17 "[SLAVE_BUILD]/build/gyp_chromium",
18 "--analyzer", 18 "--analyzer2",
19 "bar.cc" 19 "{\"files\": [\"bar.cc\"], \"targets\": []}"
20 ], 20 ],
21 "name": "analyze", 21 "name": "analyze",
22 "stdout": "/path/to/tmp/", 22 "stdout": "/path/to/tmp/json",
23 "~followup_annotations": [ 23 "~followup_annotations": [
24 "@@@STEP_TEXT@No compile necessary@@@" 24 "@@@STEP_TEXT@No compile necessary@@@",
25 "@@@STEP_LOG_LINE@json.output@{@@@",
26 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\"@@@",
27 "@@@STEP_LOG_LINE@json.output@}@@@",
28 "@@@STEP_LOG_END@json.output@@@"
25 ] 29 ]
26 } 30 }
27 ] 31 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698