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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWin7Goma_dbg_.json

Issue 2014373002: chromium_tests: apply chromium.get_env() when running tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 7 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_fyi_CrWin7Goma_dbg_.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWin7Goma_dbg_.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWin7Goma_dbg_.json
index 5e8deb1b2dce63d852f9292cef07f1fa929bdcb1..451dcc6d71971066ea55da08acdae5314e92381e 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWin7Goma_dbg_.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWin7Goma_dbg_.json
@@ -319,6 +319,9 @@
"--build-number=571",
"base_unittests.exe"
],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json"
+ },
"name": "base_unittests"
},
{
@@ -343,6 +346,9 @@
"--build-number=571",
"content_unittests.exe"
],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json"
+ },
"name": "content_unittests"
},
{
@@ -353,6 +359,9 @@
"--target",
"Debug"
],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json"
+ },
"name": "process_dumps"
},
{

Powered by Google App Engine
This is Rietveld 408576698