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

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

Issue 1906353002: Revert of V8: Show build environment in failure logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 f69e275f5e69eb5b8ffa4bd348b1c76143751253..77c6fac8ec310c6f23ce8488912ac46882d38467 100644
--- a/scripts/slave/recipe_modules/v8/test_api.py
+++ b/scripts/slave/recipe_modules/v8/test_api.py
@@ -368,11 +368,7 @@
)
)
if parent_buildername:
- test += self.m.properties(
- parent_got_revision='54321',
- build_environment={
- 'useful': 'envvars', 'from': 'the', 'parent': 'bot'},
- )
+ test += self.m.properties(parent_got_revision='54321')
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