Commit Graph

14 Commits

Author SHA1 Message Date
Rob Wood
bac801add1 Bug 1234500 - Allow mach talos-test to download tp5 pageset; r=jmaher
MozReview-Commit-ID: Jj5H3G2hLg0
2016-11-07 19:35:12 -05:00
Julien Pagès
fc216108ec Bug 1229713 - mach talos-test downloads all its things into the source tree. r=jmaher 2015-12-16 00:05:23 +01:00
Julien Pagès
5ea99630d5 Bug 1222603 - talos --print-tests and --print-suites are broken. r=jmaher 2015-11-21 12:47:30 +01:00
Julien Pagès
915829dbac Bug 1195288 - consider using python webserver for production talos. r=jmaher
Always use an in-process webserver, removing the need for apache - and
hopefuly providing better accuracy for numbers.

This means that we know have to copy the pagesets in the talos dir on
harness.

On windows, some pagesets paths were too long due to that, so the
solution is to replace "page_load_test" with "tests".
2015-09-25 22:39:03 +02:00
Julien Pagès
03f49f7a1b Bug 1206415 - move the suite concept into talos itself. r=jmaher 2015-09-19 12:25:04 +02:00
Julien Pagès
e6517da94f Bug 787200 - Move the Talos code into mozilla-central: using talos test zip file from mozharness. r=jlund 2015-09-02 17:36:44 +02:00
Julien Pagès
4b77dc58c4 Bug 1200294 - we should get rid of minidump_stackwalk binaries in talos sources. r=jmaher 2015-08-31 22:41:49 +02:00
Julien Pagès
0d7d490392 Bug 1185539 - './mach talos-test' doesn't run. r=jmaher 2015-07-22 16:59:01 +02:00
Gregory Szorc
d993a444fa Bug 1176642 - Use absolute_import in mach_commands.py files; r=glandium
This removes ambiguity as to which modules are being imported, making
import slightly faster as Python doesn't need to test so many
directories for file presence.

All files should already be using absolute imports because mach command
modules aren't imported to the package they belong to: they instead
belong to the "mach" package. So relative imports shouldn't have been
used.
2015-06-21 17:39:09 -07:00
Sylvestre Ledru
0650e71d3a Bug 1050715 - Update the description of the various tests targed proposed by './mach help' r=jmaher 2014-08-09 15:37:29 +02:00
Chris Lord
131972e14a Bug 1007760 - Add profiling mode to talos mach script. r=gps 2014-05-24 14:29:38 +01:00
Jason Yeo
6955705649 Bug 908051 - Use socket.gethostname() instead of os.uname in mach talos-test. r=gps 2013-10-15 14:05:39 -04:00
Armen Zambrano Gasparnian
bb47570165 Bug 900189 - Insert mozharness to the front of sys.path in talos's mach_command.py. NPOTB. DONTBUILD. r=gps 2013-08-01 09:19:40 -04:00
Armen Zambrano Gasparnian
1c635478d5 Bug 895451 - Automate Talos setup & running Talos on the tree. DONTBUILD. r=gps 2013-07-26 11:04:31 -04:00