gecko-dev/testing
Gregory Szorc ed7bf22170 Bug 1271077 - Print system resource utilization so it appears in Treeherder; r=jlund
The system resource utilization during job execution is important: it
gives us an idea of the efficiency (or lack thereof) of activities.

As bug 1271035 showed us, there can be some really wonky things going
on during job execution. To help us notice these things, this commit
prints some overall resource utilization data with the special
"TinderboxPrint" syntax so it appears in Treeherder. This should
hopefully draw the attention of more eye balls and cause people to
ask questions about what jobs are doing.

This supplements the existing printing of total resource usage in the
logs. Unfortunately nobody was really looking at that data because it
wasn't exposed that well. This commit should change that.

MozReview-Commit-ID: AXNRDS9lrOd

--HG--
extra : rebase_source : c5e6b440092853649456d89a1f7dc370ca4ec29a
2016-05-09 23:12:19 -07:00
..
config Bug 1227367 - Add mozharness script for Marionette harness tests; r=jlund 2016-04-04 17:57:34 -04:00
crashtest
docker Bug 1268925 - Check hg fingerprint when cloning in a decision task r=dustin 2016-05-10 15:46:24 -05:00
eslint-plugin-mozilla Bug 1160424 - [Decoder Doctor] Show notification UI when a requested codec is missing but downloadable. r=gijs 2016-04-24 18:04:25 +10:00
firefox-ui Bug 1270820 - Improve failure messages for Wait().until() calls in Firefox UI testcase classes. r=maja_zf 2016-05-06 17:31:22 +02:00
gtest Bug 1256408 - Add graphics microbenchmarking. r=mstange 2016-03-16 14:20:33 -04:00
instrumentation Bug 1119520 - Add opt-in Gradle build mode for mobile/android. r=gps 2016-02-12 10:06:40 -08:00
luciddream Bug 1246407 - Rename parent directories for Marionette client and test harness; r=automatedtester 2016-02-06 17:34:10 +00:00
marionette Backed out changeset 8e610eb88dc7 (bug 1271636) for marionette failures in test_set_window_size.py 2016-05-11 12:11:01 -07:00
mochitest Bug 1249522, when a file is present, only specify file type, r=smaug 2016-05-11 10:04:19 -04:00
modules Bug 1252995 - recordTestCoverage modification. r=chmanchester 2016-03-11 19:21:36 -05:00
mozbase Bug 1271884 - Use the current python executable to run tooltool fetch rather than hard-coded python. r=jmaher 2016-05-11 15:01:16 +10:00
mozharness Bug 1271077 - Print system resource utilization so it appears in Treeherder; r=jlund 2016-05-09 23:12:19 -07:00
profiles Bug 1268177 - Disable background tab zombifications during tests. r=margaret 2016-04-29 21:19:43 +02:00
puppeteer/firefox Bug 1271917 - Fix menu reference to close page info window. r=maja_zf 2016-05-11 12:54:36 +02:00
runtimes Bug 1264772 - Fixup writeruntimes.py; r=ahal 2016-04-14 16:01:14 -04:00
specialpowers Bug 1260076 - [Mochitest] implement SpecialPowers.loadPrivilegedScript, r=bholley 2016-04-20 19:47:00 +02:00
talos Bug 1268622 - Talos should specify whether a run is e10s as a special property of the suite; r=jmaher 2016-05-10 16:16:44 -04:00
taskcluster Bug 1268925 - Check hg fingerprint when cloning in a decision task r=dustin 2016-05-10 15:46:24 -05:00
tools Backed out changesets baa6c68ec413,5b8583070c9e,2942bb31152c,dd2ad6863f53,c68772362633,c8db6695b991 (bug 1231981) a=backout 2016-04-27 10:24:37 -07:00
tps
web-platform Bug 1190641 part 3. Add the sandbox propagates to auxiliary browsing contexts flag to iframe sandboxing. r=ckerschb 2016-05-06 13:56:36 -04:00
xpcshell Backed out 3 changesets (bug 1267474) foor test_immutable.js failures in xpcshell jobs 2016-05-11 10:32:33 -07:00
cppunittest.ini Bug 1265033 - Add some mfbt tests that were not being run r=Waldo 2016-04-19 11:55:43 +01:00
mach_commands.py Bug 1242051 - Install test files to the objdir lazily rather than with each invocation of mach. r=gps 2016-04-04 14:56:52 -07:00
machine-configuration.json
moz.build
README.txt
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk Bug 1242051 - Install test files to the objdir lazily rather than with each invocation of mach. r=gps 2016-04-04 14:56:52 -07:00

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff