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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Win_Builder_Trybot.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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 "/path/to/tmp/json", 322 "/path/to/tmp/json",
323 "--goma-service-account-json-file", 323 "--goma-service-account-json-file",
324 "C:\\creds\\service_accounts\\service-account-goma-client.json", 324 "C:\\creds\\service_accounts\\service-account-goma-client.json",
325 "--goma-dir", 325 "--goma-dir",
326 "[CACHE]\\cipd\\goma", 326 "[CACHE]\\cipd\\goma",
327 "--ninja-ensure-up-to-date", 327 "--ninja-ensure-up-to-date",
328 "--", 328 "--",
329 "browser_tests", 329 "browser_tests",
330 "browser_tests_run", 330 "browser_tests_run",
331 "chromium_builder_tests", 331 "chromium_builder_tests",
332 "mini_installer", 332 "mini_installer"
333 "next_version_mini_installer"
334 ], 333 ],
335 "env": { 334 "env": {
336 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
337 }, 336 },
338 "name": "compile", 337 "name": "compile",
339 "~followup_annotations": [ 338 "~followup_annotations": [
340 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 339 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
341 "@@@STEP_LOG_END@json.output (invalid)@@@" 340 "@@@STEP_LOG_END@json.output (invalid)@@@"
342 ] 341 ]
343 }, 342 },
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 "~followup_annotations": [ 424 "~followup_annotations": [
426 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@" 425 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@"
427 ] 426 ]
428 }, 427 },
429 { 428 {
430 "name": "$result", 429 "name": "$result",
431 "recipe_result": null, 430 "recipe_result": null,
432 "status_code": 0 431 "status_code": 0
433 } 432 }
434 ] 433 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698