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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_tsan_rel.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 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux64_tsan_rel", 10 "v8_linux64_tsan_rel",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 "--show-path", 161 "--show-path",
162 "python", 162 "python",
163 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 163 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
164 ], 164 ],
165 "name": "cleanup_temp" 165 "name": "cleanup_temp"
166 }, 166 },
167 { 167 {
168 "cmd": [ 168 "cmd": [
169 "python", 169 "python",
170 "-u", 170 "-u",
171 "[DEPOT_TOOLS]/gn.py", 171 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py",
172 "--root=[SLAVE_BUILD]/v8", 172 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
173 "gen", 173 "/path/to/tmp/"
174 "[TMP_BASE]/v8_gn_tmp_1",
175 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE] /cipd/goma\""
176 ], 174 ],
177 "name": "gn" 175 "name": "patch mb config (fyi)"
178 }, 176 },
179 { 177 {
180 "cmd": [ 178 "cmd": [
179 "python",
180 "-u",
181 "[SLAVE_BUILD]/v8/tools/mb/mb.py",
182 "gen",
183 "-m",
184 "tryserver.v8",
185 "-b",
186 "v8_linux64_tsan_rel",
187 "--config-file",
188 "[mb config]",
189 "--goma-dir",
190 "[CACHE]/cipd/goma",
191 "[TMP_BASE]/v8_gn_tmp_1"
192 ],
193 "env": {
194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
195 },
196 "name": "generate_build_files with gn (fyi)"
197 },
198 {
199 "cmd": [
181 "python", 200 "python",
182 "-u", 201 "-u",
183 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", 202 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py",
184 "[TMP_BASE]/v8_gn_tmp_1", 203 "[TMP_BASE]/v8_gn_tmp_1",
185 "[SLAVE_BUILD]/v8/out/Release", 204 "[SLAVE_BUILD]/v8/out/Release",
186 "all", 205 "all",
187 "all" 206 "all"
188 ], 207 ],
189 "name": "compare build flags (fyi)" 208 "name": "compare build flags (fyi)"
190 }, 209 },
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 747 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
729 "@@@STEP_LOG_END@durations@@@" 748 "@@@STEP_LOG_END@durations@@@"
730 ] 749 ]
731 }, 750 },
732 { 751 {
733 "name": "$result", 752 "name": "$result",
734 "recipe_result": null, 753 "recipe_result": null,
735 "status_code": 0 754 "status_code": 0
736 } 755 }
737 ] 756 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698