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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___gcov_coverage.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.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux64 - gcov coverage", 10 "V8 Linux64 - gcov coverage",
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 "--directory", 162 "--directory",
163 "[SLAVE_BUILD]/v8/out/Release", 163 "[SLAVE_BUILD]/v8/out/Release",
164 "--zerocounters" 164 "--zerocounters"
165 ], 165 ],
166 "name": "lcov zero counters" 166 "name": "lcov zero counters"
167 }, 167 },
168 { 168 {
169 "cmd": [ 169 "cmd": [
170 "python", 170 "python",
171 "-u", 171 "-u",
172 "[DEPOT_TOOLS]/gn.py", 172 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py",
173 "--root=[SLAVE_BUILD]/v8", 173 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
174 "gen", 174 "/path/to/tmp/"
175 "[TMP_BASE]/v8_gn_tmp_1",
176 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE] /cipd/goma\""
177 ], 175 ],
178 "name": "gn" 176 "name": "patch mb config (fyi)"
179 }, 177 },
180 { 178 {
181 "cmd": [ 179 "cmd": [
180 "python",
181 "-u",
182 "[SLAVE_BUILD]/v8/tools/mb/mb.py",
183 "gen",
184 "-m",
185 "client.v8",
186 "-b",
187 "V8 Linux64 - gcov coverage",
188 "--config-file",
189 "[mb config]",
190 "--goma-dir",
191 "[CACHE]/cipd/goma",
192 "[TMP_BASE]/v8_gn_tmp_1"
193 ],
194 "env": {
195 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
196 },
197 "name": "generate_build_files with gn (fyi)"
198 },
199 {
200 "cmd": [
182 "python", 201 "python",
183 "-u", 202 "-u",
184 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", 203 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py",
185 "[TMP_BASE]/v8_gn_tmp_1", 204 "[TMP_BASE]/v8_gn_tmp_1",
186 "[SLAVE_BUILD]/v8/out/Release", 205 "[SLAVE_BUILD]/v8/out/Release",
187 "all", 206 "all",
188 "all" 207 "all"
189 ], 208 ],
190 "name": "compare build flags (fyi)" 209 "name": "compare build flags (fyi)"
191 }, 210 },
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 "~followup_annotations": [ 359 "~followup_annotations": [
341 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" 360 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@"
342 ] 361 ]
343 }, 362 },
344 { 363 {
345 "name": "$result", 364 "name": "$result",
346 "recipe_result": null, 365 "recipe_result": null,
347 "status_code": 0 366 "status_code": 0
348 } 367 }
349 ] 368 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698