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

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

Issue 2105873004: chromium_tests: set cwd to directory containing checkout for tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/api.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_remote_run_Tester.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_remote_run_Tester.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_remote_run_Tester.json
index 84e81d8818191beeb5db644add30b4665c9e9b32..71bd60de08b977f694269471de720c09a352ca2b 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_remote_run_Tester.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_remote_run_Tester.json
@@ -320,6 +320,7 @@
"--output-json",
"/path/to/tmp/json"
],
+ "cwd": "[BUILDER_CACHE]/Linux_remote_run_Tester",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
},
@@ -396,6 +397,7 @@
"--",
"--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
],
+ "cwd": "[BUILDER_CACHE]/Linux_remote_run_Tester",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
},
@@ -438,6 +440,7 @@
"--build-number=571",
"base_unittests"
],
+ "cwd": "[BUILDER_CACHE]/Linux_remote_run_Tester",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
},
@@ -467,6 +470,7 @@
"1",
"browser_tests/Ubuntu-12.04/ffffffffff/Linux remote_run Tester/571"
],
+ "cwd": "[BUILDER_CACHE]/Linux_remote_run_Tester",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
},
@@ -495,6 +499,7 @@
"--chrome-revision",
"170242"
],
+ "cwd": "[BUILDER_CACHE]/Linux_remote_run_Tester",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
},
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/api.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698