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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_memory_fyi_Linux_ChromeOS_MSan_Tests.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_memory_fyi_Linux_ChromeOS_MSan_Tests.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_memory_fyi_Linux_ChromeOS_MSan_Tests.json b/scripts/slave/recipes/chromium.expected/full_chromium_memory_fyi_Linux_ChromeOS_MSan_Tests.json
index 3b60663ebb163a1d6ca8cb6046170f68d2e46c30..e1a67f5b6e6344ef902f9c7fa7ee4bf473e2fa70 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_memory_fyi_Linux_ChromeOS_MSan_Tests.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_memory_fyi_Linux_ChromeOS_MSan_Tests.json
@@ -292,6 +292,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@{@@@",
@@ -368,6 +371,9 @@
"--test-launcher-print-test-stdio=always",
"--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
"name": "[trigger] browser_tests on Ubuntu-12.04",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -408,6 +414,9 @@
"1",
"browser_tests/Ubuntu-12.04/ffffffffff/Linux ChromeOS MSan Tests/571"
],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
"name": "browser_tests on Ubuntu-12.04",
"~followup_annotations": [
"@@@STEP_LINK@shard #0 isolated out@blah@@@"
@@ -433,6 +442,9 @@
"--chrome-revision",
"170242"
],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
"name": "Upload to test-results [browser_tests on Ubuntu-12.04]"
},
{

Powered by Google App Engine
This is Rietveld 408576698