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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangGoma.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_CrWinClangGoma.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangGoma.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangGoma.json
index b3b5a0fe059b24d7c1d6485ed546c1afaa70e381..dc25c5278cd6a3a6c4878e0a1071d2507b95ac5b 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangGoma.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangGoma.json
@@ -320,6 +320,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"
},
{
@@ -344,6 +347,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"
},
{
@@ -354,6 +360,9 @@
"--target",
"Release"
],
+ "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