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

Side by Side Diff: scripts/slave/recipe_modules/trigger/example.expected/trigger_two_builds.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 "builder_name": "cross-compiler", 6 "builder_name": "cross-compiler",
8 "properties": { 7 "properties": {
9 "a": 1 8 "a": 1
10 } 9 }
11 }, 10 },
12 { 11 {
13 "builder_name": "cross-compiler", 12 "builder_name": "cross-compiler",
14 "properties": { 13 "properties": {
15 "a": 2 14 "a": 2
16 } 15 }
17 } 16 }
18 ], 17 ],
19 "~followup_annotations": [ 18 "~followup_annotations": [
20 "@@@STEP_TEXT@cross-compiler@@@" 19 "@@@STEP_TEXT@cross-compiler@@@"
21 ] 20 ]
22 }, 21 },
23 { 22 {
24 "name": "$result", 23 "name": "$result",
25 "recipe_result": null, 24 "recipe_result": null,
26 "status_code": 0 25 "status_code": 0
27 } 26 }
28 ] 27 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698