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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Win_Builder_Trybot.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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 "/path/to/tmp/json", 355 "/path/to/tmp/json",
356 "--goma-service-account-json-file", 356 "--goma-service-account-json-file",
357 "C:\\creds\\service_accounts\\service-account-goma-client.json", 357 "C:\\creds\\service_accounts\\service-account-goma-client.json",
358 "--goma-dir", 358 "--goma-dir",
359 "[CACHE]\\cipd\\goma", 359 "[CACHE]\\cipd\\goma",
360 "--ninja-ensure-up-to-date", 360 "--ninja-ensure-up-to-date",
361 "--", 361 "--",
362 "browser_tests", 362 "browser_tests",
363 "browser_tests_run", 363 "browser_tests_run",
364 "chromium_builder_tests", 364 "chromium_builder_tests",
365 "mini_installer" 365 "mini_installer",
366 "next_version_mini_installer"
366 ], 367 ],
367 "env": { 368 "env": {
368 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 369 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
369 }, 370 },
370 "name": "compile", 371 "name": "compile",
371 "~followup_annotations": [ 372 "~followup_annotations": [
372 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 373 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
373 "@@@STEP_LOG_END@json.output (invalid)@@@" 374 "@@@STEP_LOG_END@json.output (invalid)@@@"
374 ] 375 ]
375 }, 376 },
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 "~followup_annotations": [ 466 "~followup_annotations": [
466 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@" 467 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@"
467 ] 468 ]
468 }, 469 },
469 { 470 {
470 "name": "$result", 471 "name": "$result",
471 "recipe_result": null, 472 "recipe_result": null,
472 "status_code": 0 473 "status_code": 0
473 } 474 }
474 ] 475 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698