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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/failed_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
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@ \"result\": \"FAILED\", @@@", 270 "@@@STEP_LOG_LINE@json.output@ \"result\": \"FAILED\", @@@",
269 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETE\"@@@", 271 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETE\"@@@",
270 "@@@STEP_LOG_LINE@json.output@ }@@@", 272 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 474 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
473 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 475 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
474 "stdout": "/path/to/tmp/" 476 "stdout": "/path/to/tmp/"
475 }, 477 },
476 { 478 {
477 "name": "$result", 479 "name": "$result",
478 "recipe_result": null, 480 "recipe_result": null,
479 "status_code": 0 481 "status_code": 0
480 } 482 }
481 ] 483 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698