| 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.
|
|
|