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

Unified Diff: scripts/slave/recipe_modules/v8/test_api.py

Issue 1901103004: V8: Show build environment in failure logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fix Created 4 years, 8 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/v8/api.py ('k') | scripts/slave/recipes/v8.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/v8/test_api.py
diff --git a/scripts/slave/recipe_modules/v8/test_api.py b/scripts/slave/recipe_modules/v8/test_api.py
index 77c6fac8ec310c6f23ce8488912ac46882d38467..6ed55308311b9e870fdff712369d1f6c4593dd7b 100644
--- a/scripts/slave/recipe_modules/v8/test_api.py
+++ b/scripts/slave/recipe_modules/v8/test_api.py
@@ -368,7 +368,11 @@ class V8TestApi(recipe_test_api.RecipeTestApi):
)
)
if parent_buildername:
- test += self.m.properties(parent_got_revision='54321')
+ test += self.m.properties(
+ parent_got_revision='54321',
+ parent_build_environment={
+ 'useful': 'envvars', 'from': 'the', 'parent': 'bot'},
+ )
if bot_config.get('enable_swarming'):
# Assume each tester is triggered with the required hashes for all
# tests.
« no previous file with comments | « scripts/slave/recipe_modules/v8/api.py ('k') | scripts/slave/recipes/v8.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698