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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_GPU_Mac_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 "chromium.gpu", 8 "chromium.gpu",
9 "--builder", 9 "--builder",
10 "GPU Mac Builder", 10 "GPU Mac Builder",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 "-u", 194 "-u",
195 "[BUILD]/scripts/slave/cleanup_temp.py" 195 "[BUILD]/scripts/slave/cleanup_temp.py"
196 ], 196 ],
197 "cwd": "[SLAVE_BUILD]", 197 "cwd": "[SLAVE_BUILD]",
198 "name": "cleanup_temp" 198 "name": "cleanup_temp"
199 }, 199 },
200 { 200 {
201 "cmd": [ 201 "cmd": [
202 "python", 202 "python",
203 "-u", 203 "-u",
204 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 204 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py",
205 "--build-dir", 205 "--build-dir",
206 "[SLAVE_BUILD]/src/out/Release", 206 "[SLAVE_BUILD]/src/out/Release",
207 "--clean-isolated-files" 207 "--clean-isolated-files"
208 ], 208 ],
209 "cwd": "[SLAVE_BUILD]", 209 "cwd": "[SLAVE_BUILD]",
210 "name": "clean isolated files" 210 "name": "clean isolated files"
211 }, 211 },
212 { 212 {
213 "allow_subannotations": true, 213 "allow_subannotations": true,
214 "cmd": [ 214 "cmd": [
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "name": "compile", 255 "name": "compile",
256 "~followup_annotations": [ 256 "~followup_annotations": [
257 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 257 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
258 "@@@STEP_LOG_END@json.output (invalid)@@@" 258 "@@@STEP_LOG_END@json.output (invalid)@@@"
259 ] 259 ]
260 }, 260 },
261 { 261 {
262 "cmd": [ 262 "cmd": [
263 "python", 263 "python",
264 "-u", 264 "-u",
265 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", 265 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py",
266 "--build-dir", 266 "--build-dir",
267 "[SLAVE_BUILD]/src/out/Release", 267 "[SLAVE_BUILD]/src/out/Release",
268 "--src-dir", 268 "--src-dir",
269 "[SLAVE_BUILD]/src" 269 "[SLAVE_BUILD]/src"
270 ], 270 ],
271 "cwd": "[SLAVE_BUILD]", 271 "cwd": "[SLAVE_BUILD]",
272 "name": "remove_build_metadata" 272 "name": "remove_build_metadata"
273 }, 273 },
274 { 274 {
275 "cmd": [ 275 "cmd": [
276 "python", 276 "python",
277 "-u", 277 "-u",
278 "RECIPE_MODULE[isolate]/resources/isolate.py", 278 "RECIPE_MODULE[build.isolate]/resources/isolate.py",
279 "[SLAVE_BUILD]/src/tools/swarming_client", 279 "[SLAVE_BUILD]/src/tools/swarming_client",
280 "batcharchive", 280 "batcharchive",
281 "--dump-json", 281 "--dump-json",
282 "/path/to/tmp/json", 282 "/path/to/tmp/json",
283 "--isolate-server", 283 "--isolate-server",
284 "https://isolateserver.appspot.com", 284 "https://isolateserver.appspot.com",
285 "--verbose", 285 "--verbose",
286 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" 286 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json"
287 ], 287 ],
288 "cwd": "[SLAVE_BUILD]", 288 "cwd": "[SLAVE_BUILD]",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "~followup_annotations": [ 394 "~followup_annotations": [
395 "@@@STEP_TEXT@Mac Retina Release@@@" 395 "@@@STEP_TEXT@Mac Retina Release@@@"
396 ] 396 ]
397 }, 397 },
398 { 398 {
399 "name": "$result", 399 "name": "$result",
400 "recipe_result": null, 400 "recipe_result": null,
401 "status_code": 0 401 "status_code": 0
402 } 402 }
403 ] 403 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698