summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/configs/firefox_ui_tests/taskcluster.py
blob: 66fc729357586169cf9c7ef10ba8a2109846f1b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Config file for firefox ui tests run via TaskCluster.

config = {
    "find_links": [
        "http://pypi.pub.build.mozilla.org/pub",
    ],

    "pip_index": False,

    "tooltool_cache": "/builds/tooltool_cache",
}