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

Unified Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/basic_linux_bisect_tester_recipe.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/bisection/desktop_bisect.expected/basic_linux_bisect_tester_recipe.json
diff --git a/scripts/slave/recipes/bisection/desktop_bisect.expected/basic_linux_bisect_tester_recipe.json b/scripts/slave/recipes/bisection/desktop_bisect.expected/basic_linux_bisect_tester_recipe.json
index 681de2759ff5218304af2e1fb1aa5a2f5398c9bf..cea8e9625b84447584302c057154053f38c76c08 100644
--- a/scripts/slave/recipes/bisection/desktop_bisect.expected/basic_linux_bisect_tester_recipe.json
+++ b/scripts/slave/recipes/bisection/desktop_bisect.expected/basic_linux_bisect_tester_recipe.json
@@ -281,6 +281,9 @@
"--browser=release",
"page_cycler.intl_ar_fa_he"
],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
"name": "Performance Test 1 of 2",
"stderr": "/path/to/tmp/",
"stdout": "/path/to/tmp/",
@@ -310,6 +313,9 @@
"--browser=release",
"page_cycler.intl_ar_fa_he"
],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
"name": "Performance Test 2 of 2",
"stderr": "/path/to/tmp/",
"stdout": "/path/to/tmp/",
@@ -323,6 +329,9 @@
"-u",
"RECIPE_MODULE[build::bisect_tester]/resources/put_temp.py"
],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
"name": "saving json to temp file",
"stdin": "{\"output\": [], \"results\": {\"values\": [0, 0]}, \"retcodes\": [0, 0]}",
"stdout": "/path/to/tmp/"
@@ -339,6 +348,9 @@
"/tmp/dummy2",
"gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec.results"
],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
"name": "gsutil upload",
"~followup_annotations": [
"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@"

Powered by Google App Engine
This is Rietveld 408576698