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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "chromium_builder_tests", 330 "chromium_builder_tests",
331 "mini_installer", 331 "mini_installer"
332 "next_version_mini_installer"
333 ], 332 ],
334 "env": { 333 "env": {
335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 334 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
336 }, 335 },
337 "name": "compile", 336 "name": "compile",
338 "~followup_annotations": [ 337 "~followup_annotations": [
339 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 338 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
340 "@@@STEP_LOG_END@json.output (invalid)@@@" 339 "@@@STEP_LOG_END@json.output (invalid)@@@"
341 ] 340 ]
342 }, 341 },
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 "~followup_annotations": [ 447 "~followup_annotations": [
449 "@@@STEP_TEXT@Win7 Tests (1)@@@" 448 "@@@STEP_TEXT@Win7 Tests (1)@@@"
450 ] 449 ]
451 }, 450 },
452 { 451 {
453 "name": "$result", 452 "name": "$result",
454 "recipe_result": null, 453 "recipe_result": null,
455 "status_code": 0 454 "status_code": 0
456 } 455 }
457 ] 456 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698