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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_goma_CrWinGomaStaging.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_goma_CrWinGomaStaging.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_goma_CrWinGomaStaging.json b/scripts/slave/recipes/chromium.expected/full_chromium_goma_CrWinGomaStaging.json
index 2738429be4c9314babb974b6ea472ec051eb1dac..66faa5a24cc5306c58e2ddd11ffd245e373c1ceb 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_goma_CrWinGomaStaging.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_goma_CrWinGomaStaging.json
@@ -297,6 +297,10 @@
"--build-number=571",
"base_unittests.exe"
],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json",
+ "GOMA_STUBBY_PROXY_IP_ADDRESS": "sandbox.google.com"
+ },
"name": "base_unittests"
},
{
@@ -321,6 +325,10 @@
"--build-number=571",
"content_unittests.exe"
],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json",
+ "GOMA_STUBBY_PROXY_IP_ADDRESS": "sandbox.google.com"
+ },
"name": "content_unittests"
},
{
@@ -331,6 +339,10 @@
"--target",
"Release_x64"
],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json",
+ "GOMA_STUBBY_PROXY_IP_ADDRESS": "sandbox.google.com"
+ },
"name": "process_dumps"
},
{

Powered by Google App Engine
This is Rietveld 408576698