Revert "Add BOT to env variables to avoid extra analytics counts in the dashboards."
This reverts commit a8986aca3958882acd9a549c7ea44df6a0f01d34.
Reason for revert: This is breaking autoroller. Please rerun "python recipes.py test train" and upload the expectations, after that please submit using CQ + 2
Change-Id: I3579274669a1dc48412cbecd39a266fbf11c07f2
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/2923
Reviewed-by: Godofredo Contreras <godofredoc@google.com>
Reviewed-by: Nurhan Turgut <nurhan@google.com>
Commit-Queue: Godofredo Contreras <godofredoc@google.com>
Commit-Queue: Nurhan Turgut <nurhan@google.com>
diff --git a/recipes/web_engine.py b/recipes/web_engine.py
index c21334d..e0c5bae 100644
--- a/recipes/web_engine.py
+++ b/recipes/web_engine.py
@@ -131,8 +131,7 @@
'GOMA_DIR': api.goma.goma_dir,
'ANDROID_HOME': str(android_home),
'CHROME_NO_SANDBOX': 'true',
- 'ENGINE_PATH': cache_root,
- 'BOT': 'true'
+ 'ENGINE_PATH': cache_root
}
env_prefixes = {'PATH': [dart_bin]}