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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "chromium_builder_tests", 363 "chromium_builder_tests",
364 "mini_installer" 364 "mini_installer",
365 "next_version_mini_installer"
365 ], 366 ],
366 "env": { 367 "env": {
367 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 368 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
368 }, 369 },
369 "name": "compile", 370 "name": "compile",
370 "~followup_annotations": [ 371 "~followup_annotations": [
371 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 372 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
372 "@@@STEP_LOG_END@json.output (invalid)@@@" 373 "@@@STEP_LOG_END@json.output (invalid)@@@"
373 ] 374 ]
374 }, 375 },
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 "~followup_annotations": [ 482 "~followup_annotations": [
482 "@@@STEP_TEXT@Win7 (32) Tests<br />Win7 Tests (1)@@@" 483 "@@@STEP_TEXT@Win7 (32) Tests<br />Win7 Tests (1)@@@"
483 ] 484 ]
484 }, 485 },
485 { 486 {
486 "name": "$result", 487 "name": "$result",
487 "recipe_result": null, 488 "recipe_result": null,
488 "status_code": 0 489 "status_code": 0
489 } 490 }
490 ] 491 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698