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

Side by Side Diff: scripts/slave/recipe_modules/filter/example.expected/match_exclusion.json

Issue 448343002: Makes filter step continue on if error (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: add hello step 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
« no previous file with comments | « scripts/slave/recipe_modules/filter/example.expected/doesnt_match_exclusion.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "~followup_annotations": [ 12 "~followup_annotations": [
13 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'fo.*')@@@", 13 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'fo.*')@@@",
14 "@@@STEP_LOG_END@excluded_files@@@" 14 "@@@STEP_LOG_END@excluded_files@@@"
15 ] 15 ]
16 },
17 {
18 "cmd": [
19 "echo",
20 "Why hello, there."
21 ],
22 "name": "hello"
16 } 23 }
17 ] 24 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/filter/example.expected/doesnt_match_exclusion.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698