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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_x64_GN.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.expected/full_chromium_webrtc_fyi_Win_x64_GN.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_x64_GN.json b/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_x64_GN.json
index b4219e01d3e6b1356aa2372ce52297e1bb634dd2..7dd0e3dea431715aec33bf84a3353bd901186953 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_x64_GN.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_x64_GN.json
@@ -282,6 +282,9 @@
"//out/Release_x64"
],
"cwd": "[SLAVE_BUILD]",
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json"
+ },
"name": "generate_build_files"
},
{

Powered by Google App Engine
This is Rietveld 408576698