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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win7_Sync_x64.json

Issue 298653008: Linux ARM Cross-Compile recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: changed target to all Created 6 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 { 99 {
100 "cmd": [ 100 "cmd": [
101 "python", 101 "python",
102 "-u", 102 "-u",
103 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 103 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
104 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", 104 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json",
105 "/path/to/tmp/json" 105 "/path/to/tmp/json"
106 ], 106 ],
107 "name": "read test spec", 107 "name": "read test spec",
108 "~followup_annotations": [ 108 "~followup_annotations": [
109 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js on@@@",
109 "@@@STEP_LOG_LINE@json.output@{}@@@", 110 "@@@STEP_LOG_LINE@json.output@{}@@@",
110 "@@@STEP_LOG_END@json.output@@@" 111 "@@@STEP_LOG_END@json.output@@@"
111 ] 112 ]
112 }, 113 },
113 { 114 {
114 "cmd": [ 115 "cmd": [
115 "python", 116 "python",
116 "-u", 117 "-u",
117 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 118 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
118 ], 119 ],
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "cmd": [ 202 "cmd": [
202 "python", 203 "python",
203 "-u", 204 "-u",
204 "[BUILD]\\scripts\\slave\\process_dumps.py", 205 "[BUILD]\\scripts\\slave\\process_dumps.py",
205 "--target", 206 "--target",
206 "Release_x64" 207 "Release_x64"
207 ], 208 ],
208 "name": "process_dumps" 209 "name": "process_dumps"
209 } 210 }
210 ] 211 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698