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

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

Issue 2291303002: [bisect] Add service account parameter to buildbucket.get_build calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/auto_bisect/example.expected/failed_build_test.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 "~followup_annotations": [ 251 "~followup_annotations": [
252 "step returned non-zero exit code: 1" 252 "step returned non-zero exit code: 1"
253 ] 253 ]
254 }, 254 },
255 { 255 {
256 "cmd": [ 256 "cmd": [
257 "/opt/infra-tools/buildbucket", 257 "/opt/infra-tools/buildbucket",
258 "get", 258 "get",
259 "--host", 259 "--host",
260 "cr-buildbucket.appspot.com", 260 "cr-buildbucket.appspot.com",
261 "--service-account-json",
262 "/creds/service_accounts/service-account-chromium-bisect.json",
261 "1201331270" 263 "1201331270"
262 ], 264 ],
263 "name": "buildbucket.get", 265 "name": "buildbucket.get",
264 "stdout": "/path/to/tmp/json", 266 "stdout": "/path/to/tmp/json",
265 "~followup_annotations": [ 267 "~followup_annotations": [
266 "@@@STEP_LOG_LINE@json.output@{@@@", 268 "@@@STEP_LOG_LINE@json.output@{@@@",
267 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", 269 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
268 "@@@STEP_LOG_LINE@json.output@ \"status\": \"PENDING\"@@@", 270 "@@@STEP_LOG_LINE@json.output@ \"status\": \"PENDING\"@@@",
269 "@@@STEP_LOG_LINE@json.output@ }@@@", 271 "@@@STEP_LOG_LINE@json.output@ }@@@",
270 "@@@STEP_LOG_LINE@json.output@}@@@", 272 "@@@STEP_LOG_LINE@json.output@}@@@",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 "~followup_annotations": [ 304 "~followup_annotations": [
303 "step returned non-zero exit code: 1" 305 "step returned non-zero exit code: 1"
304 ] 306 ]
305 }, 307 },
306 { 308 {
307 "cmd": [ 309 "cmd": [
308 "/opt/infra-tools/buildbucket", 310 "/opt/infra-tools/buildbucket",
309 "get", 311 "get",
310 "--host", 312 "--host",
311 "cr-buildbucket.appspot.com", 313 "cr-buildbucket.appspot.com",
314 "--service-account-json",
315 "/creds/service_accounts/service-account-chromium-bisect.json",
312 "1201331270" 316 "1201331270"
313 ], 317 ],
314 "name": "buildbucket.get (2)", 318 "name": "buildbucket.get (2)",
315 "stdout": "/path/to/tmp/json", 319 "stdout": "/path/to/tmp/json",
316 "~followup_annotations": [ 320 "~followup_annotations": [
317 "@@@STEP_LOG_LINE@json.output@{@@@", 321 "@@@STEP_LOG_LINE@json.output@{@@@",
318 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", 322 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
319 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@", 323 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
320 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\"@@@", 324 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\"@@@",
321 "@@@STEP_LOG_LINE@json.output@ }@@@", 325 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 "~followup_annotations": [ 358 "~followup_annotations": [
355 "step returned non-zero exit code: 1" 359 "step returned non-zero exit code: 1"
356 ] 360 ]
357 }, 361 },
358 { 362 {
359 "cmd": [ 363 "cmd": [
360 "/opt/infra-tools/buildbucket", 364 "/opt/infra-tools/buildbucket",
361 "get", 365 "get",
362 "--host", 366 "--host",
363 "cr-buildbucket.appspot.com", 367 "cr-buildbucket.appspot.com",
368 "--service-account-json",
369 "/creds/service_accounts/service-account-chromium-bisect.json",
364 "1201331270" 370 "1201331270"
365 ], 371 ],
366 "name": "buildbucket.get (3)", 372 "name": "buildbucket.get (3)",
367 "stdout": "/path/to/tmp/json", 373 "stdout": "/path/to/tmp/json",
368 "~followup_annotations": [ 374 "~followup_annotations": [
369 "@@@STEP_LOG_LINE@json.output@{@@@", 375 "@@@STEP_LOG_LINE@json.output@{@@@",
370 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", 376 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
371 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@", 377 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
372 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\"@@@", 378 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\"@@@",
373 "@@@STEP_LOG_LINE@json.output@ }@@@", 379 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 "~followup_annotations": [ 412 "~followup_annotations": [
407 "step returned non-zero exit code: 1" 413 "step returned non-zero exit code: 1"
408 ] 414 ]
409 }, 415 },
410 { 416 {
411 "cmd": [ 417 "cmd": [
412 "/opt/infra-tools/buildbucket", 418 "/opt/infra-tools/buildbucket",
413 "get", 419 "get",
414 "--host", 420 "--host",
415 "cr-buildbucket.appspot.com", 421 "cr-buildbucket.appspot.com",
422 "--service-account-json",
423 "/creds/service_accounts/service-account-chromium-bisect.json",
416 "1201331270" 424 "1201331270"
417 ], 425 ],
418 "name": "buildbucket.get (4)", 426 "name": "buildbucket.get (4)",
419 "stdout": "/path/to/tmp/json", 427 "stdout": "/path/to/tmp/json",
420 "~followup_annotations": [ 428 "~followup_annotations": [
421 "@@@STEP_LOG_LINE@json.output@{@@@", 429 "@@@STEP_LOG_LINE@json.output@{@@@",
422 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", 430 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
423 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@", 431 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
424 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\"@@@", 432 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\"@@@",
425 "@@@STEP_LOG_LINE@json.output@ }@@@", 433 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 635 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
628 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 636 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
629 "stdout": "/path/to/tmp/" 637 "stdout": "/path/to/tmp/"
630 }, 638 },
631 { 639 {
632 "name": "$result", 640 "name": "$result",
633 "recipe_result": null, 641 "recipe_result": null,
634 "status_code": 0 642 "status_code": 0
635 } 643 }
636 ] 644 ]
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/auto_bisect/example.expected/failed_build_test.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698