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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/blink_compile_without_patch_fails.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_trybot.expected/blink_compile_without_patch_fails.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/blink_compile_without_patch_fails.json b/scripts/slave/recipes/chromium_trybot.expected/blink_compile_without_patch_fails.json
index 6179a5555fe63d6380ececba92b5a75803bdff48..ee83964891ed2e207584a92f666f8e85d4a2756d 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/blink_compile_without_patch_fails.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/blink_compile_without_patch_fails.json
@@ -418,6 +418,9 @@
"--step-name",
"webkit_tests (with patch)"
],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
"name": "webkit_tests (with patch)",
"~followup_annotations": [
"step returned non-zero exit code: 5",
@@ -441,6 +444,9 @@
"--gs-bucket",
"gs://chromium-layout-test-archives"
],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
"name": "archive_webkit_tests_results",
"~followup_annotations": [
"@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-layout-test-archives/linux_blink_rel/571/layout-test-results/results.html@@@",
@@ -478,6 +484,7 @@
"--output_manifest"
],
"env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
"name": "bot_update (without patch)",
@@ -634,6 +641,9 @@
"-u",
"import sys; sys.exit(1)"
],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
"name": "webkit_tests",
"~followup_annotations": [
"step returned non-zero exit code: 1",

Powered by Google App Engine
This is Rietveld 408576698