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

Side by Side Diff: scripts/slave/recipes/client.fletch.recipe_autogen.expected/cross_dartino_linux_arm.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": [ 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 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'sdk', 'url': 'https://github.com/dartino/sdk.git'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'sdk', 'url': 'https://github.com/dartino/sdk.git'}]",
9 "--patch_root", 9 "--patch_root",
10 "sdk", 10 "sdk",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "[SLAVE_BUILD]/sdk/third_party/dart/tools/task_kill.py", 88 "[SLAVE_BUILD]/sdk/third_party/dart/tools/task_kill.py",
89 "--kill_browsers=True" 89 "--kill_browsers=True"
90 ], 90 ],
91 "cwd": "[SLAVE_BUILD]/sdk", 91 "cwd": "[SLAVE_BUILD]/sdk",
92 "env": { 92 "env": {
93 "BUILDBOT_JAVA_HOME": "[SLAVE_BUILD]/sdk/third_party/java/linux/j2sdk" 93 "BUILDBOT_JAVA_HOME": "[SLAVE_BUILD]/sdk/third_party/java/linux/j2sdk"
94 }, 94 },
95 "name": "Taskkill (2)" 95 "name": "Taskkill (2)"
96 }, 96 },
97 { 97 {
98 "cmd": [],
99 "name": "trigger", 98 "name": "trigger",
100 "trigger_specs": [ 99 "trigger_specs": [
101 { 100 {
102 "builder_name": "target-dartino-linux-release-arm" 101 "builder_name": "target-dartino-linux-release-arm"
103 }, 102 },
104 { 103 {
105 "builder_name": "target-dartino-linux-debug-arm" 104 "builder_name": "target-dartino-linux-debug-arm"
106 } 105 }
107 ], 106 ],
108 "~followup_annotations": [ 107 "~followup_annotations": [
109 "@@@STEP_TEXT@target-dartino-linux-debug-arm<br />target-dartino-linux-rel ease-arm@@@" 108 "@@@STEP_TEXT@target-dartino-linux-debug-arm<br />target-dartino-linux-rel ease-arm@@@"
110 ] 109 ]
111 }, 110 },
112 { 111 {
113 "name": "$result", 112 "name": "$result",
114 "recipe_result": null, 113 "recipe_result": null,
115 "status_code": 0 114 "status_code": 0
116 } 115 }
117 ] 116 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698