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

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

Issue 2334373002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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": [],
4 "name": "trigger", 3 "name": "trigger",
5 "trigger_specs": [ 4 "trigger_specs": [
6 { 5 {
7 "buildbot_changes": [ 6 "buildbot_changes": [
8 { 7 {
9 "author": "someone@chromium.org", 8 "author": "someone@chromium.org",
10 "comments": "hello world!", 9 "comments": "hello world!",
11 "revision": "deadbeef" 10 "revision": "deadbeef"
12 } 11 }
13 ], 12 ],
14 "builder_name": "cross-compiler" 13 "builder_name": "cross-compiler"
15 } 14 }
16 ], 15 ],
17 "~followup_annotations": [ 16 "~followup_annotations": [
18 "@@@STEP_TEXT@cross-compiler@@@" 17 "@@@STEP_TEXT@cross-compiler@@@"
19 ] 18 ]
20 }, 19 },
21 { 20 {
22 "name": "$result", 21 "name": "$result",
23 "recipe_result": null, 22 "recipe_result": null,
24 "status_code": 0 23 "status_code": 0
25 } 24 }
26 ] 25 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698