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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Linux_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 "RECIPE_PACKAGE[build]/bot_update.py", 6 "RECIPE_PACKAGE[build]/bot_update.py",
7 "--master", 7 "--master",
8 "client.skia", 8 "client.skia",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 "-u", 186 "-u",
187 "[BUILD]/scripts/slave/cleanup_temp.py" 187 "[BUILD]/scripts/slave/cleanup_temp.py"
188 ], 188 ],
189 "cwd": "[SLAVE_BUILD]", 189 "cwd": "[SLAVE_BUILD]",
190 "name": "cleanup_temp" 190 "name": "cleanup_temp"
191 }, 191 },
192 { 192 {
193 "cmd": [ 193 "cmd": [
194 "python", 194 "python",
195 "-u", 195 "-u",
196 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 196 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py",
197 "--build-dir", 197 "--build-dir",
198 "[SLAVE_BUILD]/src/out/Release", 198 "[SLAVE_BUILD]/src/out/Release",
199 "--clean-isolated-files" 199 "--clean-isolated-files"
200 ], 200 ],
201 "cwd": "[SLAVE_BUILD]", 201 "cwd": "[SLAVE_BUILD]",
202 "name": "clean isolated files" 202 "name": "clean isolated files"
203 }, 203 },
204 { 204 {
205 "cmd": [ 205 "cmd": [
206 "python", 206 "python",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 "name": "compile", 249 "name": "compile",
250 "~followup_annotations": [ 250 "~followup_annotations": [
251 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 251 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
252 "@@@STEP_LOG_END@json.output (invalid)@@@" 252 "@@@STEP_LOG_END@json.output (invalid)@@@"
253 ] 253 ]
254 }, 254 },
255 { 255 {
256 "cmd": [ 256 "cmd": [
257 "python", 257 "python",
258 "-u", 258 "-u",
259 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", 259 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py",
260 "--build-dir", 260 "--build-dir",
261 "[SLAVE_BUILD]/src/out/Release", 261 "[SLAVE_BUILD]/src/out/Release",
262 "--src-dir", 262 "--src-dir",
263 "[SLAVE_BUILD]/src" 263 "[SLAVE_BUILD]/src"
264 ], 264 ],
265 "cwd": "[SLAVE_BUILD]", 265 "cwd": "[SLAVE_BUILD]",
266 "name": "remove_build_metadata" 266 "name": "remove_build_metadata"
267 }, 267 },
268 { 268 {
269 "cmd": [ 269 "cmd": [
270 "python", 270 "python",
271 "-u", 271 "-u",
272 "RECIPE_MODULE[isolate]/resources/isolate.py", 272 "RECIPE_MODULE[build.isolate]/resources/isolate.py",
273 "[SLAVE_BUILD]/src/tools/swarming_client", 273 "[SLAVE_BUILD]/src/tools/swarming_client",
274 "batcharchive", 274 "batcharchive",
275 "--dump-json", 275 "--dump-json",
276 "/path/to/tmp/json", 276 "/path/to/tmp/json",
277 "--isolate-server", 277 "--isolate-server",
278 "https://isolateserver.appspot.com", 278 "https://isolateserver.appspot.com",
279 "--verbose", 279 "--verbose",
280 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" 280 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json"
281 ], 281 ],
282 "cwd": "[SLAVE_BUILD]", 282 "cwd": "[SLAVE_BUILD]",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 "~followup_annotations": [ 336 "~followup_annotations": [
337 "@@@STEP_TEXT@Linux Tests@@@" 337 "@@@STEP_TEXT@Linux Tests@@@"
338 ] 338 ]
339 }, 339 },
340 { 340 {
341 "name": "$result", 341 "name": "$result",
342 "recipe_result": null, 342 "recipe_result": null,
343 "status_code": 0 343 "status_code": 0
344 } 344 }
345 ] 345 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698