Confirmed users
2,177
edits
(→Slaves) |
|||
Line 55: | Line 55: | ||
* '''DEFAULT_FIREFOX_VERSION''' - The default Firefox version to use. The default should be the latest compatible version. | * '''DEFAULT_FIREFOX_VERSION''' - The default Firefox version to use. The default should be the latest compatible version. | ||
* '''PATH''' - The system PATH for binaries. The default is '''$PATH:/usr/local/bin''' | * '''PATH''' - The system PATH for binaries. The default is '''$PATH:/usr/local/bin'''. | ||
* '''PIP_DOWNLOAD_CACHE''' - Cache PIP downloads. The default is '''/Users/Shared/Jenkins/.pip_download_cache''' | * '''PIP_DOWNLOAD_CACHE''' - Cache PIP downloads. The default is '''/Users/Shared/Jenkins/.pip_download_cache'''. | ||
* '''PIP_INDEX_URL''' - Sets the PyPI index URL. The default is '''<nowiki>http://pypi.build.mtv1.svc.mozilla.com/simple</nowiki>''' | * '''PIP_INDEX_URL''' - Sets the PyPI index URL. The default is '''<nowiki>http://pypi.build.mtv1.svc.mozilla.com/simple</nowiki>'''. | ||
* '''PIP_USE_MIRRORS''' - Controls use of the PyPI mirrors. By default this is '''false''' to speed up PIP installations. | * '''PIP_USE_MIRRORS''' - Controls use of the PyPI mirrors. By default this is '''false''' to speed up PIP installations. | ||
* '''PIP_VERBOSE''' - Controls the verbosity of PIP output. By default this is '''false''' and useful to enable for debugging. | * '''PIP_VERBOSE''' - Controls the verbosity of PIP output. By default this is '''false''' and useful to enable for debugging. | ||
Line 63: | Line 63: | ||
* '''PYTEST_PROCESSES_SAUCE''' - Number of parallel py.test processes to use on [http://saucelabs.com/ Sauce Labs] jobs. | * '''PYTEST_PROCESSES_SAUCE''' - Number of parallel py.test processes to use on [http://saucelabs.com/ Sauce Labs] jobs. | ||
* '''PYTEST_PROCESSES_WINDOWS''' - Number of parallel py.test processes to use on Windows nodes. | * '''PYTEST_PROCESSES_WINDOWS''' - Number of parallel py.test processes to use on Windows nodes. | ||
* '''PYTEST_RERUNS''' - Number of times to rerun a failed test (used by pytest-rerunfailures). | * '''PYTEST_RERUNS''' - Number of times to rerun a failed test (used by pytest-rerunfailures). The default is '''2'''. | ||
* '''PYTEST_TIMEOUT''' - Timeout (in seconds) for each test (used by pytest-timeout). The default is '''300''' (five minutes). | |||
= Upgrading = | = Upgrading = |