diff options
Diffstat (limited to 'infra/bots/recipe_modules/build/util.py')
-rw-r--r-- | infra/bots/recipe_modules/build/util.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/infra/bots/recipe_modules/build/util.py b/infra/bots/recipe_modules/build/util.py index 9287bfaaca..c99aff2a42 100644 --- a/infra/bots/recipe_modules/build/util.py +++ b/infra/bots/recipe_modules/build/util.py @@ -14,6 +14,8 @@ BUILD_PRODUCTS_ISOLATE_WHITELIST = [ 'nanobench.app', 'get_images_from_skps', 'get_images_from_skps.exe', + 'hello-opencl', + 'hello-opencl.exe', 'nanobench', 'nanobench.exe', 'skpbench', |