зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1269560 - Use internal pypi mirror for Marionette harness tests; r=jlund
MozReview-Commit-ID: F3YoZkAyXAP --HG-- extra : rebase_source : 752982b8ac4fef1eaf723abf5e9e523e8e6c4007
This commit is contained in:
Родитель
75c84f25b1
Коммит
11447d31fd
|
@ -35,11 +35,10 @@ marionette_harness_tests_config_options = [
|
|||
] + copy.deepcopy(virtualenv_config_options)
|
||||
|
||||
marionette_harness_tests_config = {
|
||||
# TODO - mirror pytest dependencies in internal PyPI
|
||||
# "find_links": [
|
||||
# "http://pypi.pub.build.mozilla.org/pub",
|
||||
# ],
|
||||
# "pip_index": False,
|
||||
"find_links": [
|
||||
"http://pypi.pub.build.mozilla.org/pub",
|
||||
],
|
||||
"pip_index": False,
|
||||
# relative to workspace
|
||||
"rel_src_dir": os.path.join("build", "src"),
|
||||
}
|
||||
|
|
|
@ -455,6 +455,7 @@ tasks:
|
|||
when:
|
||||
file_patterns:
|
||||
- 'testing/marionette/harness/**'
|
||||
- 'testing/mozharness/scripts/marionette_harness_tests.py'
|
||||
linux64-gcc:
|
||||
task: tasks/builds/linux64_gcc.yml
|
||||
root: true
|
||||
|
|
Загрузка…
Ссылка в новой задаче