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

Side by Side Diff: scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_linux_release_x64_sdk_dev.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": "dartino-mac-release-x64-sdk-dev" 101 "builder_name": "dartino-mac-release-x64-sdk-dev"
103 } 102 }
104 ], 103 ],
105 "~followup_annotations": [ 104 "~followup_annotations": [
106 "@@@STEP_TEXT@dartino-mac-release-x64-sdk-dev@@@" 105 "@@@STEP_TEXT@dartino-mac-release-x64-sdk-dev@@@"
107 ] 106 ]
108 }, 107 },
109 { 108 {
110 "name": "$result", 109 "name": "$result",
111 "recipe_result": null, 110 "recipe_result": null,
112 "status_code": 0 111 "status_code": 0
113 } 112 }
114 ] 113 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698