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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_webkit.json

Issue 2311343002: Revert of Temporary fix for Angle trybots. (Closed)
Patch Set: Created 4 years, 3 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 18 matching lines...) Expand all
29 "--issue", 29 "--issue",
30 "12853011", 30 "12853011",
31 "--patchset", 31 "--patchset",
32 "1", 32 "1",
33 "--rietveld_server", 33 "--rietveld_server",
34 "https://codereview.chromium.org", 34 "https://codereview.chromium.org",
35 "--output_json", 35 "--output_json",
36 "/path/to/tmp/json", 36 "/path/to/tmp/json",
37 "--revision", 37 "--revision",
38 "src@HEAD", 38 "src@HEAD",
39 "--output_manifest", 39 "--output_manifest"
40 "--gerrit_no_rebase_patch_ref"
41 ], 40 ],
42 "env": { 41 "env": {
43 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 42 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
44 }, 43 },
45 "name": "bot_update", 44 "name": "bot_update",
46 "~followup_annotations": [ 45 "~followup_annotations": [
47 "@@@STEP_TEXT@Some step text@@@", 46 "@@@STEP_TEXT@Some step text@@@",
48 "@@@STEP_LOG_LINE@json.output@{@@@", 47 "@@@STEP_LOG_LINE@json.output@{@@@",
49 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 48 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
50 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 49 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 570 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
572 }, 571 },
573 "name": "process_dumps" 572 "name": "process_dumps"
574 }, 573 },
575 { 574 {
576 "name": "$result", 575 "name": "$result",
577 "recipe_result": null, 576 "recipe_result": null,
578 "status_code": 0 577 "status_code": 0
579 } 578 }
580 ] 579 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698