summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/configs/firefox_ui_tests/taskcluster_mac.py
blob: 163e133ed57f12160909ded671672bd473ff2820 (plain)
1
2
3
4
5
6
7
8
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

# Configuration over-rides for taskcluter.py, for osx
config = {
    "tooltool_cache": "/builds/tooltool_cache",
}