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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dynamorio_linux_v8_dr.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.dynamorio", 8 "client.dynamorio",
9 "--builder", 9 "--builder",
10 "linux-v8-dr", 10 "linux-v8-dr",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 "--show-path", 134 "--show-path",
135 "python", 135 "python",
136 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 136 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
137 ], 137 ],
138 "name": "cleanup_temp" 138 "name": "cleanup_temp"
139 }, 139 },
140 { 140 {
141 "cmd": [ 141 "cmd": [
142 "python", 142 "python",
143 "-u", 143 "-u",
144 "[DEPOT_TOOLS]/gn.py", 144 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py",
145 "--root=[SLAVE_BUILD]/v8", 145 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
146 "gen", 146 "/path/to/tmp/"
147 "[TMP_BASE]/v8_gn_tmp_1",
148 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE] /cipd/goma\""
149 ], 147 ],
150 "name": "gn" 148 "name": "patch mb config (fyi)"
151 }, 149 },
152 { 150 {
153 "cmd": [ 151 "cmd": [
152 "python",
153 "-u",
154 "[SLAVE_BUILD]/v8/tools/mb/mb.py",
155 "gen",
156 "-m",
157 "client.dynamorio",
158 "-b",
159 "linux-v8-dr",
160 "--config-file",
161 "[mb config]",
162 "--goma-dir",
163 "[CACHE]/cipd/goma",
164 "[TMP_BASE]/v8_gn_tmp_1"
165 ],
166 "env": {
167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
168 },
169 "name": "generate_build_files with gn (fyi)"
170 },
171 {
172 "cmd": [
154 "python", 173 "python",
155 "-u", 174 "-u",
156 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", 175 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py",
157 "[TMP_BASE]/v8_gn_tmp_1", 176 "[TMP_BASE]/v8_gn_tmp_1",
158 "[SLAVE_BUILD]/v8/out/Release", 177 "[SLAVE_BUILD]/v8/out/Release",
159 "all", 178 "all",
160 "all" 179 "all"
161 ], 180 ],
162 "name": "compare build flags (fyi)" 181 "name": "compare build flags (fyi)"
163 }, 182 },
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 336 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
318 "@@@STEP_LOG_END@durations@@@" 337 "@@@STEP_LOG_END@durations@@@"
319 ] 338 ]
320 }, 339 },
321 { 340 {
322 "name": "$result", 341 "name": "$result",
323 "recipe_result": null, 342 "recipe_result": null,
324 "status_code": 0 343 "status_code": 0
325 } 344 }
326 ] 345 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698