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

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

Issue 966993002: api.trigger: refactoring, made extensible (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fixes Created 5 years, 9 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [],
4 "name": "trigger cross-compiler",
5 "trigger_specs": [
6 {
7 "buildbot_changes": [
8 {
9 "author": "someone@chromium.org",
10 "comments": "hello world!",
11 "revision": "deadbeef"
12 }
13 ],
14 "builder_name": "cross-compiler"
15 }
16 ]
17 }
18 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698