| 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 be479855335f87b6cb53528a6edb1fca3d289460..478252b5e1fc638996d8901ed299796397b09651 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',
|
| + 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.
|
|
|