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

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

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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 "[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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 "-u", 185 "-u",
186 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 186 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
187 ], 187 ],
188 "cwd": "[SLAVE_BUILD]", 188 "cwd": "[SLAVE_BUILD]",
189 "name": "cleanup_temp" 189 "name": "cleanup_temp"
190 }, 190 },
191 { 191 {
192 "cmd": [ 192 "cmd": [
193 "python", 193 "python",
194 "-u", 194 "-u",
195 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", 195 "RECIPE_MODULE[build.isolate]\\resources\\find_isolated_tests.py",
196 "--build-dir", 196 "--build-dir",
197 "[SLAVE_BUILD]\\src\\out\\Release", 197 "[SLAVE_BUILD]\\src\\out\\Release",
198 "--clean-isolated-files" 198 "--clean-isolated-files"
199 ], 199 ],
200 "cwd": "[SLAVE_BUILD]", 200 "cwd": "[SLAVE_BUILD]",
201 "name": "clean isolated files" 201 "name": "clean isolated files"
202 }, 202 },
203 { 203 {
204 "cmd": [ 204 "cmd": [
205 "python", 205 "python",
(...skipping 21 matching lines...) Expand all
227 "name": "compile", 227 "name": "compile",
228 "~followup_annotations": [ 228 "~followup_annotations": [
229 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 229 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
230 "@@@STEP_LOG_END@json.output (invalid)@@@" 230 "@@@STEP_LOG_END@json.output (invalid)@@@"
231 ] 231 ]
232 }, 232 },
233 { 233 {
234 "cmd": [ 234 "cmd": [
235 "python", 235 "python",
236 "-u", 236 "-u",
237 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", 237 "RECIPE_MODULE[build.isolate]\\resources\\remove_build_metadata.py",
238 "--build-dir", 238 "--build-dir",
239 "[SLAVE_BUILD]\\src\\out\\Release", 239 "[SLAVE_BUILD]\\src\\out\\Release",
240 "--src-dir", 240 "--src-dir",
241 "[SLAVE_BUILD]\\src" 241 "[SLAVE_BUILD]\\src"
242 ], 242 ],
243 "cwd": "[SLAVE_BUILD]", 243 "cwd": "[SLAVE_BUILD]",
244 "name": "remove_build_metadata" 244 "name": "remove_build_metadata"
245 }, 245 },
246 { 246 {
247 "cmd": [ 247 "cmd": [
248 "python", 248 "python",
249 "-u", 249 "-u",
250 "RECIPE_MODULE[isolate]\\resources\\isolate.py", 250 "RECIPE_MODULE[build.isolate]\\resources\\isolate.py",
251 "[SLAVE_BUILD]\\src\\tools\\swarming_client", 251 "[SLAVE_BUILD]\\src\\tools\\swarming_client",
252 "batcharchive", 252 "batcharchive",
253 "--dump-json", 253 "--dump-json",
254 "/path/to/tmp/json", 254 "/path/to/tmp/json",
255 "--isolate-server", 255 "--isolate-server",
256 "https://isolateserver.appspot.com", 256 "https://isolateserver.appspot.com",
257 "--verbose", 257 "--verbose",
258 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" 258 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json"
259 ], 259 ],
260 "cwd": "[SLAVE_BUILD]", 260 "cwd": "[SLAVE_BUILD]",
261 "name": "isolate tests", 261 "name": "isolate tests",
262 "~followup_annotations": [ 262 "~followup_annotations": [
263 "@@@STEP_LOG_LINE@json.output@{@@@", 263 "@@@STEP_LOG_LINE@json.output@{@@@",
264 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 264 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
265 "@@@STEP_LOG_LINE@json.output@}@@@", 265 "@@@STEP_LOG_LINE@json.output@}@@@",
266 "@@@STEP_LOG_END@json.output@@@" 266 "@@@STEP_LOG_END@json.output@@@"
267 ] 267 ]
268 }, 268 },
269 { 269 {
270 "cmd": [ 270 "cmd": [
271 "python", 271 "python",
272 "-u", 272 "-u",
273 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", 273 "RECIPE_MODULE[build.isolate]\\resources\\find_isolated_tests.py",
274 "--build-dir", 274 "--build-dir",
275 "[SLAVE_BUILD]\\src\\out\\Release", 275 "[SLAVE_BUILD]\\src\\out\\Release",
276 "--output-json", 276 "--output-json",
277 "/path/to/tmp/json" 277 "/path/to/tmp/json"
278 ], 278 ],
279 "cwd": "[SLAVE_BUILD]", 279 "cwd": "[SLAVE_BUILD]",
280 "name": "find isolated tests", 280 "name": "find isolated tests",
281 "~followup_annotations": [ 281 "~followup_annotations": [
282 "@@@STEP_LOG_LINE@json.output@{@@@", 282 "@@@STEP_LOG_LINE@json.output@{@@@",
283 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 283 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 ], 407 ],
408 "cwd": "[SLAVE_BUILD]", 408 "cwd": "[SLAVE_BUILD]",
409 "name": "process_dumps" 409 "name": "process_dumps"
410 }, 410 },
411 { 411 {
412 "name": "$result", 412 "name": "$result",
413 "recipe_result": null, 413 "recipe_result": null,
414 "status_code": 0 414 "status_code": 0
415 } 415 }
416 ] 416 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698