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

Unified 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, 4 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/auto_bisect/example.expected/delayed_build_test.json
diff --git a/scripts/slave/recipe_modules/auto_bisect/example.expected/delayed_build_test.json b/scripts/slave/recipe_modules/auto_bisect/example.expected/delayed_build_test.json
index 5e2376ae161ab08dd5d6743d41e814d87d445ee8..f719e0dc2482ac80bc24908b35408679a8689651 100644
--- a/scripts/slave/recipe_modules/auto_bisect/example.expected/delayed_build_test.json
+++ b/scripts/slave/recipe_modules/auto_bisect/example.expected/delayed_build_test.json
@@ -258,6 +258,8 @@
"get",
"--host",
"cr-buildbucket.appspot.com",
+ "--service-account-json",
+ "/creds/service_accounts/service-account-chromium-bisect.json",
"1201331270"
],
"name": "buildbucket.get",
@@ -309,6 +311,8 @@
"get",
"--host",
"cr-buildbucket.appspot.com",
+ "--service-account-json",
+ "/creds/service_accounts/service-account-chromium-bisect.json",
"1201331270"
],
"name": "buildbucket.get (2)",
@@ -361,6 +365,8 @@
"get",
"--host",
"cr-buildbucket.appspot.com",
+ "--service-account-json",
+ "/creds/service_accounts/service-account-chromium-bisect.json",
"1201331270"
],
"name": "buildbucket.get (3)",
@@ -413,6 +419,8 @@
"get",
"--host",
"cr-buildbucket.appspot.com",
+ "--service-account-json",
+ "/creds/service_accounts/service-account-chromium-bisect.json",
"1201331270"
],
"name": "buildbucket.get (4)",
« 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