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
This commit is contained in:
Nathan Froyd 2019-11-05 22:45:20 +00:00
Родитель 213118bbe1
Коммит f49ab1c3e5
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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.*',
)