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

Side by Side Diff: scripts/slave/recipes/skia/housekeeper_percommit.expected/Housekeeper-PerCommit-Trybot.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]"
10 ], 10 ],
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "--format=%at", 129 "--format=%at",
130 "-s" 130 "-s"
131 ], 131 ],
132 "cwd": "[SLAVE_BUILD]/skia", 132 "cwd": "[SLAVE_BUILD]/skia",
133 "name": "git show", 133 "name": "git show",
134 "stdout": "/path/to/tmp/" 134 "stdout": "/path/to/tmp/"
135 }, 135 },
136 { 136 {
137 "cmd": [ 137 "cmd": [
138 "python", 138 "python",
139 "RECIPE_MODULE[skia]/resources/run_binary_size_analysis.py", 139 "RECIPE_MODULE[build.skia]/resources/run_binary_size_analysis.py",
140 "--library", 140 "--library",
141 "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit-Trybot/Release/lib/libskia.s o", 141 "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit-Trybot/Release/lib/libskia.s o",
142 "--githash", 142 "--githash",
143 "164710", 143 "164710",
144 "--commit_ts", 144 "--commit_ts",
145 "1408633190", 145 "1408633190",
146 "--gsutil_path", 146 "--gsutil_path",
147 "[DEPOT_TOOLS]/third_party/gsutil/gsutil", 147 "[DEPOT_TOOLS]/third_party/gsutil/gsutil",
148 "--issue_number", 148 "--issue_number",
149 "500" 149 "500"
150 ], 150 ],
151 "cwd": "[SLAVE_BUILD]/skia", 151 "cwd": "[SLAVE_BUILD]/skia",
152 "env": { 152 "env": {
153 "BUILDTYPE": "Release", 153 "BUILDTYPE": "Release",
154 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", 154 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0",
155 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit-Trybot" 155 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit-Trybot"
156 }, 156 },
157 "name": "generate and upload binary size data" 157 "name": "generate and upload binary size data"
158 }, 158 },
159 { 159 {
160 "name": "$result", 160 "name": "$result",
161 "recipe_result": null, 161 "recipe_result": null,
162 "status_code": 0 162 "status_code": 0
163 } 163 }
164 ] 164 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698