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

Unified Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_passed_isolated_script_test.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/dynamic_swarmed_passed_isolated_script_test.json
diff --git a/scripts/slave/recipes/chromium.expected/dynamic_swarmed_passed_isolated_script_test.json b/scripts/slave/recipes/chromium.expected/dynamic_swarmed_passed_isolated_script_test.json
index cea6330c9de85fb21c73e2ae9986061245602325..ea208355f9851d6622ec1643e11d9c3ef1ae535b 100644
--- a/scripts/slave/recipes/chromium.expected/dynamic_swarmed_passed_isolated_script_test.json
+++ b/scripts/slave/recipes/chromium.expected/dynamic_swarmed_passed_isolated_script_test.json
@@ -297,6 +297,9 @@
"--output-json",
"/path/to/tmp/json"
],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
"name": "find isolated tests",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -369,6 +372,9 @@
"--",
"--isolated-script-test-output=${ISOLATED_OUTDIR}/output.json"
],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
"name": "[trigger] telemetry_gpu_unittests on Ubuntu-12.04",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -401,6 +407,9 @@
"--task-output-dir",
"/path/to/tmp/"
],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
"name": "telemetry_gpu_unittests on Ubuntu-12.04",
"~followup_annotations": [
"@@@STEP_LOG_LINE@outdir_json@{@@@",

Powered by Google App Engine
This is Rietveld 408576698