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

Unified 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, 10 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipe_modules/trigger/example.expected/buildbot_changes.json
diff --git a/scripts/slave/recipe_modules/trigger/example.expected/buildbot_changes.json b/scripts/slave/recipe_modules/trigger/example.expected/buildbot_changes.json
new file mode 100644
index 0000000000000000000000000000000000000000..f8cfc7c424eea2c4414defcf01db90bb8a65caf2
--- /dev/null
+++ b/scripts/slave/recipe_modules/trigger/example.expected/buildbot_changes.json
@@ -0,0 +1,18 @@
+[
+ {
+ "cmd": [],
+ "name": "trigger cross-compiler",
+ "trigger_specs": [
+ {
+ "buildbot_changes": [
+ {
+ "author": "someone@chromium.org",
+ "comments": "hello world!",
+ "revision": "deadbeef"
+ }
+ ],
+ "builder_name": "cross-compiler"
+ }
+ ]
+ }
+]

Powered by Google App Engine
This is Rietveld 408576698