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

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

Issue 1934033002: Revert of 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, 7 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "--goma-jsonstatus", 320 "--goma-jsonstatus",
321 "/path/to/tmp/json", 321 "/path/to/tmp/json",
322 "--goma-service-account-json-file", 322 "--goma-service-account-json-file",
323 "C:\\creds\\service_accounts\\service-account-goma-client.json", 323 "C:\\creds\\service_accounts\\service-account-goma-client.json",
324 "--goma-dir", 324 "--goma-dir",
325 "[CACHE]\\cipd\\goma", 325 "[CACHE]\\cipd\\goma",
326 "--ninja-ensure-up-to-date", 326 "--ninja-ensure-up-to-date",
327 "--", 327 "--",
328 "browser_tests", 328 "browser_tests",
329 "browser_tests_run", 329 "browser_tests_run",
330 "mini_installer", 330 "mini_installer"
331 "next_version_mini_installer"
332 ], 331 ],
333 "env": { 332 "env": {
334 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 333 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
335 }, 334 },
336 "name": "compile", 335 "name": "compile",
337 "~followup_annotations": [ 336 "~followup_annotations": [
338 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 337 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
339 "@@@STEP_LOG_END@json.output (invalid)@@@" 338 "@@@STEP_LOG_END@json.output (invalid)@@@"
340 ] 339 ]
341 }, 340 },
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 "~followup_annotations": [ 446 "~followup_annotations": [
448 "@@@STEP_TEXT@Win10 Tests x64@@@" 447 "@@@STEP_TEXT@Win10 Tests x64@@@"
449 ] 448 ]
450 }, 449 },
451 { 450 {
452 "name": "$result", 451 "name": "$result",
453 "recipe_result": null, 452 "recipe_result": null,
454 "status_code": 0 453 "status_code": 0
455 } 454 }
456 ] 455 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698