- Users should be able to login easily to the tools site to carry out day-to-day tasks.
- Users should be able to create and manage limited-access permanent credentials for use in their own automation
- Permanent credentials tied to users should be disabled when those users lose the relevant permissions
- All services have a consistent, reliable way to log who or what is making a particular request.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: Taskcluster friendly wrapper for performing fx desktop builds via mozharness. | |
:: Inputs, with defaults | |
::if not defined MOZHARNESS_SCRIPT set MOZHARNESS_SCRIPT=mozharness\scripts\fx_desktop_build.py | |
::if not defined MOZHARNESS_CONFIG set MOZHARNESS_CONFIG=builds\releng_base_windows_64_builds.py | |
if not defined TOOLTOOL_CACHE set TOOLTOOL_CACHE=%SystemDrive%\home\worker\tooltool-cache | |
if not defined NEED_XVFB set NEED_XVFB=false |