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

Unified Diff: scripts/slave/recipe_modules/goma/example.expected/linux_upload_logs.json

Issue 2245553002: Inherit appropiate environment variables in goma module for goma_utils.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: fix typo and etc. 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/goma/example.expected/linux_upload_logs.json
diff --git a/scripts/slave/recipe_modules/goma/example.expected/linux_upload_logs.json b/scripts/slave/recipe_modules/goma/example.expected/linux_upload_logs.json
index 0594f74aaeafe5e2a8663e5dc2cbaef30825822f..582acb6e14e1ed3e251644ee5afca12644783cd6 100644
--- a/scripts/slave/recipe_modules/goma/example.expected/linux_upload_logs.json
+++ b/scripts/slave/recipe_modules/goma/example.expected/linux_upload_logs.json
@@ -102,6 +102,11 @@
"--build-data-dir",
"build_data_dir"
],
+ "env": {
+ "GOMACTL_CRASH_REPORT_ID_FILE": "build_data_dir/crash_report_id_file",
+ "GOMA_DUMP_STATS_FILE": "build_data_dir/goma_stats_proto",
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
"name": "upload_log"
},
{

Powered by Google App Engine
This is Rietveld 408576698