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

Side by Side Diff: scripts/slave/recipe_modules/filter/example.expected/doesnt_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
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",
(...skipping 13 matching lines...) Expand all
24 }, 24 },
25 "name": "analyze", 25 "name": "analyze",
26 "~followup_annotations": [ 26 "~followup_annotations": [
27 "@@@STEP_TEXT@No compile necessary@@@", 27 "@@@STEP_TEXT@No compile necessary@@@",
28 "@@@STEP_LOG_LINE@json.output@{@@@", 28 "@@@STEP_LOG_LINE@json.output@{@@@",
29 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 29 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
30 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", 30 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
31 "@@@STEP_LOG_LINE@json.output@}@@@", 31 "@@@STEP_LOG_LINE@json.output@}@@@",
32 "@@@STEP_LOG_END@json.output@@@" 32 "@@@STEP_LOG_END@json.output@@@"
33 ] 33 ]
34 },
35 {
36 "cmd": [
37 "echo",
38 "Why hello, there."
39 ],
40 "name": "hello"
34 } 41 }
35 ] 42 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698