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

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

Powered by Google App Engine
This is Rietveld 408576698