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

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

Issue 2299993003: Temporary fix for Angle trybots. (Closed)
Patch Set: expectation changes. 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"
40 ], 41 ],
41 "env": { 42 "env": {
42 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 43 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
43 }, 44 },
44 "name": "bot_update", 45 "name": "bot_update",
45 "~followup_annotations": [ 46 "~followup_annotations": [
46 "@@@STEP_TEXT@Some step text@@@", 47 "@@@STEP_TEXT@Some step text@@@",
47 "@@@STEP_LOG_LINE@json.output@{@@@", 48 "@@@STEP_LOG_LINE@json.output@{@@@",
48 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 49 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
49 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 50 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 565 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
565 }, 566 },
566 "name": "process_dumps" 567 "name": "process_dumps"
567 }, 568 },
568 { 569 {
569 "name": "$result", 570 "name": "$result",
570 "recipe_result": null, 571 "recipe_result": null,
571 "status_code": 0 572 "status_code": 0
572 } 573 }
573 ] 574 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698