Chromium Code Reviews

Side by Side Diff: scripts/slave/recipe_modules/trigger/example.expected/buildbot_changes.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [], 3 "cmd": [],
4 "cwd": "[SLAVE_BUILD]",
5 "name": "trigger", 4 "name": "trigger",
6 "trigger_specs": [ 5 "trigger_specs": [
7 { 6 {
8 "buildbot_changes": [ 7 "buildbot_changes": [
9 { 8 {
10 "author": "someone@chromium.org", 9 "author": "someone@chromium.org",
11 "comments": "hello world!", 10 "comments": "hello world!",
12 "revision": "deadbeef" 11 "revision": "deadbeef"
13 } 12 }
14 ], 13 ],
15 "builder_name": "cross-compiler" 14 "builder_name": "cross-compiler"
16 } 15 }
17 ], 16 ],
18 "~followup_annotations": [ 17 "~followup_annotations": [
19 "@@@STEP_TEXT@cross-compiler@@@" 18 "@@@STEP_TEXT@cross-compiler@@@"
20 ] 19 ]
21 }, 20 },
22 { 21 {
23 "name": "$result", 22 "name": "$result",
24 "recipe_result": null, 23 "recipe_result": null,
25 "status_code": 0 24 "status_code": 0
26 } 25 }
27 ] 26 ]
OLDNEW

Powered by Google App Engine