Confirmed users
4,971
edits
(4 intermediate revisions by 2 users not shown) | |||
Line 35: | Line 35: | ||
* [https://bugzilla.mozilla.org/showdependencytree.cgi?id=897420&hide_resolved=1 bug tree] | * [https://bugzilla.mozilla.org/showdependencytree.cgi?id=897420&hide_resolved=1 bug tree] | ||
* [jmaher] - we found that using [[http://hg.mozilla.org/build/mozharness/file/e5a977ac1b08/mozharness/base/script.py#l648 mozprocess::processHandler vs subprocess.Popen]] allowed metro tests to run on talos. Do other mozharness scripts use Popen? | * [jmaher] - we found that using [[http://hg.mozilla.org/build/mozharness/file/e5a977ac1b08/mozharness/base/script.py#l648 mozprocess::processHandler vs subprocess.Popen]] allowed metro tests to run on talos. Do other mozharness scripts use Popen? | ||
** | ** [jlund] on a quick look it seems that all desktop unittests use processHandler for the actual run_tests. Other scripts that also use it for at least run_command() call: b2g_emulator_unittest.py and marionette.py | ||
=== Android x86 tests (armenzg, callek) === | === Android x86 tests (armenzg, callek) === | ||
Line 52: | Line 52: | ||
* gaia integration tests | * gaia integration tests | ||
* firefox desktop builds | * firefox desktop builds | ||
** graph_server_post.py requires a '--properties-file' arg that grabs a properties.json file (not to be confused with the initial buildbot prop file downloaded initially: buildprops.json). I wrote a patch in graph_server_post to take a '--testresults' (what graph wants from properties.json) and just pass it from mozharness's self.buildbot_properties. | |||
** we may need to add some initial props to buildprops.json like: 'reason' (http://hg.mozilla.org/build/buildbotcustom/file/b5ca2e87801b/steps/misc.py#l878) and status.build.getTimes() (http://mxr.mozilla.org/build/source/buildbotcustom/steps/test.py#69 | |||
** buildbot.py sendchange is not using retry | |||
* in-harness parallelization | * in-harness parallelization | ||
* jetperf | * jetperf | ||
Line 58: | Line 61: | ||
== Roundtable == | == Roundtable == | ||
* (ahal) share directory for test pool? | |||
== Action Items == | == Action Items == |