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

Side by Side Diff: scripts/slave/recipe_modules/legion/example.expected/basic.json

Issue 1820073003: Update recipes/recipe_modules in build/ for indexing output placeholders by names. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Roll recipe_engine and depot_tools Created 4 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "TestBuilder", 10 "TestBuilder",
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 "dim_name", 137 "dim_name",
138 "dim_value", 138 "dim_value",
139 "--controller-var", 139 "--controller-var",
140 "cont_name", 140 "cont_name",
141 "cont_value", 141 "cont_value",
142 "--task", 142 "--task",
143 "Task", 143 "Task",
144 "task_path.isolated" 144 "task_path.isolated"
145 ], 145 ],
146 "cwd": "[SLAVE_BUILD]", 146 "cwd": "[SLAVE_BUILD]",
147 "name": "Running test for Test Controller" 147 "name": "Running test for Test Controller",
148 "stdout": "/path/to/tmp/"
148 }, 149 },
149 { 150 {
150 "name": "$result", 151 "name": "$result",
151 "recipe_result": null, 152 "recipe_result": null,
152 "status_code": 0 153 "status_code": 0
153 } 154 }
154 ] 155 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/legion/api.py ('k') | scripts/slave/recipes/legion/legion.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698