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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_ng.json

Issue 1916303006: Fix GOMA_SERVICE_ACCOUNT_JSON_FILE propagation in mb. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: make sure GOMA_SERVICE_ACCOUNT_JSON_FILE is present in generate_build_files, too Created 4 years, 8 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/recipes/chromium_trybot.expected/compile_failure_without_patch_ng.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_ng.json b/scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_ng.json
index 1179a5dc65d1ed98e9e303956123cd6861ac9a0a..820da0d66bfe30333800c85b0b83fc3c9d91f2af 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_ng.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_ng.json
@@ -341,6 +341,9 @@
"//out/Release"
],
"cwd": "[SLAVE_BUILD]",
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
"name": "generate_build_files (with patch)"
},
{
@@ -512,6 +515,9 @@
"//out/Release"
],
"cwd": "[SLAVE_BUILD]",
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
"name": "generate_build_files (without patch)"
},
{

Powered by Google App Engine
This is Rietveld 408576698