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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_Builder.json

Issue 2182133002: Add next_version_mini_installer to MiniInstallerTest's compile targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 4 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
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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 "--goma-jsonstatus", 353 "--goma-jsonstatus",
354 "/path/to/tmp/json", 354 "/path/to/tmp/json",
355 "--goma-service-account-json-file", 355 "--goma-service-account-json-file",
356 "C:\\creds\\service_accounts\\service-account-goma-client.json", 356 "C:\\creds\\service_accounts\\service-account-goma-client.json",
357 "--goma-dir", 357 "--goma-dir",
358 "[CACHE]\\cipd\\goma", 358 "[CACHE]\\cipd\\goma",
359 "--ninja-ensure-up-to-date", 359 "--ninja-ensure-up-to-date",
360 "--", 360 "--",
361 "browser_tests", 361 "browser_tests",
362 "browser_tests_run", 362 "browser_tests_run",
363 "mini_installer" 363 "mini_installer",
364 "next_version_mini_installer"
364 ], 365 ],
365 "env": { 366 "env": {
366 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 367 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
367 }, 368 },
368 "name": "compile", 369 "name": "compile",
369 "~followup_annotations": [ 370 "~followup_annotations": [
370 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 371 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
371 "@@@STEP_LOG_END@json.output (invalid)@@@" 372 "@@@STEP_LOG_END@json.output (invalid)@@@"
372 ] 373 ]
373 }, 374 },
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 "~followup_annotations": [ 481 "~followup_annotations": [
481 "@@@STEP_TEXT@Win 7 Tests x64 (1)<br />Win10 Tests x64@@@" 482 "@@@STEP_TEXT@Win 7 Tests x64 (1)<br />Win10 Tests x64@@@"
482 ] 483 ]
483 }, 484 },
484 { 485 {
485 "name": "$result", 486 "name": "$result",
486 "recipe_result": null, 487 "recipe_result": null,
487 "status_code": 0 488 "status_code": 0
488 } 489 }
489 ] 490 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698