From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- testing/mozharness/configs/firefox_ui_tests/taskcluster.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/mozharness/configs/firefox_ui_tests/taskcluster.py (limited to 'testing/mozharness/configs/firefox_ui_tests/taskcluster.py') diff --git a/testing/mozharness/configs/firefox_ui_tests/taskcluster.py b/testing/mozharness/configs/firefox_ui_tests/taskcluster.py new file mode 100644 index 000000000..66fc72935 --- /dev/null +++ b/testing/mozharness/configs/firefox_ui_tests/taskcluster.py @@ -0,0 +1,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", +} -- cgit v1.2.3