gecko-dev/testing/profiles/profiles.json
Andrew Halberstadt e8b71d39d5 Bug 1460912 - [testing/profiles] Use the 'common' profile in reftest r=gbrown
This removes prefs that are already shared between reftest and the 'common' profile from:
testing/profiles/reftest/user.js

And moves prefs that were set in the 'common' profile but not reftest to both:
testing/profiles/unittest/user.js
testing/profiles/perf/user.js

MozReview-Commit-ID: HLfVrd2eD0l

--HG--
extra : rebase_source : ff186d28fa9bb081133bec06ee6689d59e66d41e
2018-05-14 10:56:41 -04:00

10 lines
294 B
JSON

{
"mochitest": ["common", "unittest"],
"profileserver": ["common", "unittest"],
"raptor": ["common", "perf", "raptor"],
"reftest": ["common", "reftest"],
"talos": ["common", "perf"],
"valgrind": ["common", "unittest"],
"web-platform-tests": ["common", "unittest"]
}