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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_rel_ng.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_END@diff@@@",
212 "@@@STEP_WARNINGS@@@"
213 ] 203 ]
214 }, 204 },
215 { 205 {
216 "cmd": [ 206 "cmd": [
217 "python", 207 "python",
218 "-u", 208 "-u",
219 "RECIPE_MODULE[build::v8]\\resources\\patch_mb_config.py", 209 "RECIPE_MODULE[build::v8]\\resources\\patch_mb_config.py",
220 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl", 210 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl",
221 "/path/to/tmp/" 211 "/path/to/tmp/"
222 ], 212 ],
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 "~followup_annotations": [ 361 "~followup_annotations": [
372 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@" 362 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@"
373 ] 363 ]
374 }, 364 },
375 { 365 {
376 "name": "$result", 366 "name": "$result",
377 "recipe_result": null, 367 "recipe_result": null,
378 "status_code": 0 368 "status_code": 0
379 } 369 }
380 ] 370 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698