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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Interactive_Tests__dbg_.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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "cmd": [ 177 "cmd": [
177 "python", 178 "python",
178 "-u", 179 "-u",
179 "[BUILD]\\scripts\\slave\\process_dumps.py", 180 "[BUILD]\\scripts\\slave\\process_dumps.py",
180 "--target", 181 "--target",
181 "Debug" 182 "Debug"
182 ], 183 ],
183 "name": "process_dumps" 184 "name": "process_dumps"
184 } 185 }
185 ] 186 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698