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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/delayed_build_test.json

Issue 2035863004: gsutil: use depot_tools.gsutil_py_path instead of path['depot_tools'] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "git", 4 "git",
5 "update-ref", 5 "update-ref",
6 "refs/heads/master", 6 "refs/heads/master",
7 "refs/remotes/origin/master" 7 "refs/remotes/origin/master"
8 ], 8 ],
9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
10 "name": "git update-ref" 10 "name": "git update-ref"
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "@@@STEP_LOG_LINE@json.output@[]@@@", 147 "@@@STEP_LOG_LINE@json.output@[]@@@",
148 "@@@STEP_LOG_END@json.output@@@" 148 "@@@STEP_LOG_END@json.output@@@"
149 ] 149 ]
150 }, 150 },
151 { 151 {
152 "cmd": [ 152 "cmd": [
153 "python", 153 "python",
154 "-u", 154 "-u",
155 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 155 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
156 "--", 156 "--",
157 "[DEPOT_TOOLS]/gsutil.py", 157 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
158 "----", 158 "----",
159 "ls", 159 "ls",
160 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip" 160 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
161 ], 161 ],
162 "name": "gsutil ls", 162 "name": "gsutil ls",
163 "~followup_annotations": [ 163 "~followup_annotations": [
164 "step returned non-zero exit code: 1", 164 "step returned non-zero exit code: 1",
165 "@@@STEP_EXCEPTION@@@" 165 "@@@STEP_EXCEPTION@@@"
166 ] 166 ]
167 }, 167 },
(...skipping 17 matching lines...) Expand all
185 ], 185 ],
186 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 186 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
187 "name": "Requesting build for a6298e4afedbf2cd461755ea6f45b0ad64222222 via g it try." 187 "name": "Requesting build for a6298e4afedbf2cd461755ea6f45b0ad64222222 via g it try."
188 }, 188 },
189 { 189 {
190 "cmd": [ 190 "cmd": [
191 "python", 191 "python",
192 "-u", 192 "-u",
193 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 193 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
194 "--", 194 "--",
195 "[DEPOT_TOOLS]/gsutil.py", 195 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
196 "----", 196 "----",
197 "ls", 197 "ls",
198 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip" 198 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
199 ], 199 ],
200 "name": "gsutil ls (2)", 200 "name": "gsutil ls (2)",
201 "~followup_annotations": [ 201 "~followup_annotations": [
202 "step returned non-zero exit code: 1", 202 "step returned non-zero exit code: 1",
203 "@@@STEP_EXCEPTION@@@" 203 "@@@STEP_EXCEPTION@@@"
204 ] 204 ]
205 }, 205 },
(...skipping 17 matching lines...) Expand all
223 ], 223 ],
224 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 224 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
225 "name": "Requesting build for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111 via g it try." 225 "name": "Requesting build for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111 via g it try."
226 }, 226 },
227 { 227 {
228 "cmd": [ 228 "cmd": [
229 "python", 229 "python",
230 "-u", 230 "-u",
231 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 231 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
232 "--", 232 "--",
233 "[DEPOT_TOOLS]/gsutil.py", 233 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
234 "----", 234 "----",
235 "ls", 235 "ls",
236 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip" 236 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
237 ], 237 ],
238 "name": "gsutil ls (3)", 238 "name": "gsutil ls (3)",
239 "~followup_annotations": [ 239 "~followup_annotations": [
240 "step returned non-zero exit code: 1", 240 "step returned non-zero exit code: 1",
241 "@@@STEP_EXCEPTION@@@" 241 "@@@STEP_EXCEPTION@@@"
242 ] 242 ]
243 }, 243 },
(...skipping 23 matching lines...) Expand all
267 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 267 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
268 "@@@STEP_LOG_END@python.inline@@@" 268 "@@@STEP_LOG_END@python.inline@@@"
269 ] 269 ]
270 }, 270 },
271 { 271 {
272 "cmd": [ 272 "cmd": [
273 "python", 273 "python",
274 "-u", 274 "-u",
275 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 275 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
276 "--", 276 "--",
277 "[DEPOT_TOOLS]/gsutil.py", 277 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
278 "----", 278 "----",
279 "ls", 279 "ls",
280 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip" 280 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
281 ], 281 ],
282 "name": "gsutil ls (4)", 282 "name": "gsutil ls (4)",
283 "~followup_annotations": [ 283 "~followup_annotations": [
284 "step returned non-zero exit code: 1", 284 "step returned non-zero exit code: 1",
285 "@@@STEP_EXCEPTION@@@" 285 "@@@STEP_EXCEPTION@@@"
286 ] 286 ]
287 }, 287 },
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 322 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
323 "@@@STEP_LOG_END@python.inline@@@" 323 "@@@STEP_LOG_END@python.inline@@@"
324 ] 324 ]
325 }, 325 },
326 { 326 {
327 "cmd": [ 327 "cmd": [
328 "python", 328 "python",
329 "-u", 329 "-u",
330 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 330 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
331 "--", 331 "--",
332 "[DEPOT_TOOLS]/gsutil.py", 332 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
333 "----", 333 "----",
334 "ls", 334 "ls",
335 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip" 335 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
336 ], 336 ],
337 "name": "gsutil ls (5)", 337 "name": "gsutil ls (5)",
338 "~followup_annotations": [ 338 "~followup_annotations": [
339 "step returned non-zero exit code: 1", 339 "step returned non-zero exit code: 1",
340 "@@@STEP_EXCEPTION@@@" 340 "@@@STEP_EXCEPTION@@@"
341 ] 341 ]
342 }, 342 },
343 { 343 {
344 "cmd": [ 344 "cmd": [
345 "python", 345 "python",
346 "-u", 346 "-u",
347 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", 347 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
348 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder/builds/2106?as_text=1", 348 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder/builds/2106?as_text=1",
349 "--outfile", 349 "--outfile",
350 "/path/to/tmp/" 350 "/path/to/tmp/"
351 ], 351 ],
352 "name": "fetch build details (2)" 352 "name": "fetch build details (2)"
353 }, 353 },
354 { 354 {
355 "cmd": [ 355 "cmd": [
356 "python", 356 "python",
357 "-u", 357 "-u",
358 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 358 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
359 "--", 359 "--",
360 "[DEPOT_TOOLS]/gsutil.py", 360 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
361 "----", 361 "----",
362 "ls", 362 "ls",
363 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip" 363 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
364 ], 364 ],
365 "name": "gsutil ls (6)", 365 "name": "gsutil ls (6)",
366 "~followup_annotations": [ 366 "~followup_annotations": [
367 "step returned non-zero exit code: 1", 367 "step returned non-zero exit code: 1",
368 "@@@STEP_EXCEPTION@@@" 368 "@@@STEP_EXCEPTION@@@"
369 ] 369 ]
370 }, 370 },
(...skipping 23 matching lines...) Expand all
394 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 394 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
395 "@@@STEP_LOG_END@python.inline@@@" 395 "@@@STEP_LOG_END@python.inline@@@"
396 ] 396 ]
397 }, 397 },
398 { 398 {
399 "cmd": [ 399 "cmd": [
400 "python", 400 "python",
401 "-u", 401 "-u",
402 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 402 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
403 "--", 403 "--",
404 "[DEPOT_TOOLS]/gsutil.py", 404 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
405 "----", 405 "----",
406 "ls", 406 "ls",
407 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip" 407 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
408 ], 408 ],
409 "name": "gsutil ls (7)" 409 "name": "gsutil ls (7)"
410 }, 410 },
411 { 411 {
412 "cmd": [], 412 "cmd": [],
413 "name": "Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 413 "name": "Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
414 "trigger_specs": [ 414 "trigger_specs": [
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 447 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
448 "@@@STEP_LOG_END@python.inline@@@" 448 "@@@STEP_LOG_END@python.inline@@@"
449 ] 449 ]
450 }, 450 },
451 { 451 {
452 "cmd": [ 452 "cmd": [
453 "python", 453 "python",
454 "-u", 454 "-u",
455 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 455 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
456 "--", 456 "--",
457 "[DEPOT_TOOLS]/gsutil.py", 457 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
458 "----", 458 "----",
459 "ls", 459 "ls",
460 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results" 460 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
461 ], 461 ],
462 "name": "gsutil ls (8)" 462 "name": "gsutil ls (8)"
463 }, 463 },
464 { 464 {
465 "cmd": [ 465 "cmd": [
466 "python", 466 "python",
467 "-u", 467 "-u",
468 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 468 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
469 "--", 469 "--",
470 "[DEPOT_TOOLS]/gsutil.py", 470 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
471 "----", 471 "----",
472 "cat", 472 "cat",
473 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results" 473 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
474 ], 474 ],
475 "name": "gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d 2111111", 475 "name": "gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d 2111111",
476 "stdout": "/path/to/tmp/" 476 "stdout": "/path/to/tmp/"
477 }, 477 },
478 { 478 {
479 "cmd": [ 479 "cmd": [
480 "git", 480 "git",
481 "footers", 481 "footers",
482 "--position", 482 "--position",
483 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" 483 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
484 ], 484 ],
485 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 485 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
486 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 486 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
487 "stdout": "/path/to/tmp/", 487 "stdout": "/path/to/tmp/",
488 "~followup_annotations": [ 488 "~followup_annotations": [
489 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_TEST_FAILURE\"]@@@" 489 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_TEST_FAILURE\"]@@@"
490 ] 490 ]
491 }, 491 },
492 { 492 {
493 "name": "$result", 493 "name": "$result",
494 "recipe_result": null, 494 "recipe_result": null,
495 "status_code": 0 495 "status_code": 0
496 } 496 }
497 ] 497 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698