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

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

Issue 1177593002: Add swarming support for MB (and the GN bots) in the chromium recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge patchset #3 to r295696 (no other changes) Created 5 years, 6 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 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "name": "get compile targets for scripts", 149 "name": "get compile targets for scripts",
150 "~followup_annotations": [ 150 "~followup_annotations": [
151 "@@@STEP_LOG_LINE@json.output@{}@@@", 151 "@@@STEP_LOG_LINE@json.output@{}@@@",
152 "@@@STEP_LOG_END@json.output@@@" 152 "@@@STEP_LOG_END@json.output@@@"
153 ] 153 ]
154 }, 154 },
155 { 155 {
156 "cmd": [ 156 "cmd": [
157 "python", 157 "python",
158 "-u", 158 "-u",
159 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
160 ],
161 "cwd": "[SLAVE_BUILD]",
162 "name": "cleanup_temp"
163 },
164 {
165 "cmd": [
166 "python",
167 "-u",
168 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", 159 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
169 "[SLAVE_BUILD]\\src\\out\\Release" 160 "[SLAVE_BUILD]\\src\\out\\Release"
170 ], 161 ],
171 "cwd": "[SLAVE_BUILD]", 162 "cwd": "[SLAVE_BUILD]",
172 "name": "rmtree build directory", 163 "name": "rmtree build directory",
173 "~followup_annotations": [ 164 "~followup_annotations": [
174 "@@@STEP_LOG_LINE@python.inline@@@@", 165 "@@@STEP_LOG_LINE@python.inline@@@@",
175 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 166 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
176 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", 167 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@",
177 "@@@STEP_LOG_LINE@python.inline@@@@", 168 "@@@STEP_LOG_LINE@python.inline@@@@",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 206 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
216 "@@@STEP_LOG_LINE@json.output@}@@@", 207 "@@@STEP_LOG_LINE@json.output@}@@@",
217 "@@@STEP_LOG_END@json.output@@@", 208 "@@@STEP_LOG_END@json.output@@@",
218 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 209 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
219 ] 210 ]
220 }, 211 },
221 { 212 {
222 "cmd": [ 213 "cmd": [
223 "python", 214 "python",
224 "-u", 215 "-u",
216 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
217 ],
218 "cwd": "[SLAVE_BUILD]",
219 "name": "cleanup_temp"
220 },
221 {
222 "cmd": [
223 "python",
224 "-u",
225 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", 225 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py",
226 "--target", 226 "--target",
227 "Release" 227 "Release"
228 ], 228 ],
229 "cwd": "[SLAVE_BUILD]", 229 "cwd": "[SLAVE_BUILD]",
230 "name": "start_crash_service" 230 "name": "start_crash_service"
231 }, 231 },
232 { 232 {
233 "cmd": [ 233 "cmd": [
234 "python", 234 "python",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 "python", 353 "python",
354 "-u", 354 "-u",
355 "[BUILD]\\scripts\\slave\\process_dumps.py", 355 "[BUILD]\\scripts\\slave\\process_dumps.py",
356 "--target", 356 "--target",
357 "Release" 357 "Release"
358 ], 358 ],
359 "cwd": "[SLAVE_BUILD]", 359 "cwd": "[SLAVE_BUILD]",
360 "name": "process_dumps" 360 "name": "process_dumps"
361 } 361 }
362 ] 362 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698