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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_linux_release.json

Issue 2070003002: V8: Let peek-gn use mb to reuse v8-side configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Review Created 4 years, 6 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 "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 "client.dart.fyi", 8 "client.dart.fyi",
9 "--builder", 9 "--builder",
10 "v8-linux-release", 10 "v8-linux-release",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "--show-path", 135 "--show-path",
136 "python", 136 "python",
137 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 137 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
138 ], 138 ],
139 "name": "cleanup_temp" 139 "name": "cleanup_temp"
140 }, 140 },
141 { 141 {
142 "cmd": [ 142 "cmd": [
143 "python", 143 "python",
144 "-u", 144 "-u",
145 "[DEPOT_TOOLS]/gn.py", 145 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py",
146 "--root=[SLAVE_BUILD]/v8", 146 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
147 "gen", 147 "/path/to/tmp/"
148 "[TMP_BASE]/v8_gn_tmp_1",
149 "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE] /cipd/goma\""
150 ], 148 ],
151 "name": "gn" 149 "name": "patch mb config (fyi)"
152 }, 150 },
153 { 151 {
154 "cmd": [ 152 "cmd": [
153 "python",
154 "-u",
155 "[SLAVE_BUILD]/v8/tools/mb/mb.py",
156 "gen",
157 "-m",
158 "client.dart.fyi",
159 "-b",
160 "v8-linux-release",
161 "--config-file",
162 "[mb config]",
163 "--goma-dir",
164 "[CACHE]/cipd/goma",
165 "[TMP_BASE]/v8_gn_tmp_1"
166 ],
167 "env": {
168 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
169 },
170 "name": "generate_build_files with gn (fyi)"
171 },
172 {
173 "cmd": [
155 "python", 174 "python",
156 "-u", 175 "-u",
157 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", 176 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py",
158 "[TMP_BASE]/v8_gn_tmp_1", 177 "[TMP_BASE]/v8_gn_tmp_1",
159 "[SLAVE_BUILD]/v8/out/Release", 178 "[SLAVE_BUILD]/v8/out/Release",
160 "all", 179 "all",
161 "all" 180 "all"
162 ], 181 ],
163 "name": "compare build flags (fyi)" 182 "name": "compare build flags (fyi)"
164 }, 183 },
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571, \"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \ "v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}" 278 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571, \"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \ "v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}"
260 ], 279 ],
261 "name": "package build" 280 "name": "package build"
262 }, 281 },
263 { 282 {
264 "name": "$result", 283 "name": "$result",
265 "recipe_result": null, 284 "recipe_result": null,
266 "status_code": 0 285 "status_code": 0
267 } 286 }
268 ] 287 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698