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 --- .../mozharness/configs/firefox_ui_tests/qa_jenkins.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 testing/mozharness/configs/firefox_ui_tests/qa_jenkins.py (limited to 'testing/mozharness/configs/firefox_ui_tests/qa_jenkins.py') diff --git a/testing/mozharness/configs/firefox_ui_tests/qa_jenkins.py b/testing/mozharness/configs/firefox_ui_tests/qa_jenkins.py new file mode 100644 index 000000000..5f6911b81 --- /dev/null +++ b/testing/mozharness/configs/firefox_ui_tests/qa_jenkins.py @@ -0,0 +1,19 @@ +# Default configuration as used by Mozmill CI (Jenkins) + + +config = { + # Tests run in mozmill-ci do not use RelEng infra + 'developer_mode': True, + + # PIP + 'find_links': ['http://pypi.pub.build.mozilla.org/pub'], + 'pip_index': False, + + # mozcrash support + 'download_minidump_stackwalk': True, + 'download_symbols': 'ondemand', + 'download_tooltool': True, + + # Disable proxxy because it isn't present in the QA environment. + 'proxxy': {}, +} -- cgit v1.2.3