summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/configs/firefox_ui_tests/qa_jenkins.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mozharness/configs/firefox_ui_tests/qa_jenkins.py')
-rw-r--r--testing/mozharness/configs/firefox_ui_tests/qa_jenkins.py19
1 files changed, 19 insertions, 0 deletions
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': {},
+}