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

Unified 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, 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
Index: scripts/slave/recipe_modules/auto_bisect/example.expected/failed_build_test.json
diff --git a/scripts/slave/recipe_modules/auto_bisect/example.expected/failed_build_test.json b/scripts/slave/recipe_modules/auto_bisect/example.expected/failed_build_test.json
index 73e8e8176664d93243e4ad75b91d466c678d6f7a..9c41c13a7ed229a4d4e8aa00d2bb87040338aedc 100644
--- a/scripts/slave/recipe_modules/auto_bisect/example.expected/failed_build_test.json
+++ b/scripts/slave/recipe_modules/auto_bisect/example.expected/failed_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",

Powered by Google App Engine
This is Rietveld 408576698