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

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

Issue 2123063003: V8: Remove gyp-flag-comparison feature after MB switch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 5 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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 ], 192 ],
193 "env": { 193 "env": {
194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
195 }, 195 },
196 "name": "generate_build_files", 196 "name": "generate_build_files",
197 "stdout": "/path/to/tmp/", 197 "stdout": "/path/to/tmp/",
198 "~followup_annotations": [ 198 "~followup_annotations": [
199 "@@@STEP_LOG_LINE@stdout@some line@@@", 199 "@@@STEP_LOG_LINE@stdout@some line@@@",
200 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", 200 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
201 "@@@STEP_LOG_LINE@stdout@moar@@@", 201 "@@@STEP_LOG_LINE@stdout@moar@@@",
202 "@@@STEP_LOG_END@stdout@@@", 202 "@@@STEP_LOG_END@stdout@@@"
203 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@",
204 "@@@STEP_LOG_LINE@diff@- chromium_win_pch: 0@@@",
205 "@@@STEP_LOG_LINE@diff@- dcheck_always_on: 1@@@",
206 "@@@STEP_LOG_LINE@diff@- fastbuild: 1@@@",
207 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]\\cipd\\goma'@@@",
208 "@@@STEP_LOG_LINE@diff@ target_arch: x64@@@",
209 "@@@STEP_LOG_LINE@diff@- test_isolation_mode: prepare@@@",
210 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@",
211 "@@@STEP_LOG_LINE@diff@- v8_enable_slow_dchecks: 1@@@",
212 "@@@STEP_LOG_LINE@diff@- v8_optimized_debug: 1@@@",
213 "@@@STEP_LOG_END@diff@@@",
214 "@@@STEP_WARNINGS@@@"
215 ] 203 ]
216 }, 204 },
217 { 205 {
218 "cmd": [ 206 "cmd": [
219 "python", 207 "python",
220 "-u", 208 "-u",
221 "RECIPE_MODULE[build::v8]\\resources\\patch_mb_config.py", 209 "RECIPE_MODULE[build::v8]\\resources\\patch_mb_config.py",
222 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl", 210 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl",
223 "/path/to/tmp/" 211 "/path/to/tmp/"
224 ], 212 ],
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 900 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
913 "@@@STEP_LOG_END@durations@@@" 901 "@@@STEP_LOG_END@durations@@@"
914 ] 902 ]
915 }, 903 },
916 { 904 {
917 "name": "$result", 905 "name": "$result",
918 "recipe_result": null, 906 "recipe_result": null,
919 "status_code": 0 907 "status_code": 0
920 } 908 }
921 ] 909 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698