From f49ab1c3e5bb3a208579d338dd491c0a9c729194 Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Tue, 5 Nov 2019 22:45:20 +0000 Subject: [PATCH] Bug 1594197 - remove geckoview-docs task from the default task list; r=ahal,snorp This task cannot succeed on try, because it doesn't have the permissions to upload the generated docs. Let's just disallow people from selecting it. Differential Revision: https://phabricator.services.mozilla.com/D51919 --HG-- extra : moz-landing-system : lando --- tools/tryselect/selectors/fuzzy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/tryselect/selectors/fuzzy.py b/tools/tryselect/selectors/fuzzy.py index 47c98c3ebcbf..1295609b7090 100644 --- a/tools/tryselect/selectors/fuzzy.py +++ b/tools/tryselect/selectors/fuzzy.py @@ -43,7 +43,8 @@ TASK_DURATION_TAG_FILE = os.path.join(get_state_dir( TARGET_TASK_FILTERS = ( '.*-ccov\/.*', 'windows10-aarch64/opt.*', - 'android-hw.*' + 'android-hw.*', + '.*android-geckoview-docs.*', )