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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_GPU_Win_Builder.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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "-u", 193 "-u",
194 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 194 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
195 ], 195 ],
196 "cwd": "[SLAVE_BUILD]", 196 "cwd": "[SLAVE_BUILD]",
197 "name": "cleanup_temp" 197 "name": "cleanup_temp"
198 }, 198 },
199 { 199 {
200 "cmd": [ 200 "cmd": [
201 "python", 201 "python",
202 "-u", 202 "-u",
203 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", 203 "RECIPE_MODULE[build.isolate]\\resources\\find_isolated_tests.py",
204 "--build-dir", 204 "--build-dir",
205 "[SLAVE_BUILD]\\src\\out\\Release", 205 "[SLAVE_BUILD]\\src\\out\\Release",
206 "--clean-isolated-files" 206 "--clean-isolated-files"
207 ], 207 ],
208 "cwd": "[SLAVE_BUILD]", 208 "cwd": "[SLAVE_BUILD]",
209 "name": "clean isolated files" 209 "name": "clean isolated files"
210 }, 210 },
211 { 211 {
212 "cmd": [ 212 "cmd": [
213 "python", 213 "python",
(...skipping 21 matching lines...) Expand all
235 "name": "compile", 235 "name": "compile",
236 "~followup_annotations": [ 236 "~followup_annotations": [
237 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 237 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
238 "@@@STEP_LOG_END@json.output (invalid)@@@" 238 "@@@STEP_LOG_END@json.output (invalid)@@@"
239 ] 239 ]
240 }, 240 },
241 { 241 {
242 "cmd": [ 242 "cmd": [
243 "python", 243 "python",
244 "-u", 244 "-u",
245 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", 245 "RECIPE_MODULE[build.isolate]\\resources\\remove_build_metadata.py",
246 "--build-dir", 246 "--build-dir",
247 "[SLAVE_BUILD]\\src\\out\\Release", 247 "[SLAVE_BUILD]\\src\\out\\Release",
248 "--src-dir", 248 "--src-dir",
249 "[SLAVE_BUILD]\\src" 249 "[SLAVE_BUILD]\\src"
250 ], 250 ],
251 "cwd": "[SLAVE_BUILD]", 251 "cwd": "[SLAVE_BUILD]",
252 "name": "remove_build_metadata" 252 "name": "remove_build_metadata"
253 }, 253 },
254 { 254 {
255 "cmd": [ 255 "cmd": [
256 "python", 256 "python",
257 "-u", 257 "-u",
258 "RECIPE_MODULE[isolate]\\resources\\isolate.py", 258 "RECIPE_MODULE[build.isolate]\\resources\\isolate.py",
259 "[SLAVE_BUILD]\\src\\tools\\swarming_client", 259 "[SLAVE_BUILD]\\src\\tools\\swarming_client",
260 "batcharchive", 260 "batcharchive",
261 "--dump-json", 261 "--dump-json",
262 "/path/to/tmp/json", 262 "/path/to/tmp/json",
263 "--isolate-server", 263 "--isolate-server",
264 "https://isolateserver.appspot.com", 264 "https://isolateserver.appspot.com",
265 "--verbose", 265 "--verbose",
266 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" 266 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json"
267 ], 267 ],
268 "cwd": "[SLAVE_BUILD]", 268 "cwd": "[SLAVE_BUILD]",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 "~followup_annotations": [ 347 "~followup_annotations": [
348 "@@@STEP_TEXT@Win7 Release (NVIDIA)@@@" 348 "@@@STEP_TEXT@Win7 Release (NVIDIA)@@@"
349 ] 349 ]
350 }, 350 },
351 { 351 {
352 "name": "$result", 352 "name": "$result",
353 "recipe_result": null, 353 "recipe_result": null,
354 "status_code": 0 354 "status_code": 0
355 } 355 }
356 ] 356 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698