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

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

Powered by Google App Engine
This is Rietveld 408576698