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